Skip to:
Content
Pages
Categories
Search
Top
Bottom

“Subscribe” link customization (Make it bigger)


  • theicebooky
    Participant

    @theicebooky

    Hello,
    I am wondering if it is possible to make the subscribe link bigger as it is quite small.

    If possible, is it possible to make it look like a box (imagine Youtube kind of subscribe button)?

    Thank you very much :))

Viewing 1 replies (of 1 total)

  • theicebooky
    Participant

    @theicebooky

    Never mind, I found and edit the code already… if you wanna know my code:

    #bbpress-forums > #subscription-toggle{
    float:right;
    }

    #bbpress-forums div.bbp-reply-content a.subscription-toggle,
    #subscription-toggle a{
    font-weight:bold;
    padding: 8px 8px 4px 8px;
    border: 0px solid #66FF33;
    background-color: #66FF33;
    color: white;
    }

    #bbpress-forums div.bbp-reply-content a.subscription-toggle,
    #subscription-toggle a:hover{
    background-color: #00FFFF;
    color: white;
    }

    #bbpress-forums div.bbp-reply-content .is-subscribed a.subscription-toggle,
    #subscription-toggle .is-subscribed a.subscription-toggle{
    border: 0px solid #e6e6e6;
    background-color: #e6e6e6;
    padding: 2px 4px 2px 4px
    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar