Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1027364
    nickohorny
    Participant

    Hi,

    on my sliders there seems to be a red line underneath. I cannot figure out where it is coming from as I have searched the slider settings and also the page built in cornerstone there is no section border present. It is on every slider. Thanks.

    #1027365
    nickohorny
    Participant
    This reply has been marked as private.
    #1027588
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .rev_slider_wrapper, a.x-img-thumbnail:hover, .x-slider-container.below, .page-template-template-blank-3-php .x-slider-container.above, .page-template-template-blank-6-php .x-slider-container.above {
        border-color: transparent;
    }

    Hope that helps.

    #1029530
    nickohorny
    Participant

    Hi, That didn’t seem to work and I can still see the red bar below each slider?
    Thanks.

    #1029779
    Christopher
    Moderator

    Hi there,

    Please update the code to :

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

    Clear cache and check again.

    Thanks.

    #1031164
    nickohorny
    Participant

    Thanks, I added the code, cleared cache but still see it?

    #1031709
    Lely
    Moderator

    Hi There,

    Please check this part of your custom CSS:

    .x-topbar .p-info{
    background-color:transparent;

    It is missing closing curly brace which is considered CSS syntax error that might prevent CSS below it from working.
    Please update to this:

    .x-topbar .p-info{
    background-color:transparent;
    }

    Hope this helps.

    #1031710
    Christopher
    Moderator

    Hi there,

    There is a missing curly bracket in your code.

    Please find this code and fix it :

    .x-topbar .p-info{
    background-color:transparent;

    Thanks.

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