Hi, Is it possible to remove one of the two slide buttons, then widen and center the other button? Thanks, Rex
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; }
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
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.