Conversation
supportHi 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.
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.