• Resolved Lucylein

    (@lucylein)


    Hi jimmywb!
    Very nice widget, exactly what I needed πŸ™‚ I only have a problem with super tiny font of the links. I found somewhere on the forum info about font color change and so tried to put:

    .link-font {
     font-size: 16px;
        color: #000000;
    }

    in simple-link-list-widget/css/sllw.css
    and then put link-font in the Custom Style Class box, but nothing changed.

    Could you please advise me what to do to change the font size?
    Thanks!

    https://wordpress.org/plugins/simple-link-list-widget/

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

    (@jimmywb)

    Hi Lucylein,
    It’s not a great idea to modify the styles in sllw.css as anytime I update the plugin your changes will be erased. It’s best to put it in your theme style.css file. To adjust the font size add the following to your stylesheet:

    /* Styles for Simple Link List Widget */
    .widget_link_list a {
      font-size:16px;
    }

    Just change 16 to whatever size you want. The example you are using above requires you to add link-font to the custom style field in the simple link list widget. Hope this helps!

    Thread Starter Lucylein

    (@lucylein)

    Great! Now it’s perfect! Thanks a lot πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font size change’ is closed to new replies.