Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #18303
    Diogenes S
    Participant

    Hi, guys!

    I’m just starting with the theme and I’m lovin’ it.

    I have one doubt.

    There is a red line (I think it is a border) below the slider I’ve created, and I dont know how to remove or change it.

    What do I have to do?

    #18304
    Diogenes S
    Participant
    This reply has been marked as private.
    #18307
    Diogenes S
    Participant

    I saw this answer in another topic with the same question:


    Go to Customizer > Custom > CSS and add:

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

    But it is not working

    #18398
    Kory
    Keymaster

    Hey Diogenes,

    Thanks for writing in and for your kind words! At this time, I do not see a slider on your website. Once this is live we’ll be happy to take a look into things for you.

    Thanks!

    #18552
    Diogenes S
    Participant

    Hey, guys.

    Sorry.

    The right url is:

    http://vivianebalero.com.br/home/

    #18575
    Christian
    Moderator

    Hey Guys,

    To disable it, in the Customizer > Custom > CSS, please add the code below.

    .page-template-template-blank-3-php .x-slider-revolution-container.above, .page-template-template-blank-6-php .x-slider-revolution-container.above {
      border-bottom: none;
    }
    

    Hope that helps. 🙂

    #18837
    Diogenes S
    Participant

    Ok, guys.

    It is working perfectly!

    Thanks!

    #18936
    Rubin
    Keymaster

    You’re welcome!

    #19530
    Ross M
    Participant

    Can something similar be applied to remove the sides?

    #19629
    Christian
    Moderator

    Hey Ross,

    That’ll depend on what element you’ll be editing.

    #26114
    TDM
    Participant
    This reply has been marked as private.
    #26159
    Support
    Member

    Hi there,

    Following line of CSS should fix

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

    Thanks

    #26427
    TDM
    Participant
    This reply has been marked as private.
    #26439
    Support
    Member

    Hi!

    The suggested code works on my end. Anyway, please try this one:

    .page-template-template-blank-5-php .x-slider-revolution-container.below {
    border: none !important;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #26648
    TDM
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-18303 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>