This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to shrink Header and Menu, get bigger font in Title

8 years ago · Last reply by Alex S 8 years ago

I was terrified to open up the Customm CSS-sure I would have the pages like something from The Twilight Zone… but Andrew’s advice about shrinking the menu height and Header height w CSS, and making the Title Headline bigger with a WIdget in the header nailed it.

Thanks, Andrew!!
This worked:

/* Vantage Current Menu Item Colors */
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { background-color:#fffff }
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^="icon-"],
.main-navigation ul li.current_page_item > a, .main-navigation ul li.current_page_item > a [class^="icon-"] { color: #dd3333 }

(actual above-)
/* Vantage Current Menu Item Colors */
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { background-color: #000000 }
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^="icon-"],
.main-navigation ul li.current_page_item > a, .main-navigation ul li.current_page_item > a [class^="icon-"] { color: #ffffff }

And edit as required.

This didn’t:

/* Vantage Current Menu Item Colors */
.main-navigation ul li.current-menu-item > a { background-color: #dd3333 } 
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a [class^=”icon-“] { color: #dd3333 }

Didn’t try:

/* Current Page Item */
li.current_page_item a {
background: #000;
color: #fff;
}


Thanks for great support!!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 8 years, 10 months ago

    Hi VWFeature,

    I’m glad you were able to resolve this issue. I’m sorry I wasn’t able to be of assistance this time. Please be sure to post another thread if you have any other questions.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread