Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #125701
    Roland
    Participant

    Hi – I might have missed the setting in the Customisation options but please can you tell me how to change the colour of the heading fonts?

    Thanks

    #125704
    tikaram
    Keymaster

    Go to Appearance => Customize => Color options => Header Colors
    Under Header Text Color Select the desired color. Let me know if you have any further issues.

    Regards,
    Tikaram

    #125709
    Roland
    Participant

    Hi Tikaram – it’s not the Header text colour I would like change but the Heading colours i.e. Heading 1, Heading 2, etc.?

    Thanks

    #125763
    tikaram
    Keymaster

    @rolandallen : The option to change the heading colors is not available in customizer. It can be done with additional css. Let me know if you need additional css to change the color of headings.

    Regards,
    Tikaram

    #125765
    Roland
    Participant

    Yes please – some additional css would be much appreciated

    #125827
    tikaram
    Keymaster

    Go to Apperance => Customize => Additional css and add the following css.

    h1, h2, h3, h4, h5, h6 {
    	color: #color-code !important;
    }

    Note: Change color-code to your desired HTML color-code. Let me know if you need any further assistance.

    Regards,
    Tikaram

    #125927
    Roland
    Participant

    Many thanks Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change heading font colours’ is closed to new replies.