• How do I change the “”>>”” that’s in front of every link, I would like to change it to: “a—?” or just nothing!

Viewing 6 replies - 1 through 6 (of 6 total)
  • If you are using Kubrick or the default templates, then edit or delete this CSS entry:

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

    YoB

    For a bullet, change to:

    ~REMOVED~

    I give up trying to show code in this forum. Go here for some info on setting escaped HEX values:

    https://old.alistapart.com/stories/taminglists/

    Thread Starter LeMarquis

    (@lemarquis)

    So I only replave the content line or the whole code, like this?

    .entry ul li:before, #sidebar ul ul li:before {
    content: "8226 20";
    }

    or just

    content: “8226 20”;

    I end up with a ? now

    Le Marquis

    Thread Starter LeMarquis

    (@lemarquis)

    Is there a list on these bulletcodes? I don’t get through this difficult code and anoying text… ISO and all sorts really get on my nerves…

    Thread Starter LeMarquis

    (@lemarquis)

    I get it!

    You have to use the UNI-CODE. I just had to replace the first 4 digits to 25CF, I used the font tool in windows, that’s shows the UNI-CODE at the buttom…

    Le marquis

    Thread Starter LeMarquis

    (@lemarquis)

    A few more digits for those who want to know how it works. you need to find the string given from Kafkaesqui, and replace the first 4 digits with your own…

    a—? = 25CB
    a—? = 25CF
    a?o = 263A
    a?? = 263B
    a?? = 2660
    a?£ = 2663

    Use your font tool in windows to see your UNICODE in the buttom of that programm…

    etc…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘In link section change, “>>” to “a—?” ?’ is closed to new replies.