Home Forums Pro Themes Graduate Pro Graduate Pro Theme colour

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #93029
    Dellapaviour
    Participant

    Good morning. Please could you help me? I am using Graduate Pro theme and the built in colours do not include a colour suitable for us. I would just like to change the overall colour theme to dark green but there is only a custom light green available. Please could you advise? Thank you

    #93088
    wensolutions
    Keymaster

    Hello @dellapavious,

    First of all thankyou very much for using the pro theme.

    Now, coming back to your query, to make each and every section appear in the same color require higher custom CSS as we need to change add the CSS for every part.

    Although the theme already has the option to change the theme color. SO please once try to change the color using the option. For this go to Admin Panel > Appearance > Color > Theme Color.

    Hope this helps.

    Lets us know if you have any confusion further.

    Thank you.

    #93091
    Dellapaviour
    Participant

    Hi. Thank you. Yes, I have tried this but there are very limited colour options. I would like to change the colour to something that is not one of the 5 colour options available. I have managed to change some bits to the green now (http://bladev.bicesterlearningacademy.co.uk/) but can’t change the very bottom footer. Thank you

    #93094
    wensolutions
    Keymaster

    Hello,

    To change the color of the footer please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-footer .site-info {
        background-color: #47661f;
    }

    Change the color code as per your requirement.

    Thank you

    #93095
    Dellapaviour
    Participant

    Thank you very much. Please could you also tell me how to change the background colour of the drop down menu from blue to green?

    Thank you

    #93157
    wensolutions
    Keymaster

    Hello,

    To change the color of the background of dropdown menu please add below given CSS.

    ul.sub-menu li:hover {
        background-color: #47661f;
    }

    Hope this helps.

    #93192
    Dellapaviour
    Participant

    Thank you very much. That is perfect.

    #93198
    wensolutions
    Keymaster

    Hello @dellapaviour,

    Glad we could help you.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/graduate/reviews/

    Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.