Remove one and adjust other slide button

Discussion in 'Figero WordPress Theme' started by rexmanaster, Dec 7, 2013.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    Is it possible to remove one of the two slide buttons, then widen and center the other button?

    Thanks,
    Rex
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide .entry a.btn-2{
    display:none;
    }
    .slide .entry a.btn-1{
    margin-left:50px;
    } 
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Looks good, thanks. Couple follow up questions:

    1. How can I widen the remaining button?
    2. Rather than justify the remaining button left and add 50px padding, is it possible to just center justify it (so I don't need to keep adjusting the left padding if the button width changes for different button text length)?

    Thanks,
    Rex
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to images directory present in your theme directory and replace your image with present button image or edit it.

    The name of image is "buttons.png"

    Note:- Use same name for your edited image and remove the current image.
     

Share This Page