Changing WordPress blog HEADER FONT COLOR?

  • Unknown's avatar

    Hi! Had difficulty today customizing my WordPress blog pages, mainly the theme’s font colors.
    Can’t fix what they changed to after a few of my mod’s. Mod’s which were NOT the fonts colors. (The modifications I did make were to the background color and font types)
    Probably a simple fix, but can’t figure it out, so please advise?
    NB; in enforced social etc., exile, so have no access to assistance.
    Cheers.

    #Jusro

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

  • Unknown's avatar

    Hi there!

    You can modify the CSS code if you have a Premium or Business plan.

    If you choose to upgrade then I’d be happy to show you how to change font color with your CSS editor.

    Hope this helps!

  • Unknown's avatar

    i have business plan, how do i change header color? :)

  • Hi @brianb23,

    If you have a business plan, you can add custom CSS to your WordPress.com blog using the CSS Editor in My Sites → Customize → CSS in your blog dashboard.

    You can read more about editing your website using custom CSS here: https://en.support.wordpress.com/custom-design/editing-css/

    Your plan includes a CSS support, so if you need any further help with the CSS, check with a Happiness Engineer via email or live chat.

    You can read more about the CSS support here: https://en.support.wordpress.com/custom-design/css-support-in-live-chat/

    Thanks!

  • Unknown's avatar

    So here’s a quick walk through on how to find your CSS style sheet so you can edit any CSS you want on your page.

    Accessing your style sheet is as simple as following you URL, right-clicking the web page element that you’d like to make CSS changes to, select “inspect element”, and then the HTML and CSS for your web page will become visible.

    Here’s a great support forum to help step you through the process for different browsers:

    https://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/

    Here’s where you input the CSS changes that you’d like.

    -Go to “My Sites”
    -Select “Customize” under “Personalize”
    -Once that loads, go down to “CSS”

    From there this is the CSS that is currently assigned to the line of text you want to change. This is for your title section “JUST ROGUE ‘Jusro’ DEFIANCE”

    .site-title {
    margin: .4375em 0 0;
    font-family: -apple-system,BlinkMacSystemFont,”Segoe UI”,”Roboto”,”Oxygen-Sans”,”Ubuntu”,”Cantarell”,”Helvetica Neue”,sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #333347;
    }

    Change “color: #333347;” to whatever you want it to be.
    You can use color names (eg: red, yellow, etc), hex codes (eg: FF0000, FFFF00) or decimal codes (eg: 255,0,0).

    Just copy that code with the color change that you desire, paste in the CSS editor and you should see the change you’d like to see.

    Follow these steps to check out everything that’s in your CSS style sheet so you can highly customize the look and feel of you site.

    Best of luck!

  • The topic ‘Changing WordPress blog HEADER FONT COLOR?’ is closed to new replies.