Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    You have to go into your wordpress admin panel, and click on “General Settings” submenu under “Auto Affiliate Links”. There you have the option to set the “Link class” . You can set whatever you want and it will be added as “class” attribute for every link that is generated by the plugin.

    Then, you can add whatever styles you like for that specific class into your styles.css file of your wordpress template.

    what class do I put into the link class if I want to underline and bold the links?

    Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    The class that you set there must have the styles defined in your template .css file. For example, if you set the class to: “autolinkclass”, then you will have to go to your template style.css file and add the following at the end of the file:

    .autolinkclass { font-weight: bold; text-decoration: underline; }

    Hello.

    Thank you but it is not working for me. I put “autolinkclass” inside the General Settings “Link Class” field.

    After that, I went to my style.css file from the theme I have installed and put “.autolinkclass { font-weight: bold; text-decoration: underline; }” at the end of it.

    I don’t see a change happening. Is there something else you would recommend?

    Thanks,
    Igor

    Plugin Author Lucian Apostol

    (@thedark)

    Can you share your website url with me ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link class :’ is closed to new replies.