Hi, I’d like to change the font title of each blog post. How can I do this?
Thanks,
Hi, I’d like to change the font title of each blog post. How can I do this?
Thanks,
Hi @Tatiana,
I hope you are well today and thank you for your question.
I think you want to change the font of post title.
If so then 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
.entry-title, .entry-title a {
font-family: arial;
}
Please change the font family arial in the above code to whatever you want to set.
Best Regards,
Movin
Hi,
Thanks it works but it is in Italic, I want the regular font.
What should I add in ?
And as you can see on the picture, my social medias icons are not the same as in the Demo.
How can I solve this ?
Thank you,
(social media icons solved)
Hello,
Please add the following code :
.entry-title, .entry-title a {
font-style: normal;
}
Have a nice day,
George.
Hi,
It worked thanks,
I’d like to make the font title bigger which code should I use ?
I wrote an article but the picture doesn’t show up and the presentation is not the same as the article. I’m confused and don’t know what to do.
http://moringa-sante-beaute.com/
http://moringa-sante-beaute.com/quest-ce-que-le-moringa
Hi,
My problem is solved, just waiting for the font title size.
My social medias font are green but I want them to stay white. How to remove the green color ?
Thanks,
Hi @Tatiana,
Try this css to change the colors of the social text.
Please follow these steps to do so.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.shariff li .share_text {
color: #ffffff;
}
Best Regards,
Support