- Posts: 2
- Thank you received: 0
Background opacity
12 years 1 month ago #34067
by lucas.air
Background opacity was created by lucas.air
I want to know how do I change the opacity of the top? (images / custom / sky_bg.png). Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #34077
by ivan.milic
Replied by ivan.milic on topic Background opacity
By default in layout.css you have:
.headerrow {
background: rgba(237,32,32,.85);
min-height: 113px;
}
so bg opacity is 0.85.
.headerrow {
background: rgba(237,32,32,.85);
min-height: 113px;
}
so bg opacity is 0.85.
Please Log in to join the conversation.
Time to create page: 0.321 seconds