Hello guys,
I am trying to change the main content font size and color, but I can’t manage to accomplish it.
I’m doing it at the right place, I think.
I’m in Enfold Theme Optoins > General Styling > Main Content.
Somehow, it’s not working.
Could you please help?
Thanks,
Miguel
Hi Mkieling!
Try Dashboard > Enfold > General Styling > Fonts. There is an option for setting the theme default font size there.
Cheers!
Elliott
I tried that but it didn’t work. Somehow, nothing changes. Any ideas??
Hi!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
Hello,
Sure. They are below.
Thank you
Miguel
Hey Mkieling,
It seems that their may be a conflict with the below css in your custom css section:
body, p { font-size: 15px; color: #454545; }
h2.post-title { line-height:32px!Important; }
.main_color h2 {
color: #85370c;
}
You can add the changes to your custom css section since you have already started styling your fonts from their.
If you tell us exactly what you’d like to edit about each entry, we can provide you with examples.
Best regards,
Dake
Hello,
That would be great. Examples would be so helpful.
Here’s what I’d like:
font-size: 15px; color: #454545 (this for text through the site: blog, content on every page).
And I’d like the title of posts to be #454545.
That’s all folks!
Many thanks!!
Miguel
Hey!
Please add following code to Quick CSS
h1.post-title.entry-title,h2.post-title {
color: #454545!important;
}
Cheers!
Yigit
I have same problem.
not any more .