• Resolved Jade Ran

    (@jade-ran)


    Hi there,

    I would like to make the font size for posts appear larger, and also the main menu font appear larger – is there a custom CSS way of doing this while maintaining its responsiveness?

    Also is it possible to change the colour of the main menu font ?

    Finally, when I create a link in a page, the text comes up with underlining that doesn’t look nice on my site. Is there a way to remove underlining from the page while still keeping its link properties?

    Thank you so much for your help,

    Jade

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, everything you need is in here:

    .entry-content {
      font-size: 18px;
    }
    .menu-primary-items a,
    .menu-primary-items a:link,
    .menu-primary-items a:visited {
      font-size: 16px;
      color: #43b3c4;
    }
    .entry-content a {
      text-decoration: none;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    I think you’ll also really like the Tracks CSS Snippets Collection. It’s got loads of additional CSS for tweaking and customizing your site.

    Thread Starter Jade Ran

    (@jade-ran)

    Thank you SO much! What a great resource in the Snippets collection too – I didn’t know about it! I’m so glad to know about it now ??

    Thanks so much for your fantastic customer support as well as your fantastic theme. I’m really grateful.

    Jade

    Theme Author Ben Sibley

    (@bensibley)

    Yea no problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font size for Posts and Menus, Underlining on Links’ is closed to new replies.