Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255383
    jensjakobsen
    Participant

    Hi

    On http://jcloud.dk I’m running a Icon Theme, where the button has turned all-white.

    I’m sure it’s my own fault, at some point I’ve probably edited some CSS feature, but now I want to style it, so that my users can actually see what they submit before clicking.

    Have a look at this example (look below the picture): http://jcloud.dk/?p=372

    #1255710
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    I could see that the button is adjusted already. Not sure where it is located however you could add this in your Customizer > Custom > CSS

    .x-btn, .button, [type="submit"]{
    color:#000;
    }

    and for the hover

    .x-btn:hover, .button:hover, [type="submit"]:hover{
    color:#000;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1255383 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>