Hi, @tav
As you can see at https://terapiafloralnoray.com, I have a FloatingContent stack from @willwood with a couple of buttons (BP2), but they only show the link, not the button itself.
How could I make the buttons background visible?
Thanks in advance.
The floating content stack is setting the background of all contained links to none
which is overriding the button colours from the theme and the button plus itself.
This is the code from the floating content stack:
Try setting the style to custom
in the button and applying the colours there instead of just using the theme colours. This should provide a more specific selector that will over ride the floating content stack.
1 Like
Solved!
Many thanks, Andrew.
1 Like