Hi!
Is it possible to have the column background color 50% transparent? If so… how? :)
Thanks for a great theme!
Hi luckylobo10!
You can apply a transparent background-color via css:
background-color: rgba(215, 40, 40, 0.9);
The last digit controls opacity.
If you provide us with a link to the specific section you would like to change the background-color for, we can give you the exact css you’ll need.
Regards,
Dake
Thank you. Would be great if you could give me exact css :)
Never mind… found out :)