• I have a little question about the menu at the top of the page, can you change the size of the links?

    I have 10 pages to link now there will be 2 lines of links, I just want one line.

    And at last, can I make a childtheme of enigma theme?

Viewing 1 replies (of 1 total)
  • Hello MickeSeise,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    .navbar-default .navbar-nav  li a:hover {
    	font-size: 10px !important;
    }
    .navbar-default .navbar-nav  .open  a, .navbar-default .navbar-nav  .open  a:hover, .navbar-default .navbar-nav  .open  a:focus {
    	font-size: 10px !important;
    }
    .dropdown-menu  li  a{
    	font-size: 10px !important;
    }
    .navbar-default .navbar-nav  li  a{
    	font-size: 10px !important;
    }

    Yes you can make childtheme of enigma using plugin https://www.ads-software.com/plugins/orbisius-child-theme-creator/

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigator bar on top’ is closed to new replies.