Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #882261
    scottkwilson
    Participant

    Hello – I saw on the “BUTTON COLOR CHANGE” post how to change the color of a button, but it does not change the 3D part of the button. The code on this post is great for flat buttons, but not for “real”. How do I change the color of the “real” button?

    Thanks!

    #882361
    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Please also tell us which buttons you would like to change the colors of.

    In the meantime if you are comfortable with CSS you can the following example as a guide.

    .x-btn.x-btn-real {
        box-shadow: 0 0.25em 0 0 #a71000,0 4px 9px rgba(0,0,0,0.75);
    }

    If you change the hex color value then you can change the color of the 3D portion to whatever you like.

    Hope this helps – thanks!

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