Viewing 1 replies (of 1 total)
  • Hi rockyintertidalcocreative,

    please check if your theme has an option included to add custom CSS code and if yes, add this:

    .entry a { font-size: 14px; }

    If there is not an option included, you can create a child theme and add the code to the style.css of your child theme: http://codex.ww.wp.xz.cn/Child_Themes

    If you don’t want to create a child theme for this little change, you can also paste the code at the end of your stylesheet (style.css). But remember that this modification will be lost after a theme update, unless you use a child theme.

    Regards
    Michael

Viewing 1 replies (of 1 total)

The topic ‘changing font size on hyperlinks’ is closed to new replies.