Click to call button

Discussion in 'Woodpecker WordPress Business Theme' started by vincevague, May 20, 2015.

Thread Status:
Not open for further replies.
  1. vincevague

    vincevague New Member

    Joined:
    Aug 4, 2012
    Messages:
    11
    Likes Received:
    0
    Is the background of the click to call button an image? If so where is it?
    Im trying to get rid of the blue colour ...been vexed by this for hours now!
    Please help.
    Vince
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

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

    Code:
    .button-def {
      background: none !important;
      border: none;
      box-shadow: none;
      }
    If you wish to change the call to action color then you can place your own color code as well for background property in the given CSS code.

    Hope it will solve your issue.
     
  3. vincevague

    vincevague New Member

    Joined:
    Aug 4, 2012
    Messages:
    11
    Likes Received:
    0
    Thanks so much, worked a treat!
    How would I do this for the blue button that appears on the slider?

    Thanks again
    Vince
     
  4. vincevague

    vincevague New Member

    Joined:
    Aug 4, 2012
    Messages:
    11
    Likes Received:
    0
  5. vincevague

    vincevague New Member

    Joined:
    Aug 4, 2012
    Messages:
    11
    Likes Received:
    0
    Got it sorted .
    :)
     
Thread Status:
Not open for further replies.

Share This Page