Tagged: x
-
AuthorPosts
-
June 5, 2016 at 11:34 pm #1027364
nickohornyParticipantHi,
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.
June 5, 2016 at 11:35 pm #1027365
nickohornyParticipantThis reply has been marked as private.June 6, 2016 at 3:23 am #1027588
ChristopherModeratorHi 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.
June 7, 2016 at 3:27 am #1029530
nickohornyParticipantHi, That didn’t seem to work and I can still see the red bar below each slider?
Thanks.June 7, 2016 at 7:13 am #1029779
ChristopherModeratorHi 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.
June 7, 2016 at 9:53 pm #1031164
nickohornyParticipantThanks, I added the code, cleared cache but still see it?
June 8, 2016 at 7:21 am #1031709
LelyModeratorHi 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.
June 8, 2016 at 7:22 am #1031710
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1027364 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
