• Resolved john_graver

    (@john_graver)


    Hi Nobita,

    How can I change the menu font properties (both horizontal menu and the left sidebar)?

    thanks for the hint,

    br/
    John

    The page I need help with: [log in to see the link]

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

    (@nobita)

    Hi @john_graver

    Sidebar menu widget style

    Please add, Customize / Additional CSS

    
    .rsidebar .widget_nav_menu a,
    .lsidebar .widget_nav_menu a{
    	color:white;
    }
    .rsidebar .widget_nav_menu,
    .lsidebar .widget_nav_menu{
    	background:black;
            padding:1em 0;
    }
    

    Primary Menu( horizontal menu )

    It can be set by customizer.

    Customize / Presentation / Menu

    Primary Menu Link Color
    Primary Menu Background Color

    Set your color and Save Publish

    Thank you.

    • This reply was modified 7 years, 3 months ago by nobita.
    • This reply was modified 7 years, 3 months ago by nobita.
    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,

    Thanks for the suggestion. One more question: is it possible to set the height of the menu bar and also the bottom strip?

    br/
    John

    Theme Author nobita

    (@nobita)

    I do not know what reason it is necessary to control the height.

    It may be different from what you are looking for, but the simplest adjustment method is as follows.

    It will be restricted if the menu only online.

    
    .raindrops-mobile-menu,
    #access li a,
    .rsidebar .widget_nav_menu a,
    .lsidebar .widget_nav_menu a{
    	line-height:3em
    }
    

    also the bottom strip

    I can not understand this meaning, can you explain a little more?

    Thank you.

    • This reply was modified 7 years, 3 months ago by nobita.
    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,

    This is just a matter of design – no special reason. Thanks – it works. Now the menu bar is thinner. Is it possible to make the menu text top-justified.

    Bottom strip: this is the very bottom part of the page where the custom footer credit is displayed.

    br/
    John

    Theme Author nobita

    (@nobita)

    Sorry about the late reply

    Bottom strip: this is the very bottom part of the page where the custom footer credit is displayed.

    Please try, add Customize / Additional CSS

    
    #ft address {
        margin: 3em auto;
    }
    

    Thank you.

    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,

    Thanks – this helped.

    br/
    John

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu font size/color/weight…’ is closed to new replies.