-
AuthorPosts
-
May 9, 2014 at 10:59 am #197569
How to change background color in header?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 9, 2014 at 3:08 pm #534374It appears that you already have the following within your custom.css file . . .
.logo .brand {
background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
float: none;
margin-top: 0;
text-align: center;
}Did you not put that CSS rule in your custom.css file yourself?
May 11, 2014 at 10:47 am #534488kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
May 11, 2014 at 7:11 pm #534520@2ghuffar:
add the follow to your custom.css
.t3-mainnav {
background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 5px solid #E73628
margin-top: 51px;
}If need and !important to background:
background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
Hope can help you
1 user says Thank You to kanenses for this useful post
kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by kanenses 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change background color in header
Viewing 6 posts - 1 through 6 (of 6 total)