Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1138758

    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

    #1139087

    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

    #1139130

    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

    #1139495

    Hi Bernhard,

    Ah, sorry for misunderstanding. That you would custom CSS for so I guess you can just keep the CSS which is working for you. Thanks for sharing your solution by the way :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.