• Resolved mevabien22

    (@mevabien22)


    I want to add CSS styles to the links and add them in the “public CSS” section but they do not work …

    Add them this way:

    color:red;
    text-decoration: overline;
    background:yellow;

    What can I be doing wrong that does not work?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    The Public CSS textbox is basically just an easy way to add any CSS at all. So you still need to use the selector to target the links:

    .eafl-link {
    color:red;
    text-decoration: overline;
    background:yellow;
    }

    Kind regards,
    Brecht

    Thread Starter mevabien22

    (@mevabien22)

    Thank you very much!

    Now it works without problems!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘35/5000 How to add styles to links?’ is closed to new replies.