Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231199
    paratusgc
    Participant

    Hey Guys,

    I’ve tried creating new button class as per here
    https://community.theme.co/forums/topic/change-button-color-2/

    But it didn’t work.

    I’ve also tried to locate the code for the feature colour – but had no joy.

    I would like the change the colour of the buttons & feature box as shown in the attached.

    Any help, gratefully received.

    Thanks
    Gavin

    #1231236
    Thai
    Moderator

    Hi There,

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

    .x-pricing-column.featured h2 {
        background-color: #e64d41;
    }
    .x-pricing-column-info .x-btn {
        background-color: #1fa186;
        border-color: #1e564d;
    }

    Hope it helps 🙂

    #1231245
    paratusgc
    Participant

    Almost – just need to sort the button borders out as they are black – see attached.

    Thanks!

    #1231275
    Thai
    Moderator

    Hi There,

    You can change the hex color(border-color: #1e564d;) in this CSS:

    .x-pricing-column-info .x-btn {
        background-color: #1fa186;
        border-color: #1e564d;
    }

    Regards!

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