• Hi everyone.

    I’m a newbie to WordPress and have little PHP experience. Just been restyling the default theme and I’m nearly there, but I’m struggling to find where to remove the » and « marks from links. I was hoping someone could point me in the direction of the code I need to edit/remove to get rid of them. I’m using the default theme and have found it very intuitive to edit, but I’m stuck with this one!

    Many thanks

    Leroc

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter leroc

    (@leroc)

    …sorry, just to clarify, what I want to remove is the symbols « (double, left angle quote) and » (double, right angle quote) from links.

    Thanks

    Leroc

    Try removing:

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

    in style.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘editing and removing special characters from links in the default theme’ is closed to new replies.