• Hallo,
    I am useing your plugin on different Websites and I think it is realy good.
    Thanks very much for creating it.

    I like to optimated the appearance of the plugin with a Web-Fonts Icon on the left side.
    It will be great if this Icon can have the same appearance like the other Icon of the different boxes on my side.

    I have try many different things, but it doesen’t work.
    Can you please help me?

    The Web-Fonts which I like to use is the follow:

    .icon-Fragezeichen:before {

    content: “\e902”;

    }

    It will be very nice to get a answer from you
    Best regards
    Oli

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Webliberty

    (@webliberty)

    Hello!
    What web-font are you using? Is this IcoMoon?

    Try using CSS:

    .folded:before {
    	content: "\e902";
    	font-family: icomoon;
    	margin-right: 5px;
    }
    
    .unfolded:before {
    	content: "\e902";
    	font-family: icomoon;
    	margin-right: 5px;
    }
    Thread Starter oli89

    (@oli89)

    Thanks for your help,
    i have try your code and it works, now the “Plus” Icon change to the webfonts e902.
    Sorry but this is not what I like to have.
    I like to have 1 Box left of all Spoilers with an background color and the e902-Icon in the center. Do you know what I mean?

    Sorry but by the last optimizations I have found two more questions.
    1. Is it possible to formate only the title in a h3 heading?
    2. Is it also possible to add a box with an other backgroundcolor in the titel area maybe with the text “Zur Antwort” or something like this?

    Sorry for my many questions,
    haope you can help me?

    Best regards

    Plugin Author Webliberty

    (@webliberty)

    If you attached a math image where you want to see the icon, this would simplify the task…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Web-Fonts Icon left of the plugin’ is closed to new replies.