Header Style 7 Default Height

Posted in: Newspaper
Post count: 2

Hi tagDiv,

This question is regarding Header Style 7.

The responsive header is set to 106px in height while the browser window is full-screen, and then resizes to 54px height when you minimize the window to half screen.

How can i make this header style default to 54px height? Removing the 106px height.

Thanks you for any help.

Post count: 2

Just a quick update on this. I decided to opt for Header Style 12, instead.

One question: What is the CSS class for the background color of the menu’s ‘hover effect’ on Header Style 12?

Can’t seem to locate it.

Post count: 7909

Hi,

This the custom css that you can use to change the background color when hover or is the current item – http://screencast.com/t/HNW9mmgZD

.td-header-style-12 .sf-menu > .current-menu-item > a, .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a {
background-color: red !important;
}

Also if you want to make this change directly in stylesheet file here you can find it – http://screencast.com/t/KLFMD18oubI

Hope this helps!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.