Home Forums Pro Themes Edufication Pro Change colours

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105627
    Jennifer Sims
    Participant

    Dear Support, I’m using the default colour setting which is blue but I would like to change the orange items (buttons, link menus etc) to another colour.

    I’d also like to change the green colour news, icons etc to another colour.

    Could you advise how I change these two colour colour settings.

    Thank You

    Jen

    #105689
    wensolutions
    Keymaster

    Hello

    To change the colors of the sections that you have mentioned, please add the below given CSS in the Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    a:hover {
        color: #151515 !important;
    }
    
    .btn-primary {
        background-color: #0a0a0a !important;
    }
    
    .btn-default {
        border-color: #272422 !important;
        color: #0c0c0c !important;
    }
    
    .btn-default:hover {
        border-color: #1f1e1e !important;
        background-color: #000000 !important;
        color: #232121 !important;
    }

    Please change the color code of the given CSS as per your requirement.

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

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