Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148015
    Romain65
    Participant

    Hi,

    How can I change color of content in a widget ? Text it’s ok, but no button and title.

    Thanks !

    #1148016
    Romain65
    Participant
    This reply has been marked as private.
    #1148085
    Lely
    Moderator

    Hi There,

    Thank you for the URL.
    To change font color of header, please add the following on Appearance > Customize > Custom > Edit Global CSS:

    div#blog_subscription-2 h4 {
        color: #fff;
    }

    For the button, please use the following:

    form#subscribe-blog-blog_subscription-2 input[type="submit"] {
        color: #fff;
        border-color: #fff;
    }

    Hope this helps.

    #1148093
    Romain65
    Participant

    Waw perfect ! Thank you !

    #1148210
    Paul R
    Moderator

    You’re welcome! 🙂

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