WPIntell

Source evidence

Change block button style?

Block, Suspend, Report for BuddyPress · support · 2023-10-17T20:01:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
thinlizzie resolved
Hi I would like to change the look of the block button as it appears on my users profile pages (color, shape etc) I know how to add CSS to the wordpress Customizer. Is this alI that’s needed? And what code do I need to target that button? please advise if possible, thankyou. This topic was modified 2 years, 7 months ago by thinlizzie . Hi @thinlizzie , Absolutely! You can change anything you see with CSS. In this case, you’ll want to target the ‘bptk-block-profile’ class. In case you need to find out more about how to determine the element to target, there is a great tutorial here: https://www.smashingmagazine.com/2021/10/guide-debugging-css/ Hope that helps, but if you need more, just let me know. Ben Roberts Thankyou, I tried this but did not work for color/background .bptk-block-profile { ... But this did work, thanks again. .bptk-block-profile a { ... Great news! Enjoy the rest of the week.

Comments

3 shown
Ben Roberts 2023-10-19T08:58:00+00:00

Hi @thinlizzie , Absolutely! You can change anything you see with CSS. In this case, you’ll want to target the ‘bptk-block-profile’ class. In case you need to find out more about how to determine the element to target, there is a great tutorial here: https://www.smashingmagazine.com/2021/10/guide-debugging-css/ Hope that helps, but if you need more, just let me know. Ben Roberts

thinlizzie 2023-10-19T13:04:00+00:00

Thankyou, I tried this but did not work for color/background .bptk-block-profile { ... But this did work, thanks again. .bptk-block-profile a { ...

Ben Roberts 2023-10-19T13:53:00+00:00

Great news! Enjoy the rest of the week.