Hi there,
Is it possible to change the font and colour for posts and widget titles on your theme, Activello?
Thanks,
Tian
Hi there,
Is it possible to change the font and colour for posts and widget titles on your theme, Activello?
Thanks,
Tian
Hi Tian,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
#page .entry-title,
#page .entry-title a {
font-family: serif;
color: #8a2323;
}
#page #secondary .widget-title {
color: #902b2b;
font-family: serif;
}
Please change font family and the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best Regards,
Movin
Sorry, I’ve got another question. Is there a way to hide the featured image on a post, so it only shows on the thumbnail?
Thanks very much Movin!
You are most welcome here
To help us keep support thread separates could you please create new thread for your other questions here https://colorlibsupport.com/c/activello/ instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.