Increase Phone Number size and change color

Discussion in 'Woodpecker WordPress Business Theme' started by marketingtypeguys, Apr 19, 2016.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    I would like to be able to increase the font size of the Click to Call button in the header of the Woodpecker theme.

    I've tried:

    .call-us {
    font-size: 20px;
    }

    And it does not work. Can you please provide the correct CSS for this request?

    Thanks,
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .button-def {
        font-size: 26px;
    }
    Change the numeric value as per the requirement...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page