Home › Forums › Jevelin Theme › shortcodes.css conflicting with background color settings in jevelin modules
Home › Forums › Jevelin Theme › shortcodes.css conflicting with background color settings in jevelin modules
Hi, I’d like to set the background color of jevelin modules on my webpage. I go into the settings and I set a background color, but it doesn’t appear on the frontend of my website.
If you go to my website and scroll to the bottom of the homepage. You will see my “Projects” section. I have the background color set to a dark brown.
It seems some line of css in shortcodes.css is preventing the color from displaying.
I’ve attached a screenshot to show the conflicting css. I believe the settings from the module should override what is in the stylesheet.
Is there a way to fix this?
Hi there,
We can see the issue and it seems to be caused by the Unyson page builder.
At the moment we have two solutions:
Best regards,
Shufflehound team
#1, Can I remove Unyson page builder from the website since it is no longer supported? I can try to rebuild my site in WPBakery page builder.
#2, Can you remove the background-color: #ffffff; specified in the shortcodes.css file? That would also solve my problem. At the moment, I can’t overwrite what is specificed in shortcodes.css. Is that what you meant in #2?
Alternately, If that is not an option, then is there a way to get shortcode.css to load before the other stylesheets so the css can be overwritten by what is specified in the module?