Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15030
    Roland
    Member

    Andre:

    Would like to increase the font size of the Navigation Menu on my Celestial Reloaded site.

    Can’t find the code in Editor.

    A little help, please?

    Muchas gracias,

    ~Roland

    #15031
    Sushil Adhikari
    Moderator

    This is where you will need to use a plugin for editing/creating custom CSS or the child theme. The font and sizing for the main menu is found in the style.css around line 2199

    .main-navigation li {
    	list-style:none;
    	background-image:none;
    	margin-top: 20px;
    	padding-left:0;
    	font-family: ubuntu-light,abel,sans-serif;
    	font-size: 1em;
    	line-height: 1.42857143;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.