Remove Line Under Page-Post Titles
- The topic ‘Remove Line Under Page-Post Titles’ is closed to new replies.
Need help? Check out our Support site, then
Hi, Im using Perennial
If you have a look at Featured Content, Post & Pages, there is a short line under the titles
How can I remove or hide it everywhere in the site?
Thank you!
RR
The blog I need help with is: (visible only to logged in users)
Hi,
Please use the following CSS snippets,
/* Underline Effect */
.site-hero-wrapper .entry-header-site-hero::after,
.entry-header-wrapper-single::after {
display: none;
}
Thanks
Thank you!!!