• Resolved ingyenkonyv

    (@ingyenkonyv)


    Hi Nobita,

    Can you tell me please how/where can I personalize the menu style. (font style, color, size …) link.

    Sorry for my poor English.

    Ingyenkonyvek

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

    (@nobita)

    Hi ingyenkonyv

    Basic Example below

    When Parent menu count 7.

    Add to font.css last line below style rules

    div.menu ul,
    #access li{
    	display:inline-block;
    	width:14.28%; /* 100 / parent menu count (7) */
    	text-align:center;
    }
    #access a {
    	font-size:123.1%; /* font size bigger 16px */
    }
    #access .menu > ul > ul {
    	top: 3.693em;
    }

    Thank you.

    Theme Author nobita

    (@nobita)

    Two weeks have passed since remained without reply, I will change to Resolved.

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

The topic ‘Modify menu’ is closed to new replies.