• 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

Viewing 1 replies (of 1 total)
  • 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]

Viewing 1 replies (of 1 total)
  • The topic ‘Page Title – Removing ‘>>’ from beginning’ is closed to new replies.