Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1272057
    Andysallis
    Participant

    Hey fellas,

    I am trying to customise a button used for a plugin to fit in with the buttons of the X-theme, most noteably I am wanting to replicate the button I use in cornerstone with pill shape. The button hovers blue when the pointer is over it.

    I shall post the details in a private post.

    #1272059
    Andysallis
    Participant
    This reply has been marked as private.
    #1272060
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .jig-loadMoreButton {
        background: #fff !important;
        border-radius: 100em !important;
    -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        border-width: 3px !important;
    }
    .jig-loadMoreButton:hover {
        color: #272727 !important;
        border-color: #3176a5 !Important;
    }

    Hope that helps.

    #1272067
    Andysallis
    Participant

    Sadly that did not work,

    as I said though, I do not need to change the CSS through customiser as I can do it inside the plugin itself, I just need to know what the settings would be to do it.

    #1272092
    Andysallis
    Participant
    This reply has been marked as private.
    #1272350
    Rad
    Moderator

    Glad to hear that and thanks for sharing.

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