• Resolved alxcrbie

    (@alxcrbie)


    I can change the body font in the Billions theme but it changes all of the fonts in the top menu and even in the secondary site title.

    Is there a way I can change JUST the body text in the page (I have only created pages, not posts.)

    Any help will be greatly appreciated.

    Alx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does that theme come with a section in the dashboard named, “Custom CSS”, or do you have a Child Theme?

    Thread Starter alxcrbie

    (@alxcrbie)

    There is no custom css option, it doesnt have a child theme either.

    I find this piece of code in the stylesheet:

    body {
    background: #cccccc;
    color: #333;
    font: normal 12px/18px Arial, “Helvetica Neue”, Helvetica, sans-serif;
    margin: 8px;
    }

    But if i change the font to 14px instead of 12 it effects all of the text in the menu bar and the header. I just want to change the text in the body of the pages.

    Is there anyway i can modify the code above so that it just changes the page body text?

    It seems an odd discrepancy in a theme where your paragraph, menu, and sub-title all have the same font…..

    Many thanks

    Alx

    Thread Starter alxcrbie

    (@alxcrbie)

    hey man, thanks for your reply! I have managed to solve it myself – miracles do happen.

    So for anyone else struggling with this in the billions theme (or any other) this is the code to isolate the font in the page content.

    .content p {
    font-size:14px;
    color: #333;
    }

    If you just put .p {…. Then it wont work. As I am only creating pages not posts, this may be why.

    Hope this helps – Andrew, thanks again for the response.

    Alx

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Billions Theme – Change Body Font Without Affecting All Other Fonts’ is closed to new replies.