Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1390536
    ajrenk
    Participant

    I have two buttons on my home page that I need to style differently than the global options. How can I do that?

    http://clients.andyrenk.com/kocis/

    #1390546
    ajrenk
    Participant

    Nevermind I found an article… I will try that first… THANK YOU!

    #1390550
    Thai
    Moderator

    Hi There,

    You can add this CSS under Customizer > Custom > Global CSS:

    a.x-btn.alignright {
        color: #f00;
        border-color: #f00;
    }
    
    a.x-btn.alignleft {
        color: #fff;
        border-color: #fff;
    }

    Hope it helps 🙂

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