Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102144
    Yvonne
    Participant

    How can I change the font size in Adventurous Pro. For the whole website.

    #102152
    Mahesh
    Participant

    @yvonne: This can be achieved through Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    body, button, input, select, textarea, #header-right .widget .menu li {
        font-size: 20px;
    }

    Note: adjust the font-size as desired

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change font size’ is closed to new replies.