Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27994

    I cannot find an option to change all the font sizes of menu items, content, titles etc. I assume that a great theme like this has this option standard in the theme options to make an easy change in font size.

    Where can i change all the font sizes?

    please advice

    grtz

    desch

    #136089

    Hey,

    You can change font size using CSS:

    .main_menu ul:first-child > li > a {
    font-size: 15px;
    color: red;
    }

    Menu color:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Active menu color:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue;
    }

    Please give a specific list of items you want to change, we’ll help you with it.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change font sizes of menu, content, title, etc,etc’ is closed to new replies.