Tagged: Latest Portfolio
In the footer I have the Enfold Latest Portfolio widget, right next to a Pages widget that displays the main menu of my site. If you take a look at my site, you can see that the formatting for the Enfold Latest Portfolio content is quite different from the Pages content. (The text is a different size and weight, there is a different spacing in between the links, and the hover effects I’ve set don’t apply.) How can I conform this text in the Latest Portfolio section to be the same as my Pages menu? Thank you
Hey kieranvyas,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .news-headline {
font-weight: normal!important;
font-size: 12px!important;
}
Best regards,
Vinay
Hi, thanks a lot, that deals with the font size and weight perfectly. How can I now make it so that the spacing between the links is the same and also that they have the same hover effects as the navigation menu beside it?
Hi,
Please try the following as well:
#footer .news-headline:hover {
color: #a3a3a3 !important;
text-decoration: underline !important;
}
Best regards,
Rikard
Great! That’s everything except for the spacing. The only thing left to fix is the spacing between links, they are not the same as the menu to the left.
Hi,
Try this as well:
#footer .news-content {
padding: 0px 0 3px 0 !important;
}
Regards,
Rikard
Perfect! Thank you
Hey!
Glad it got it short out.
Please let us know if we can do anything else for you, would be more than happy to assist.
Best regards,
Basilis