Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Change megamenu color
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Change megamenu color

Change megamenu color 10 years, 5 months ago #13637

Is it possible to change main menu color ? Also background color at the menu items ?
Last Edit: 10 years, 5 months ago by Greek Waters.

Re: Change megamenu color 10 years, 5 months ago #13696

Dear

If yellow color is default Template Style
Please go to your_site\templates\sj_snap\css\template-yellow.css and find the code bellow:

1. background at the menu items
#yt_menuposition ul.navi > li.level1 > .item-link {
  margin: 0;
  padding: 12px 25px;
  color: #ecebeb;
  font-size: 128.6%;
  display: block;
  background: url(../images/menu-bg.png) repeat #101010;
}


=> change background above

2. background at menu item is active
#yt_menuposition ul.navi > li.level1.active > .item-link {
  background-color: #fbb612;
  background-image: -moz-linear-gradient(top,#ffbd1e,#f4ac00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffbd1e),to(#f4ac00));
  background-image: -webkit-linear-gradient(top,#ffbd1e,#f4ac00);
  background-image: -o-linear-gradient(top,#ffbd1e,#f4ac00);
  background-image: linear-gradient(to bottom,#ffbd1e,#f4ac00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbc1d', endColorstr='#fff4ac00', GradientType=0);
  border: none;
  color: #fff;
}


=> change color above

3. background hover at the menu item:
#yt_menuposition ul.navi > li.level1:hover,
#yt_menuposition ul.navi > li.level1.hover {
  background: #444444;
  color: #f4ac00;
  border-top: 1px solid #f4ac00;
}


=> change color and add 'background:your_color;'


Thanks!
The following user(s) said Thank You: Greek Waters
  • Page:
  • 1
Time to create page: 0.20 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes