Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
August 4, 2017 at 6:39 am #1053689This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 4, 2017 at 7:08 am #1053697Hi
Here is the code used for bg color when scroll the page.t3-header.affix { background-image: -webkit-linear-gradient(top,#5c58dc 0%,#ff6464 100%); background-image: -o-linear-gradient(top,#5c58dc 0%,#ff6464 100%); background-image: linear-gradient(to bottom,#5c58dc 0%,#ff6464 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c58dc',endColorstr='#ff4743d8',GradientType=0); box-shadow: 0 0 1px rgba(0,0,0,0.15); padding-top: 12px; padding-bottom: 12px; }
You can override it custom.css file and change the color as per needs
Regards
1 user says Thank You to Pankaj Sharma for this useful post
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
August 4, 2017 at 7:51 am #1053720This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 4, 2017 at 8:30 am #1053736Hi
use this code.t3-header { background-image: -webkit-linear-gradient(top,#5c58dc 0%,#ff6464 100%); background-image: -o-linear-gradient(top,#5c58dc 0%,#ff6464 100%); background-image: linear-gradient(to bottom,#5c58dc 0%,#ff6464 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c58dc',endColorstr='#ff4743d8',GradientType=0); box-shadow: 0 0 1px rgba(0,0,0,0.15);}
Regards
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by carlucci 7 years, 3 months ago.
The topic ‘I want to change the menu background.’ is closed to new replies.