Hello,
I have purchased Enfold theme some days ago and have a simple question.
After importing the restaurant demo (https://kriesi.at/themes/enfold-restaurant/) to my wordress project I tried some settings and did not found a solution.
If you have a look at your restaurant demo there is a transparent header, after scrolling down it changes from transparent to white. OK looks good.
But how to give the transparent header a bit more color, e.g. light blue transparency like rgba(63, 63, 191, 0.42)?
Is there an option to configure this?
kind regards,
Bernhard
Hey Bernhard,
Yes, you can set the colour of the menu items while the header is transparent under Enfold->Header->Transparency options.
Best regards,
Rikard
Hey Rikard,
I used the option you told me (Enfold->Header->Transparency), but this changes the color of the menu text. I want to change the color of the header itself.
At the moment I solved by Quick CSS as follows:
#header {
background: rgba(45,92,136,0.42);
}
kind regards,
Bernhard