• I am using the wordpress template Olsen light. would it also be possible to increase the size of the menu writers ? Do you have a Custom CSS for that also? That would be wonderful!

Viewing 1 replies (of 1 total)
  • You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    header .navigation li a,
    header .navigation li ul a {
        font-size: 15px;
    }

    in the box.

    This will work only for the header menu. If you want to apply the changes in the footer menu just remove the ‘header’ from the custom css rule.

Viewing 1 replies (of 1 total)
  • The topic ‘increase font size menu writers Olsen light’ is closed to new replies.