Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1320886
    SebHor
    Participant

    Hello!

    I created a button with the X-theme shortcode and tried to change the color of it by following these steps:
    https://community.theme.co/kb/implementing-additional-button-colors/

    Unfortunately the style of the button didn`t change. (see image)

    I want to have a green button with white text.

    Could you please support.

    Many thanks,
    Sebastian

    #1320889
    SebHor
    Participant
    This reply has been marked as private.
    #1320922
    Christian
    Moderator

    Hey there,

    Your CSS didn’t work because there’s a syntax error. You haven’t closed the code for .x-ul-icons (see attachment). Please close it with } and check again.

    Thanks.

    #1320946
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-sidebar .textwidget .x-btn {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        border-color: #4a2e2e
    }

    Hope it helps 🙂

    #1321070
    SebHor
    Participant

    Many thanks … that worked!

    #1321074
    Thai
    Moderator

    If you need anything else please let us know.

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