[Resolved] Change Header Menu Font, Size and Color

  • Author
    Posts
  • #12920

    Kirk Winslow
    Participant

    Love the theme, but want to change the main menu font, size and color.

    Thanks!

    Kirk

    #12921

    Puro Support
    Keymaster

    Hi Kirk

    Thanks for reaching out, glad to hear you’re enjoying the theme.

    Polestar Premium adds settings to change all of the menu text colors, you can see which settings are added from this page: https://purothemes.com/documentation/polestar-wordpress-theme/customizer-theme-settings/navigation/.

    There isn’t a font size setting provided. The main menu font sizes could be changed by adding the following to Customize > Additional CSS:

    .main-navigation li {
    	font-size: 14px;
    }
    
    .main-navigation ul .children li a, .main-navigation ul .sub-menu li a {
    	font-size: 13px;
    }

    Edit the values as required. The second value is for the drop-down items.

    #12922

    Puro Support
    Keymaster

    For sure 🙂

    (The forum, unfortunately, doesn’t support email replies at the moment.)

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top