Hi,
I’m using the widget for portfolio links on my homepage. Every other link will be underlined when hovering, except the links directing to the portfolio, within my widget.
What is the css-code I could use to override this? I’ve bin looking for it with firebug, but can’t find a thing cause it’s not showing the hovering classes.
Regards,
Erwin
Hi erwin_m!
Thank you for using the theme!
I’m sorry if I don’t understand it clearly, do you want to remove the hover effect? Maybe, if we can see the actual page with the widget link, we’ll come up with a solution. Please post the website url here. We would like to check it.
Best regards,
Ismael
Hi Ismael,
Sorry for not beeïng clear and for taking a while for this reply.
As you can see on http://bit.ly/1fZYAeO, the links in the centered block are underlined when hovering. The links in the block on the right are not underlined when hovering. I would like to have them both underlined. The block on the right is a widget for the latest portfolio-items.
Best Regards,
Erwin
Hi!
Please add following code to Quick CSS as in Enfold theme options under General Styling tab
strong.news-headline:hover {
text-decoration: underline;
}
Best regards,
Yigit
Hi Yigit,
Sorry for the late reply. Was busy with other things! It’s solved.
Regards,
Erwin