Remove Title Arrow
- The topic ‘Remove Title Arrow’ is closed to new replies.
Need help? Check out our Support site, then
I have searched the previous posts and found the following code to remove the reddish-orange arrow before the page titles, but it isn’t working on my site. I copy and pasted from the article into the CSS editor. Nothing changed. How do I get the code to remove the arrow?
.home h1.entry-title:before {display:none;}
The blog I need help with is: (visible only to logged in users)
Hi,
Sorry for the late reply. Can you try this css code
h1.widget-title:before, h1.entry-title:before {display:none !important;}
Thanks,
Edy
That worked, thank you.