Transparent wrapper

Really nice theme, I like it very much, good job!

I have a question. Can wrapper be transparent? Can we set opacity or something?

Cheers :slight_smile:

Hi @andrijagrozni,

I hope you are well today and thank you for your question.

To make the wrapper transparent use the following CSS code.

div.wrapper {
    background: transparent;
}

To make it opaque use the below CSS code instead of above code.

div.wrapper {
    background: rgba(248, 248, 248, 0.5);
}

You can use the above CSS code by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

Best Regards,
Movin

Thanks alot! :slight_smile:

You are most welcome here :slight_smile: