Okay
  Public Ticket #2282511
Update primary nav font size
Closed

Comments

  • Captainsnap started the conversation

    Any idea how i could update the font size on the primary nav? I added a custom logo which was way too small and increased its size using the below Css. Now the menu font is too small :P 


    Any help appreciated and apologies if its already been asked

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
            height: 200px!important;
            margin-top: -23px!important;
        }
    }


    Thanks

  • Captainsnap replied

    For anybody who is new to salient like myself, the area to update font size is Admin> Typogray> Navigation & page Header> Navigation Font!!