I encountered an issue with Visual Composer (VC) in Wordpress. I am building a website using Impreza theme where VC is included.
In my homepage, I have added the VC element "custom heading". The problem is that the background image is too bright/white, the heading is blending in with the background. I wanted to fix that with the text-shadow property but it did not work. (myWebsite)
As you can see in the following picture, here is the process I followed.
is the setting button I clicked on to access the custom CSS file.
is the VC element I have added.
customCSS Here is the css code I have added in the custom css file.
extraclass Here is the mention of the extra class in the VC element options.
With this additional customization, nothing happened on my homepage. the custom heading stays white with no outlines.
It's because there is a .
(dot) in your extra custom head
class.
Try to remove .
from your extra custom head
class.