Woodpecker - change button size on home page slider

Discussion in 'Woodpecker WordPress Business Theme' started by rambler, Jun 30, 2017.

  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    How do you change the button size on the sliders on the home page?
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

    To change the button of the slider, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nivo-caption a.slide-button {
        width: 21%;
    }
    Note: Change the width percentage according to your requirement.

    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Thank you - that works really well.
    Please could you also suggest some code that would increase the height of the button as well - I would really like to emphasize the button (which I have set as a click to call).
    Thanks again,
    Mike
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    To increase the height of the button, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nivo-caption a.slide-button {
        line-height: 150%;
    }
    Thanks & Regards,
    Akbar
    InkThemes.com
     

Share This Page