• Resolved hamudi

    (@hamudi)


    Hi!

    Thank you very much for this plugin. I really appreciate your contribution to the WordPress-World!

    On the mobile edition of the vertical process, there is an underlining coming after the “title”. Please have a look on this screenshot:
    https://s19.directupload.net/images/200118/gswalxgb.jpg

    I have tried my best to solve this issue myself and hope that you can help me out with this.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @hamudi,

    Please use given-below custom CSS.

    @media only screen and (max-width: 768px) {
    	.ps_timeline-content .ps_timeline-title{
    	   border-bottom: none!important;
    	}
    }

    Thanks

    Thread Starter hamudi

    (@hamudi)

    Oh man, it worked directly. Thank you for your time!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove line in vertical process?’ is closed to new replies.