How to change color of buttons?

Discussion in 'Woodpecker WordPress Business Theme' started by mammothdigital, Feb 29, 2016.

  1. mammothdigital

    mammothdigital New Member

    Joined:
    Feb 17, 2016
    Messages:
    4
    Likes Received:
    0
    Can the buttons (Call, slider buttons, Subscribe Now) and footer be grey instead of blue? Thank you!
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. mammothdigital

    mammothdigital New Member

    Joined:
    Feb 17, 2016
    Messages:
    4
    Likes Received:
    0
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slide-button {
        background-color: gray;
    }
    .button-def {
        background: gray !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page