Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    For remove the orangeline below the page and widget title.

    please go to Appearance > cstomize > AdditionalCSS

    and paste below code

    
    body.home .timeline-box-wrap .info h1::after {
    background:none !important;
    }
    
    body.home .colored-line-left, 
    .colored-line-right, 
    .colored-line {
    background:none !important;
    }
    
    footer.footer .widget-title:after {
        background: none !important;
    }
    

    Let me know if it helps.

    Best Regards,
    Harshvardhan

    Thread Starter itmonitor

    (@itmonitor)

    Hi Harshvardhan,

    many thanks. It works for the widgets, but does not remote the orangeline below the page title. Please, could you help me on this? ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Llorix – Remove Line below Page and Widget Title’ is closed to new replies.