Skip to:
Content
Pages
Categories
Search
Top
Bottom

(bbp_reply_to) Show as button from admin links


  • martin
    Participant

    @sedziapilkarski

    Hello,

    I would like to make the reply link (bbp_reply_to) in the admin links more visible. Instead of a link like all the other admin links I would like the bbp_reply_to link to be as a button. When I try to change it it changes all the admin links, but how can I change only the bbp_reply_to link?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    each admin link has a class , you can style each to your liking.

    here is an example of what i did to make a link in the twentyfourteen theme look like a button.

    span.bbp-admin-links a.bbp-topic-reply-link,
    span.bbp-admin-links a.bbp-reply-to-link {
    	color: #fff;
    	background-color: #24890d;
    	border-radius: 2px;
    	padding: 5px 10px;
    }
    
    span.bbp-admin-links a.bbp-topic-reply-link:hover,
    span.bbp-admin-links a.bbp-reply-to-link:hover {
    	background-color: #41a62a;
    }

    martin
    Participant

    @sedziapilkarski

    Works great!
    Thank You so much for this tip 🙂
    Topic Solved

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