• Resolved consciouscampaign

    (@consciouscampaign)


    Hello,

    I’m using the Corbusier Theme. https://www.consciouscampaigns.com

    I’d like to make the text on body of the pages larger.

    I’d also like to make the menu headings larger.

    I’m using the Orbisius Theme Editor in a child’s theme.

    I know hardly anything about coding, but if you graciously provide a code I can copy and tell me where to insert it I believe I can pull it off. Sometimes I wish I learned code a bit back in the day. Oh well.

    Thanks for your help I appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there consciouscampaign,

    How are you doing today?

    This should be possible to change with some custom CSS. If you’re already using child theme please try adding the following to the bottom of your child theme style.css:

    #content p {
        font-size: 12px;
    }
    
    .main-navigation ul li a {
        font-size: 14px;
    }

    These should be original font size values, please increase them both to what ever suits you the most. First one will affect content text and the second navigation links size.

    Hope this helps and have a great weekend!

    Cheers,
    Bojan

    Thread Starter consciouscampaign

    (@consciouscampaign)

    Bojan,

    You’re a dream come true. A gentleman and a scholar. Thank you for your help.

    Best Wishes to You
    Joseph

    Glad I could help and thank you for the kind words ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘{Corbusier} How to make body text on pages larger?’ is closed to new replies.