Tagged: main menu
How do I change the color or Image that is used ?
It’s barely noticeable in my design but it’s pictured here, underneath the menu item “What’s Freesh?”
https://www.dropbox.com/s/4x4yn9pafppnxld/Screen%20Shot%202014-01-10%20at%2011.22.24%20AM.png
And please also tell me how I can remove it entirely in case I can’t find a way to make it look good on my site.
Thanks
Jonny
Hi deyowulf!
You can remove it using this on Quick CSS:
.avia-menu-fx {
display: none;
}
Change the color using this:
.header_color .avia-menu-fx .avia-arrow, .header_color .avia-menu-fx {
background: red;
}
Regards,
Ismael
Hi Ismael,
The second code worked for the line, but the little arrow in the middle of it seemed to turn into a greyish color. Is there any way I can either remove that or make it black as well?
Here’s the new screenshot – https://www.dropbox.com/s/35xbi2qr3beg8vi/Screen%20Shot%202014-01-10%20at%203.50.26%20PM.png
Thanks
Jonny
Hi!
Please flush browser cache and refresh your page a few times. It is not visible on my end http://i.imgur.com/z8yrXoz.jpg
Cheers!
Yigit
Hi Yigit,
Flushed browsers and refreshed pages multiple times on 3 different browsers. Also checked it on new pages. Still visible in all 3 browsers.
What browser are you using?
Jonny
Hi!
Just saw it under Music menu item, please add following code to Quick CSS
.header_color .avia-menu-fx .avia-arrow { border-color: black; } /* changes its color to black */
.avia-arrow { display: none; } /* removes it */
P.S.: Fresh This Ish is awesome!
Cheers!
Yigit
Hi Yigit,
That worked thanks. Really glad you liked the music :) More to come soon!
Thanks
Jonny