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

    (@codepeople)

    Hi bradbpw,

    Please, define the CSS rules with the !important declaration, as follows:

    #fbuilder .pbNext,#fbuilder .pbPrevious {
       color: #336699 !important;
       font-weight: bold !important;
    }

    However, if you want to get a design corresponding to your website, the correct style definition would be:

    #fbuilder .pbNext,#fbuilder .pbPrevious {
       background-color: #336699 !important;
       font-weight: bold !important;
       text-shadow: none !important;
       font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
       border-radius: 15px !important;
       text-transform: uppercase;
    }

    Tip: Remember to clear the browser’s cache after edit the online files.

    If you need additional help to edit the forms designs, I can offer you a custom coding service.

    Best regards.

    Thread Starter bradbpw

    (@bradbpw)

    That worked perfectly! Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't change colors of next and previous buttons’ is closed to new replies.