• Resolved dineok

    (@dineok)


    Thanks for this wonderful plugin. I am trying to change the links & button colors to mach my website. Is there a CSS code I can use to achieve that?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Kindly add the below CSS code in your theme’s style.css file or in the “Advanced CSS” option of your theme’s customizer panel and change the color code and check.

    .acadp .btn-primary {
    color: #fff;
    background-color: #91B3DF;
    border-color: #91B3DF;
    font: inherit;
    font-size: large;
    text-transform: uppercase;
    }
    .acadp a {
    color: #91B3DF;
    text-decoration: none;
    font-weight: bolder;
    }
    .acadp .btn-default {
    color: #fff;
    background-color: #5C5C5C;
    border-color: #5C5C5C;
    font: inherit;
    font-size: large;
    text-transform: uppercase;
    }

    Thanks

    Thread Starter dineok

    (@dineok)

    Hi,

    Thanks for your response, I am not sure what I am missing, but this doesn’t seem to work, I changed the colour codes to my colour, but nothing is happening ??

    Thread Starter dineok

    (@dineok)

    Sorted…Thanks a lot ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change links & buttons colors’ is closed to new replies.