Custom styling doesn't work
See original GitHub issueHey, a few parameters don’t work for me: borderColor borderWidth borderRadius
My code:
<BouncyCheckbox borderColor="red" borderWidth={2} borderRadius={5} fillColor="red" unfillColor="#FFFFFF" iconComponent={<IconDog color={'red'} width={12} strokeWidth={3} />} textColor="#333" size={10} disableTextDecoration={true} fontSize={16} fontFamily="Roboto-Regular" text="asdasd" />
Preview: https://prnt.sc/u44m1v
Why can’t I set borderColor for example?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Why Your Custom CSS Doesn't Work in WordPress and ...
There is a technical explanation: The plugin is enqueueing its corresponding stylesheet with the wrong action. But the outcome is that the ...
Read more >Why my Custom CSS doesn't work? - WordPress Websites ...
Here are the most common mistakes causing the custom CSS doesn't work: · Inspect the element! First of all, make sure you have...
Read more >How To Fix Custom CSS Not Working
Regenerating CSS: This can easily be fixed by going to WP admin > Elementor > Tools > Regenerate CSS. · Clearing Site Cache:...
Read more >How to Troubleshoot CSS Not Working
Have you added custom CSS for your forms, but not been able to see it come through? Here's how to troubleshoot when your...
Read more >Custom CSS Issues with WordPress and How to Fix It
In this article, we will be covering the reasons why your custom CSS doesn't work. ... The custom CSS cannot work due to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, Let me test it very fast 😃
I fixed all of it. Even you can customize anything with
iconStyle
prop.If you need anything else open another issue 😃 we can make it work