• Resolved HawkOfSummer

    (@hawkofsummer)


    Hello!

    I’m loving the Cannyon theme so far.

    My question–and forgive me if it’s a noob question, but I’m pretty new to WP–is can I change the fonts and font colours within the theme, and if so, how?

    If not, is this feature available through the paid version of the theme?

    Thank you very much, and great work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author mythemes

    (@mythemes)

    Only premium version has support for custom fonts ( support Easy Google Fonts Plugin ).

    In the free version you can change the colors for header elements !

    To make changes go to your Admin Dashboard:
    Appearance › Customize › Header Elements › Content

    Fair enough if you provide new fonts to only premium users.
    But how do I change the font color for text in the first button?
    I mean, you said that in the free version we can change the colors for the header elements but I can only find a way to change the color for the first button, not the text within it.
    Also, if I purchase the upgrade, will it be a one-time upgrade? And applicable to all the domain names hosted through one WordPress account?

    Theme Author mythemes

    (@mythemes)

    The premium version comes to with GPL 2 License and you can use the theme for unlimited number of websites.

    To customize the colors you can use custom css.

    Admin Dashboard:
    Appearance ? Customize ? Others ? Custom CSS.

    try use a code like this:

    body div.mythemes-header div.header-button-wrapper a.btn.header-button.first-btn{
        color: #ff0000;
    }
    
    body div.mythemes-header div.header-button-wrapper a.btn.header-button.second-btn{
        color: #0000ff;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing fonts and font colors’ is closed to new replies.