Expound Theme: CSS to change Category heading font…

  • Unknown's avatar

    When selecting the ‘Price’ category from the ‘Categories’ pull down menu a page appears that lists the posts that where made under this category. I’d like to move the heading ‘Price’ lower and change the font type, size, etc. What is the correct CSS code required to do this?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    When selecting the ‘Price’ category from the ‘Categories’ pull down menu a page appears that lists the posts that where made under this category. I’d like to move the heading ‘Price’ lower and change the font type, size, etc. What is the correct CSS code required to do this?

    Thanks!

  • Unknown's avatar

    Hi there, what is causing this is the height of 20px set in
    .site-branding, #site-navigation
    If you wish to keep that as is, with the blue section being half the height of the menu tabs, then we can add the following CSS to your #main rule to space it down by 20px.
    margin-top: 20px;
    For the page title font, here is the rule in the original CSS that controls the styling.

    .page-header h1 {
        font-family: Georgia,"Times New Roman",serif;
        font-size: 20px;
        line-height: 28px;
    }

    If you can be more specific on the font you wish to use, I can be more specific with the above rule. For reference, this is the font stack used for the majority of the text elements in Expound.
    "Helvetica Neue",Helvetica,Arial,sans-serif

  • Unknown's avatar

    Hi….worked like a charm! Thanks for the explanation and the code!

    Have a great rest of the day!

  • Unknown's avatar
  • The topic ‘Expound Theme: CSS to change Category heading font…’ is closed to new replies.