Home Forums Pro Themes Education Hub Pro Change color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130722
    Angga Krishna
    Participant

    hi there,

    I want to change all of default color in education hub pro. I think i did change all, but somehow this button still in default color. Which option should i choose to change this? Thanks

    https://imgur.com/p7xlmRi

    #130765
    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL of the page where you want to change the color of the button so that we can inspect with your URL and help you with a precise fix.

    Regards.

    #130770
    Angga Krishna
    Participant
    #130773
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the button you mentioned are previous and next button from the single post pages.

    You can add CSS given below to change the color of the button following the path Admin Panel > Appearance > Customize > Additional CSS.

    .single .content-area a {
        color: #40ff7e;
    }
    
    .single .navigation .nav-links a {
        background-color: #085e24;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

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