• Resolved Anti.biz

    (@antibiz)


    Im wondering how you remove the Bookmarks title from the links? Or change the text to say something else. I’ve searched everywhere for an answer to this and no luck.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Riaan K.

    (@riaanknoetze)

    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!

    Thread Starter Anti.biz

    (@antibiz)

    Here its the blogroll links

    links

    Riaan K.

    (@riaanknoetze)

    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: "";
    }
    
    Thread Starter Anti.biz

    (@antibiz)

    Im not trying to hide the icons, im trying to rename the “TITTLE” “BOOKMARKS”

    • This reply was modified 7 years ago by Anti.biz.
    Thread Starter Anti.biz

    (@antibiz)

    Anyone got a answer to this problem? Trying to change the bookmark text to something else? You would think this would be easy.

    Thread Starter Anti.biz

    (@antibiz)

    The best thing to do is just add a TEXT widget and type the links in that way.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Storefront Bookmark Links’ is closed to new replies.