Tagged: x
-
AuthorPosts
-
April 19, 2016 at 5:08 am #889705
gregorwkuhnParticipantHi, i’m wondering how to remove the black line under the revolution slider? The code doesn’t work:
.x-slider-revolution-container.below {
border: 0 !important;
}Thanks.
Gregor
April 19, 2016 at 8:40 am #890046
ThaiModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 19, 2016 at 8:43 am #890054April 19, 2016 at 12:31 pm #890472
ThaiModeratorHi There,
Please try with this CSS instead:
.x-slider-container.below { border: none; }Hope it helps π
April 20, 2016 at 4:00 am #891455
gregorwkuhnParticipantHi,
it does not work either. I’ve put the code in the Custom Code ” Edit Global CSS” but it doesn’t change. Thanks.
April 20, 2016 at 10:12 am #891943
ThaiModeratorHi There,
You missed some closing bracket (}) in your custom CSS.
Please replace your current custom CSS with the following code:
html.x-smooth-scroll { overflow-x: hidden !important; overflow-y: auto !important; } html.x-smooth-scroll .nicescroll-rails { display: none !important; } .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } body .x-topbar .p-info a { border: 0; } .thicker-line { border-width: 2px 0px 0px; border-color: #A9A9A9; /* change this to your preferred hue*/; } a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none !important; } .x-topbar { background-color: #F8F8F8; } .x-sub-toggle { width: 100%; } body .x-sub-toggle>span { padding-right: 10px; } body .x-sub-toggle { width: 1000px; text-align: right; } .masthead-inline .x-navbar .desktop .sub-menu { left: 0; } .x-block-grid-item { margin-right: 0px !important; margin-left: 40px !important; margin-bottom: 10px !important; margin-top: 100px !important; } .site { background-color: #FFFFFF; } .x-navbar .desktop .x-nav>li ul { top: 80px; } .x-pricing-column-info { padding-bottom: 0px; } a[href^="tel"] { color: #ffffff; } .x-slider-container.below { border: none; }Hope it helps π
April 27, 2016 at 10:57 am #902447
gregorwkuhnParticipantNow it’s even worse and I can’t go back. Theres a thin white line between the black line and the picture. Please help.
April 27, 2016 at 11:02 am #902459
gregorwkuhnParticipantAn my white background on the whole page is gone. How can I get the white background color back? Thanks!
April 27, 2016 at 11:06 am #902467
gregorwkuhnParticipantSorry, I did not copy the whole code π Now it’s working perfectly! Thanks you very much!
April 27, 2016 at 8:34 pm #903297
Rue NelModeratorYouβre welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-889705 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
