hi.
an question: how can i change the font-color of headline + co of the entries “latest portfolio” in the widget area???
thx for help, chris
Hi chrisholemar!
You can add this on Quick CSS:
.widgettitle {
color: red;
}
Best regards,
Ismael
hi ismael
i mean this (take a look …)
https://dl.dropboxusercontent.com/u/10849118/enfold_latest-portfolio-widget.png
best regards, chris
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.footer_color div .news-headline { color: #ffffff; } /* changes the color of title */
.footer_color .news-time { color: #e1e1e1; } /* changes the color of date */
.news-headline { font-size: 15px; } /* changes the font size of the title */
.news-time { font-size: 14px; } /* changes the font size of date */
Cheers!
Yigit
hi yigit.
thx. works fine. but – the news-headline-color will not change … ???
cheers, chris
Hi!
Please use this for the title color:
.main_color div .news-headline {
color: blue;
}
Cheers!
Ismael
sorry. but also this will not work ;-(
Hey!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
hi yigit. the website isn’t online yet – it’s under maintainance-mode …
Hey!
Please do so. You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private
Cheers!
Yigit
Hi!
I have added !important rule and it is working fine now. Please review your website now
Best regards,
Yigit
great yigit. thx