Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    The easiest way is with some css and target the a element like so

    Something like this:

    .simple-links-item a{
    font-size: 27px;
    }
    Thread Starter ldekay

    (@ldekay)

    I created a child theme and added the following to style.css file

    .simple-links-title a{
    font-size: 18px;
    font-weight: bold;
    }

    No change. I guess if I knew anything about css I might get this right, but I’m stretching to create a child theme. Can you tell me where I’m going wrong?

    Thanks, and sorry for being dense.

    Plugin Author Mat Lipe

    (@mat-lipe)

    Hello,

    Try this instead:

    .simple-links-item a{
    font-size: 18px;
    font-weight: bold;
    }

    It should work a little better ??

    Thread Starter ldekay

    (@ldekay)

    Yep, that worked. Thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to format a Simple Links title?’ is closed to new replies.