Okay
  Public Ticket #3220847
Font
Closed

Comments

  •  3
    HeathM717 started the conversation

    Hello!

    Is there a way to increase teh font size for the navigation text + dropdowns as well as the paragraph text?

    Best,

    Heather

  •  1,877
    Judith replied

    Hello Heather,

    Thanks for keeping in touch.

    Please try this css:

    #top nav>ul>li>a, .pull-left-wrap>ul>li>a {
        font-size: 19px;
    } #header-outer .sf-menu li ul li a {
        font-size: 18px;
    } .wpb_text_column>.wpb_wrapper>:last-child {
        font-size: 16px;
    }

    Thanks.