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

    znaron
    Participant

    Hello
    I tried all kinds of css code that should have worked to remove the line beneath my slider below masthead. Included .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: none !important;
    }

    But nothing is getting rid of it. Would you mind helping please?

    #661809

    znaron
    Participant
    This reply has been marked as private.
    #661982

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can try placing the CSS to the style.css file of your Child Theme

    You can use !important tag if any other CSS overwrite it –

    .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: #135CFF!important;
    }

    Cheers!

    #662714

    znaron
    Participant

    Thanks It had to go into the css for the slide in slider revolution with the !important to get it to work.

    #662825

    Rupok
    Member

    You are welcome!

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

    Thanks for using X.

    Cheers!