Menu font size change or bold

Hello, i need to increase font of main menu, and may be make it bold. 
where is style.css for betheme?

i am using transparent main menu. 
thanks. 

Comments

  • Hi,

    there is no need to modify theme files because you can do this easily under Theme options > Fonts > Size & Style section.

    Thanks!
  • thanks. 
    another question please, i was trying to hide header image on a certain page, can i? and how?

    second question: how i can change page template "under construction" page's count down?

    thanks. 
  • 1. Please send us example link to page where you got such header image first.

    2. If you want to set custom page instead of pre-defined "Under Construction", you need to create own page and then set it up under Theme options > Pages > Under Construction section.
  • 1. link is here, and i want to hide this header. 

    2. thanks for second answer. really helpful. 
  • 1. Ok, so to remove header background from certain page, you need to use the following css:
    body.page-id-xxx #Header_wrapper { background-image: none !important; }
    where xxx is page id.
Sign In or Register to comment.