Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1185339
    fritsches1
    Participant

    how can I remove the blue line under the slider at my site
    or maybe change the color and thickness?
    MAny thanks in advance.

    #1185718
    Lely
    Moderator

    Hi There,

    To remove the blue line, please try adding the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-slider-container.below {
        border: none;
    }

    To just change color and thickness, use this instead:

    .x-slider-container.below {
        border-bottom: 5px solid blue;
    }

    Adjust 5px and blue accordingly.

    Hope this helps.

    #1186100
    fritsches1
    Participant

    Great works perfect. Thank you 😉

    #1186106
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1185339 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>