• Resolved karlene

    (@karlene)


    Hi,
    Using Pilcrow theme – with a custum menu. The Font is much too large – words are wrapping and taking 2 lines. I’d like to make the font smaller just for the navgation menu. Cant seem to find where to do it. Site https://www.medicalheat.com
    Any help much appreciated!
    Thanks, Karlene

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    find for this CSS rule in your theme’s style.css file:

    #nav a {

    Add the following property to the above rule:

    font-size: 10px;

    Thread Starter karlene

    (@karlene)

    Thank you – that worked great! The code in this theame seems to be a bit different, it uses %’s and “em”. I understand the % what is “em”.

    Also some of the content of each of the drop down menus that is 2 words used 2 lines – is that because its 2 words – How do I change that as well.

    Again – Thanks! I appreciate your help very much.

    Moderator t-p

    (@t-p)

    You are welcome. ??

    I have the same problem and I tried the #nav a { but I couldn’t find it in my style.css. Any ideas? I have the theme shiword

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Font size in Custom Menu Theme Pilcrow’ is closed to new replies.