Hi there!
Admittedly I’m not entirely sure which bookmark title you’re referring to here – would you mind sharing a screenshot of where you’re seeing that in action?
Thanks!
Here its the blogroll links
links
Ah – I remember those blogroll links from old WordPress installations; As far as I know that widget was deprecated a while back in favour of regular WordPress menus.
Regardless, to hide those blogroll icons in the links widget, you could use the following custom CSS in your WordPress settings under **Appearance > Customize > Additional CSS**:
.widget_links ul li::before {
display: none;
content: "";
}
Im not trying to hide the icons, im trying to rename the “TITTLE” “BOOKMARKS”
-
This reply was modified 7 years ago by
Anti.biz.
Anyone got a answer to this problem? Trying to change the bookmark text to something else? You would think this would be easy.
The best thing to do is just add a TEXT widget and type the links in that way.