Working on a demo website for a client, and need to customize blog post links in Footer, text coming in in default color and need to change that to White?
Please advise
Hey dexdesigns,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top .news-link strong.news-headline {
color: white;
}
Best regards,
Nikko
Thanks Nikko, it works
Can I also remove featured images from this list?
Hi dexdesigns,
Yes, just add this css code:
#top .news-link .news-thumb {
display: none;
}
Best regards,
Nikko
Thanks, it works
Best Nikko
Hi dexdesigns,
Glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko