Change the thickness of the Category Line

Posted in: Newspaper
Post count: 27

How can I change the thickness of the line associated with the category name? I would like to make it thinner.

Post count: 22421

Hello hatchet9,

You can change the width of the highlight line by adding this custom css to the theme panel:

.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
height: 2px;
}

The result: http://screencast.com/t/iZ1CPXio0LPQ
The height is measured in pixels. I set it to ‘2px’, but you can change that in the code and use the size you want.

Thank you!

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