Cannot Change Level2 Parent Arrow Colour
Hi there,
For some reason I cannot seem to be able to change the Arrow colour of Level2 Parent.
What would the CSS be please?
Thanks!
For some reason I cannot seem to be able to change the Arrow colour of Level2 Parent.
What would the CSS be please?
Thanks!
by MyWorld
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Cannot Change Level2 Parent Arrow Colour
Posted 10 months 3 days ago #64552
Hi
Please give me the url of the page so that I can check
CEd
Please give me the url of the page so that I can check
CEd
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Replied by MyWorld on topic Cannot Change Level2 Parent Arrow Colour
Posted 9 months 3 weeks ago #64613
Hi Ced,
I sent you an email as I'd rather not post the URL here.
Thanks in advance!
I sent you an email as I'd rather not post the URL here.
Thanks in advance!
by MyWorld
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Cannot Change Level2 Parent Arrow Colour
Posted 9 months 4 weeks ago #64614
if you are using Maximenu Pro, you can change that in the styling interface
else you can use this css code to manage it
(color to be adapted)
else you can use this css code to manage it
Code:
div#main-menu ul.maximenuck li.level2.parent > a::after {
border-color: transparent transparent transparent red !important;
}
div#main-menu ul.maximenuck li.level2.parent:hover > a::after {
border-color: transparent transparent transparent blue !important;
}
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
Replied by MyWorld on topic Cannot Change Level2 Parent Arrow Colour
Posted 9 months 4 weeks ago #64625
Thank you so much. Really appreciate it!
by MyWorld
Please Log in or Create an account to join the conversation.
Time to create page: 0.702 seconds