Hello,
I have placed a portfolio widget in the footer and sidebar of many of my website pages. For each portfolio item it shows the title and the date and time it was added. I would like to remove the date and time info. Can you help with that?
Also, the portfolio pages names appear in color green, which is fine, except in the footer, where the background color is also green. Is it possible to change the color only in the footer widget? (possibly to dark green or black).
I attach admin credentials
Thank you very much
Elena
Hey Elena,
Please try the following in Quick CSS under Enfold->General Styling:
span.news-time {
display: none;
}
#footer strong.news-headline {
color: #000;
}
Best regards,
Rikard
Hello Rikard,
thank you for your reply.
The date has been removed, but the color in the footer remains green.
Best regards,
Elena
Hi Elena,
Please try to replace this code:
#footer strong.news-headline {
color: #000;
}
with:
#footer .widget strong.news-headline {
color: #000;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
yes! That did the trick.
Thank you very much
Best regards,
Elena
Hi Elena,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko