Headline Style

Posted in: Newspaper
Post count: 6

Hello!

Currently, we cannot identify that is there any link applied for a headline. While hover, we can see an underline.

But, I want to apply headline styling same like the styling of “links” (Only a blue color is required).

Please help me to apply a blue color to the headlines when they are “hyperlinked”.

Thanks!

Post count: 6

BTW, Blue color is coming while we bold headline!

Post count: 23312

Hello Akhil,

I suppose that you want to make your items menu being hyperlinked when you hover over the menu. To do that, you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
text-decoration: underline;
color:blue!important;
}

The result you should see here-> http://screencast.com/t/YN2DoJYB30g9

If is not what you want to achieve, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

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