how to change the color of button on bottom of home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jun 4, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Can you let me know the way to change the color of the blue button on the bottom of the home page? Thanks, Sandra
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To change the color of the blue button on the bottom of the home page, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom-feature-button .button-def {
    
        background: none;
        background-color: #8a5e1f;
        }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page