Colour schemes

  • Unknown's avatar

    Hi, I am wondering if the inspiro premium allows you to change the header text colours on my website? I currently have the option to change the bar colour, but not the text. If not, is there a way I can do this? Thanks, Ruby

    WP.com: Unknown
    Jetpack: Unknown
    Correct account: Unknown

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

  • Unknown's avatar

    Hi Ruby!

    This is a WordPress.com forum and apparently your site is not hosted here but using the open-source version of the WordPress software at Ionos.
    Therefore you can ask for support, directly from them or you can also ask at the WordPress.org forum:
    https://wordpress.org/support/forums/

    If you want to know more about their differences, here is a little more information:
    https://wordpress.com/support/com-vs-org/

    Also, im guessing that since you have access to the custom CSS, you just need to ask for the right code to paste in our own code. So I’m sure you’ll find help in the other forum.
    Good luck!

  • I have verified that your site is not hosted on WordPress.com. In this case, you use the self-hosted version, the software of which is available on WordPress.org.

    WordPress.com and WordPress.org sites are different. Check it out: https://wordpress.com/support/com-vs-org

    This forum is only focused on sites hosted on WordPress.com.

    WordPress.org community forums can be an excellent place to ask for help with this:http://wordpress.org/support/forums

    This theme is very customizable. You can try changing the color directly in the Editor https://www.wpzoom.com/documentation/inspiro/inspiro-how-to-change-logo-colors-and-fonts/

    Or use CSS:

    For CSS, you can try the following:

    • Go to Appearance > Customize in your WordPress dashboard.
    • Locate the Additional CSS section and add the following code:
    header {
    
    background-color: #yourcolorcode;
    }
    • Replace #yourcolorcode with the hex code of the color you want to use for your header text. For example purple #800080 White: #FFFFFF
    • Save your changes and check your website to see if the header text color has been changed.

    Alternatively, you can locate the specific header bar class in the theme’s CSS file and change the color there. You can use browser developer tools to inspect the element and find the class name.

    I hope that helps! Let me know if you have any other questions.

  • I have verified that your site is not hosted on WordPress.com. In this case, you use the self-hosted version, the software of which is available on WordPress.org.

    WordPress.com and WordPress.org sites are different. Check it out: https://wordpress.com/support/com-vs-org

    This forum is only focused on sites hosted on WordPress.com.

    WordPress.org community forums can be an excellent place to ask for help with this:http://wordpress.org/support/forums

    This theme is very customizable. You can try changing the color directly in the Editor https://www.wpzoom.com/documentation/inspiro/inspiro-how-to-change-logo-colors-and-fonts/

    Or use CSS:

    For CSS, you can try the following:

    • Go to Appearance > Customize in your WordPress dashboard.
    • Locate the Additional CSS section and add the following code:
    header {
    
    background-color: #yourcolorcode;
    }
    • Replace #yourcolorcode with the hex code of the color you want to use for your header text. For example purple #800080 White: #FFFFFF
    • Save your changes and check your website to see if the header text color has been changed.

    Alternatively, you can locate the specific header bar class in the theme’s CSS file and change the color there. You can use browser developer tools to inspect the element and find the class name.

    I hope that helps! Let me know if you have any other questions.

  • The topic ‘Colour schemes’ is closed to new replies.