is there a way to change the color of the downwards arrow thingie in the navigation button?
any help is appreciated!
| Author | Comment | |||
|---|---|---|---|---|
JessaBella |
Navigation Button Question |
Lead | ||
|
is there a way to change the color of the downwards arrow thingie in the navigation button?
|
||||
|
|
||||
m0zaic |
#1 | |||
|
Yes, add this to the end of your Advanced CSS and change the URL to an arrow of your choice.
There is a selection here.
div.mgr-navigation-content-hidden p.mgr-sliver-open-button a {
background-image: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-yellow-dk.gif); } |
||||
|
|
||||
JessaBella |
#2 | |||
|
awesome!
thank you! |
||||
|
|
||||
m0zaic |
#3 | |||
|
You're welcome.
|
||||
|
|
||||