Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241475
    Hercules P.
    Participant

    Hey,

    I read this https://community.theme.co/kb/implementing-additional-button-colors/ but the changes don’t apply for some reason.

    I want the button on the home page to look like the photos below without changing the universal settings of buttons via the customizer.

    the button at the home page should like this: http://www.evernote.com/l/AnyXbtwEfztNJI23NWEASsYZac2yugN9cvU/

    When someone hovers over the button it should look like this: https://www.evernote.com/shard/s636/nl/111350782/deac9892-16ce-4c0e-87c1-881507ea1e58

    Thank you very much

    #1241476
    Hercules P.
    Participant
    This reply has been marked as private.
    #1241876
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Add this on top of your custom CSS on Customizer.

    .my-btn [type="submit"] {
    	border-color: #de7f31;
        border-width: 3px;
        background-color: transparent;
    }
    
    .my-btn [type="submit"]:hover {
    	border-color: #2dbe60;
        background-color: #2dbe60;
    }

    Hope it helps, Cheers!

    #1242088
    Hercules P.
    Participant

    Hey thanks, unfortunately it didn’t work

    #1242110
    Paul R
    Moderator

    Hi,

    In that case, please provide us your wordpress admin login in private reply.

    Thanks

    #1242123
    Hercules P.
    Participant
    This reply has been marked as private.
    #1242152
    Paul R
    Moderator

    Hi,

    I was able to fix it.

    There is a missing close curly bracket in your code.

    
    @media (max-width: 799px) {
      .gw-go-body-cell {
            height: 4px !important;
      }
      .wplfta_login_form {
          color: #fff !important;
      }
    }  /* <- this was missing */
    
    .my-btn [type="submit"] {
    	border-color: #de7f31;
        border-width: 3px;
        background-color: transparent;
    }
    .my-btn [type="submit"]:hover {
    	border-color: #2dbe60;
        background-color: #2dbe60;
    }
    
  • <script> jQuery(function($){ $("#no-reply-1241475 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>