Black bar underneath selected menu item

Posted in: Newspaper
Post count: 28

Hi,

Can someone explain to me

1. How to change the colour from black
2. Change the css completely for the selected item, maybe to highlight the background of the menu item instead of a black bar underneath

Thanks

C

Post count: 6600

Hi,

Thant color is determined by the theme color: http://screencast.com/t/zffWq989b and it will change if you change the theme color.
You can also change it via css: http://screencast.com/t/7iM1oSjOEL25

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: 4px solid #F10808;
}

Use this custom css to change the current menu item background color: http://screencast.com/t/sYJTbp1vt
Hope this helps!

Thanks

Post count: 32

Hey Lucian,

How can I have the Default Title Style (in block and widgets) extend across the entire block instead of being limited to the word length?

Post count: 6600

Hi,

You can do it via css, use the following custom css to achieve something like this: http://screencast.com/t/yiYJTxUtdid

.td_block_wrap .block-title {
background-color: #4db2ec;
}

.td_block_wrap .block-title span {
padding: 2px 10px 2px 10px;
}

Hope this helps!

Thanks

Post count: 32

Thanks for the code Lucian, unfortunately I have different header colors set for my block – they arent one single color. How do I go about it then?

Have a look – http://www.droidgoblin.com

Post count: 6600

Hi,

Unfortunately that is not possible at this time as the block don’t have an unique id and because of this there is no way you can target each block from your sidebar and set a different block title background color.
If you like you can do this for different blocks, like this: http://screencast.com/t/1aTLciGVl
Sorry about this, we will consider this for future updates.

Thanks

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