• Resolved carlnice223i

    (@carlnice223i)


    I have followed your suggestion (here https://www.ads-software.com/support/topic/custom-button-css/ ) on creating a custom CSS button.

    My CSS looks like this..:

    .wp24-dc input[type=submit] {
    color: #FFFFFF !important;
    background-color: #336699;
    }

    The background colour of the button works fine but the font inside the button wont change as per the CSS.

    Any suggestion on this perhaps?

    Many Thanks for the latest update

Viewing 1 replies (of 1 total)
  • Plugin Author WP24

    (@wp24dotorg)

    Maybe there are CSS settings of your theme overriding this.
    If you do not have multiple use enabled you could also try:

    #dc-submit-1 {
      color: #FFFFFF !important;
      background-color: #336699;
    }

    If that doesn’t help, post a link to the page and I could take a look at.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom button CSS’ is closed to new replies.