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
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?
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
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
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