Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #473347

    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

    #473386

    Hi Mkieling!

    Try Dashboard > Enfold > General Styling > Fonts. There is an option for setting the theme default font size there.

    Cheers!
    Elliott

    #473394

    I tried that but it didn’t work. Somehow, nothing changes. Any ideas??

    #473521

    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

    #473844

    Hello,

    Sure. They are below.

    Thank you

    Miguel

    #474039

    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

    #474057

    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

    #474329

    Hey!

    Please add following code to Quick CSS

    h1.post-title.entry-title,h2.post-title {
      color: #454545!important;
    }
    

    Cheers!
    Yigit

    #1049853

    I have same problem.

    • This reply was modified 5 years, 10 months ago by mjavidnikoo.
    #1050166

    not any more .

    #1050187

    Hi mjavidnikoo,

    Great, glad you got it working :-)

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Can't change font size and color change in main content’ is closed to new replies.