Hi,
I wanted to hide this line below my blog slide show.
Can anyone assist me with a quick css code?
The code I located from my inspecting the chrome was this:
<div class="post_delimiter"></div>
Thank you
Hey samconag,
Thanks for the screenshot and link. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3764 #av_section_8 .post_delimiter {
display:none;
}
Best regards,
Rikard
hi Rikard,
Thank you so much for your reply.
How can I hide this for all pages?
Thanks
Hi,
Please use the code as following
.post_delimiter {
display:none;
}
Best regards,
Yigit
Yes! it worked… Thank you
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit