Home Forums Free Themes Graduate menu highlight/button color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #52300
    JagDomains
    Participant

    Hi-

    Trying the new Graduate theme for http://www.jagdomains.com. Is there a way to change the red color for the highlighted menu text and the buttons?

    #52372
    wensolutions
    Keymaster

    Hello @jagdomains,

    When we inspected your site URL we found that the currently activated theme in your site is not graduate .

    So please contact with the respective theme support forum to help you .

    Thank you very much .

    Best Regards!!

    #52395
    JagDomains
    Participant

    Sorry – had temporarily changed the theme to try other color combinations I really like the new Graduate theme and would like to make the colors work – not refreshed. So if you could advise as to how to change the menu text highlight color and pre-loaded button color (lie at the bottom of the FAQ page) from red to something else, that would be great.

    Kriss

    #52410
    JagDomains
    Participant

    Please also check why the right side widget areas have a dark blue background – is there a way to edit this background color?

    Kriss

    #52439
    wensolutions
    Keymaster

    Hello @jagdomains,

    To change the color of the highlighted menu text color and button in FAQ page use below given CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .main-navigation .current-menu-item > a{
    color: #68c9e8;
    }
    
    .wpcf7 input[type="submit"] {
        background-color: #68c9e8;
        }

    Also to change the background color of the widget use below given CSS.

    #secondary .widget_categories, #secondary .widget_archive, #secondary .widget_tag_cloud, #secondary .textwidget {
        background-color: #dddddd;
    }

    You can adjust the color code according to your requirement .

    Hope this helps .

    Best Regards!!

    Have a good day .

    #52464
    JagDomains
    Participant

    Thanks – now looks much better. The default sidebar widget color background makes any text over it in widgets unreadable. I matched the light gray surround color and I like the look. Thanks for your time!

    #52500
    wensolutions
    Keymaster

    Hello @jagdomains,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

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

    Best regards !!

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