Woodpecker Click to Call button and Slider CSS

Discussion in 'Woodpecker WordPress Business Theme' started by lbrudycook, Oct 8, 2014.

  1. lbrudycook

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    Hello,

    May I please have CSS for each of the following on the Woodpecker slider:
    1) remove button completely
    2) Remove slider description
    3) Change font on slider heading

    And, is there CSS to remove the Click to Call Button and have a static phone number/email address on the upper right hand side in its place.

    Thank you so much.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .nivo-caption a.slide-button {
    display: none !important;
    }
    p.slide-para {
    display: none;
    }
    .slide-h1 {
    font-size: 50px;
    }
    In the heading font-size is set 50px, increase or decrease it according to your requirement.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please follow the screenshot given below.
    woodepecker_tap_to_call_Settings.png

    Thanks,
    Praveen
     

Share This Page