XF 1.2 Styling 'watch forum' link

TheBigK

Well-known member
I made a quick search on the forum and found that styling the link would need editing a template first :X3:. I want to style the link to make it appear as a button with the styling to match the 'Featured' label that appears with the new Resources Manager.

Can it be achieved through adding CSS in extra.css?
 
I made a quick search on the forum and found that styling the link would need editing a template first :X3:. I want to style the link to make it appear as a button with the styling to match the 'Featured' label that appears with the new Resources Manager.

Can it be achieved through adding CSS in extra.css?


Not sure this is a great way of doing it but you could try something like the following, obviously with your styling.

Code:
.forum_view a.OverlayTrigger { background-color: red; border-radius: 3px; padding: 3px 5px; border: 1px solid darkred;}

Screenshot_52.webp
 
Thank you @Russ. So should it look like -

.LoggedIn .forum_view a.OverlayTrigger .... ? Or am I missing anything?

@Shelley - Thank you for visiting our site and I'm glad you liked our debate. Feel free to join the discussion on our site; though it's about engineering; we welcome everyone!
 
Top Bottom