Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025694
    GhostWhale
    Participant

    I’ve used a small amount of custom global css (provided by you guys, thanks) to adjust the look of my theme’s button’s. I’m using a plugin for ‘send in blue’ which inherits the theme’s button settings for the button in it’s widget however the widget hasn’t inherited the custom css. Is there a way to make it do this?

    #1025695
    GhostWhale
    Participant
    This reply has been marked as private.
    #1026281
    Christopher
    Moderator

    Hi there,

    Are you referring to ‘read more’ buttons ?

    Please add this CSS :

    
    .tg-item-read-more a:hover {
        color: hsl(0,0%,0%);
        border-color: hsl(0,0%,36%);
        background-color: hsla(31,96%,70%,0.57);
    }

    Hope it helps.

    #1026351
    GhostWhale
    Participant

    Perfect! Thanks.

    #1026638
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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