Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    Hi,

    The theme is responsible for styling the buttons. Your theme is probably styling submit buttons (which is what the ‘Next’ button is) to look like the rest of your theme buttons. The ‘Previous’ button can’t be a submit button as it doesn’t submit the data.

    Hi,

    I had the same issue.
    Here’s what I did:-
    1. I inspected both elements (previous and next buttons) and found which css file they were using.
    2. I copied the style option for the ‘Next button’ from the main.css file and replaced the attributes of the ‘Previous button’ in the theme bootstrap.css (location and file names may vary) file and voila…It worked!

    It now looks like this!
    https://bit.ly/2kmuzPz

    • This reply was modified 8 years, 1 month ago by sunanon.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style the ‘Previous’ button’ is closed to new replies.