Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1125296
    jensmith3
    Participant

    Hello,

    My site is on the temporary url of http://103.37.8.129/~thekidsa/

    I have created a custom button .custom-btn1 using the child theme and wanted the button colour to change from #BFD553 to #A0B345 but it isn’t working. I know I’m missing something simple but for the life of me I can’t work it out. Could you please assist?

    Also, it is possible to ensure the button text is centred? They all appear to be except the last one ‘Workshops’.

    Many thanks for your help and kind regards,

    Jenny

    #1125299
    jensmith3
    Participant
    This reply has been marked as private.
    #1125493
    Thai
    Moderator

    Hi Jenny,

    Please add the following CSS:

    body .x-btn.x-btn-real.custom-btn1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    body .x-btn.x-btn-real.custom-btn1:hover {
        background: #fff;
        color: #bfd553;
    }

    Hope it helps 🙂

    #1126556
    jensmith3
    Participant

    Awesome thank you so much.

    Kind regards,

    Jenny

    #1126707
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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