- Posts: 2
- Thank you received: 0
Background opacity
-
lucas.air
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 5 months 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 -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months 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.152 seconds