- Posts: 3
- Thank you received: 0
Logo Area Background (Above User 3)
-
csmims
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago - 12 years 6 months ago #19132
by csmims
Logo Area Background (Above User 3) was created by csmims
The logo area above User 3 and to the left of user 4 (user 4 sits within this space) has a gradient background when you choose a color in the custom style area. I'd like to turn that off, or remove the gradient. Could you point me to the right place to change this please.
Link to the site is absoluteballroom.crmconcept.net
Link to the site is absoluteballroom.crmconcept.net
Last edit: 12 years 6 months ago by csmims.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19150
by ivan.milic
Replied by ivan.milic on topic Re: Logo Area Background (Above User 3)
layout.css:
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
remove background property.
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
remove background property.
Please Log in to join the conversation.
-
csmims
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 6 months ago #19158
by csmims
Replied by csmims on topic Re: Logo Area Background (Above User 3)
Excellent! That worked perfectly. Thank you for your prompt response.
Please Log in to join the conversation.
Time to create page: 0.147 seconds