Is it possible to set the background container using a CMS image? I am using a template from the fleXon2 templates and want to use the CMS to update each item. The template is hover-box -004
I think i figured it out. I used the background component. The next issue im having is how do I get the background component to use a rounded corner radius?
Unlike a lot of the other components the background component does not have any settings for the borders.
To get rounded corners you need to add a Tailwind class in the Advanced section of the settings.
rounded-2xl
This class will get you 2XL corners, there are a number of other options.
i have tried that but it doesnt seem to work
What is your Overflow setting in the Layout settings section, it should be set to NONE.
that worked. thanks for the help!