Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #318641

    Hi,

    I started to change some font families, sizes etc for my site by overriding definitions through a separate css file of the child theme. And of course I started with the advice in the documentation: http://kriesi.at/documentation/enfold/change-the-default-font-size

    However, there seem to be missing some definitions here.

    For example: if I set the font size in the body to 24px it does a good job on pages, but not on blog posts. For this I added some definitions for #top .fullsize .template-blog .post .entry-content-wrapper but I’m not sure if that’s right and complete.

    Also I’ve had some trouble with widget titles. Except changing h1, h2 and h3 definitions, it seems I need to change .widgettitle too. Here the same question: not sure if this is right and complete.

    And I’ve had some other trouble which I solved, but not sure how accurate.

    So in general, my question is: do you guys have a step-by-step-but-above-all-complete guide for change font attritbutes of h1, h2, h3, p and a tags?

    Thnx guys, keep up the good work!

    BTW
    My site is here: http://www.marcbijl.nl

    #318739

    Hi Marc!

    Thank you for using Enfold.

    No, there isn’t a documentation on how to specifically change these elements but you easily modify the elements via Quick CSS. You can also edit some elements on the Enfold > Advanced Styling panel. If you can provide us a list of the actual elements that you’re trying to modify, we’ll try to help. For example, you can change the post title with this:

    .entry-content-wrapper .post-title {
    font-size: 28px;
    line-height: 1.3em;
    }

    Regards,
    Ismael

    #318910

    Hi Ismael, thnx for the reply mate! I’m pretty comfortable with CSS, so I guess I’ll find my way, thanks. I was just wondering if there would be a kind of checklist like: ‘If you want to change the font family and size of the title all over the site, you need to change CSS class A, B and C‘. Or something like that…

    You can consider this topic as closed ;-)

    If I later want to provide you a list of the actual elements, what is the best thing to do: start a new topic, or add the list to this topic?

    Cheers,
    Marc

    #319033

    Hi!

    I’m sure you can handle the css. If you find you still have questions, you can start a new topic. A single thread for each question is better to help others having the same issue. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change h1, h2 and p font family, size etc for complete site (incl blog posts)’ is closed to new replies.