.button-def

Discussion in 'Woodpecker WordPress Business Theme' started by image2site, May 28, 2014.

  1. image2site

    image2site New Member

    Joined:
    May 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    Cannot seem to locate and change the hover color of the "bottom featured area" button. Have changed the .button-def colors, and that is fine now, but the hover eludes me.

    website: http://www.pnanetwork.com

    Your help is appreciated.

    Thank you,

    David
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .button-def:hover {
    background: red;
    background-color: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page