Hi
I use a header Level 3, modern style on my web page. This H3 is located in a 1/4 column, which ist located in a Color section.
The headers are nicely displayed in the web view, but on mobile devices a grey line is displayed on the right side of some of the headers.
Can you please help me to get rid of these lines?
Many Thanks!
Hi Reto!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
.special-heading-inner-border {
display: none !important;
}
}
Best regards,
Elliott
Thank you!
Hi retom,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko