Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • Saguaros Moderator
    #1044678

    I’m not quite sure how you want to achieve here, any screenshots?

    hdcms Friend
    #1044751

    HI
    enter image description here

    Saguaros Moderator
    #1044898

    To change the font for menu only, you can use this css rule:

    .navbar-default .navbar-nav > li > a {
      font-family: your_font_here;
    }
    
    /* Color of menu item*/
    .navbar-default .navbar-nav > li > a {
      color: your_color_here;
    }
    
    /* Color of menu item on hover*/
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
      color: your_color_here;
    }
    hdcms Friend
    #1044992

    Thanks
    It’s works

    Saguaros Moderator
    #1045046

    You’re welcome!!!

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 19 replies, has 2 voices, and was last updated by  Saguaros 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum