Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello,
I’m trying to remove top border and bottom border from the Title, in the slides from Codeless Slider. I’ve looked in CSS but was not able to remove thes borders.
Anyone can help me please? You can see those white borders in my slides on homepage here: https://dbbrandlicensing.com/
Thanks,
Hello,
Please add this css code into your custom css box, for the borders in codeless slider titles:
.codeless_slider .swiper-slide h1 {
border-top: none;
border-bottom: none;
}
Best regards!
hello, thanks for you fast reply!
I did tried that but it doesn’t work. When I insert the code, I have an exclamation mark in yello triangle, it says:
“Heading h1 should not be qualified, and has already been defined.”
Hello,
Sorry for the late reply.
That is just a notice, it does not mean that the code does not work. We have tested it and it should be ok. Maybe there are other errors in your site that do not let it take effect.
Please send us your wp credentials in a private reply. We will edit it for you.
Best regards!
Hello,
Sorry for the late reply.
I added !important
to each attribute and now the borders are gone. Please check your site and let us know.
Best regards!
Fantastic! Great trick, I didn’t know that one :-)
thanks a lot!
You must be logged in to reply to this topic.