Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1167786

    mtomlin
    Participant

    Hi there,

    I have a thin grey horizontal line appearing above and below a slider revolution widget on the sidebar (in Chrome and Firefox – I haven’t checked any other browsers) of the following page:
    https://www.melanietomlin.com/books/angels-kiss/

    What CSS would I need to add to remove those lines? (I’m using the Icon stack v4.6.2 of X-Theme and v1.3.2 of Cornerstone on WordPress 4.6.1.)

    It’s the only slider revolution widget I’m using in the sidebar for now, but I’d like to add more … so I’d also need to know what minor tweaks I’d need to make to the CSS for the other widgets, if any.

    Cheers,

    Melanie

    #1167881

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-sidebar .tp-revslider-slidesli {
        border-bottom: medium none !important;
        border-top: medium none !important;
    }

    Hope that helps.

    #1168675

    mtomlin
    Participant

    Thank you so much for you help, Darshana. It worked a treat!

    #1169025

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!