Okay
  Public Ticket #1440376
Change Page Submenu font
Closed

Comments

  • brewerben started the conversation

    How do you change the font for the "Page Submenu?" I am sure it is simple but I cant seem to find which font option it is pulling from.

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-width: 1000px) {
        .page-submenu ul {
            font-size:15px !important;
        }
    }

    Thanks


    ThemeNectar Support Team