-
AuthorPosts
-
November 11, 2015 at 6:50 pm #661805
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?
November 11, 2015 at 6:51 pm #661809This reply has been marked as private.November 11, 2015 at 9:32 pm #661982Hi 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!
November 12, 2015 at 11:16 am #662714Thanks It had to go into the css for the slide in slider revolution with the !important to get it to work.
November 12, 2015 at 12:24 pm #662825You 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!
-
AuthorPosts