Forums

Page Title - Removing '>>' from beginning (2 posts)

  1. ben1000
    Member
    Posted 2 years ago #

    Hi there

    Every page on my site has a ">>" before saying the name of the site. The site is using the Headspace add on. I want to remove this but cant work out how to

    Thanks

  2. jceresini
    Member
    Posted 2 years ago #

    In the default theme this is set in the style.css file on line 427. The code that sets it is here:

    .entry ul li:before, #sidebar ul ul li:before {
      content: "0BB 020";
      }

    That content is hex encoded values that make up that symbol and its placed before any list item in the sidebar or an entry. You can change the content to anything you like, or remove that entirely

    [signature moderated Please read the Forum Rules]

Topic Closed

This topic has been closed to new replies.

About this Topic