• Resolved vratsasg

    (@vratsasg)


    hello nobita first of all thanks for your great theme!

    I am trying to find at fonts.css or at style.css where to change the font weight of submenu( the menu that appears when i hover for example contact,home).

    #top #access .sub-menu li,
    #top #access .children li,
    #top #access a{ /* gia mouse over style*/

    font-size:180%;
    font-style:normal;
    /*font-family:’Nosifer’, cursive;*/
    text-shadow: 4px 4px 4px #aaa;

    }

    this change the menu font size or family and it stays the same at submenu.That i want is where i put font size for submenu

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi vratsasg

    It maybe CSS caching issue.

    font.css add below or your code.

    #access .menu-header{
    	font-size:180%;
    	font-style:normal;
    	text-shadow: 4px 4px 4px #aaa;
    }

    Uploads font.css

    Next
    Please open style.css , see WordPress theme comment block.

    Version: 1.200

    change below

    Version: 1.201

    By changing the version number will be reset the cache.

    Please do not forget when you are done, and in keeping back to the original

    Thank you.

    Thread Starter vratsasg

    (@vratsasg)

    thanks nobita for your responce!
    i found the solution by adding this

    #top #access .sub-menu li{
    font-size:100%;
    }

    at style.css and then i changed the font size of submenu at my menu.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘change sub menu font weight’ is closed to new replies.