Enlarging font size of Navigation page names & List of pages in footer.

  • Unknown's avatar

    I want to enlarge the font size & boldness of Navigation page names & List of pages in footer. I am using Responsive theme & have WP Premium at the moment. Custom text does not seem to do much! Is there a more suitable Theme for me?

    URL is http://kangarawatersresidents.org/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can increase the font size if you edit CSS. Please go to Appearance > Customize > CSS in your Dashboard. Remove the informational text and paste in this:

    .nav-menu {
    	font-size: 20px;
    }
    
    .footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
    	font-size: 20px;
    }
    
    .widget ul {
    	font-size: 20px;
    	}

    You can increase/decrease the font size by changing the 20px respectively. If you no longer want this theme, please go to

    http://theme.wordpress.com

    You can search via features like responsive layout to find one that better fits your needs!

    Feel free to reach out if you have any questions!

  • The topic ‘Enlarging font size of Navigation page names & List of pages in footer.’ is closed to new replies.