Cannot Change Level2 Parent Arrow Colour
2 years 5 months ago #64551
by MyWorld
Cannot Change Level2 Parent Arrow Colour was created by MyWorld
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!
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64552
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Cannot Change Level2 Parent Arrow Colour
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
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64613
by MyWorld
Replied by MyWorld on topic Cannot Change Level2 Parent Arrow Colour
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!
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64614
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Cannot Change Level2 Parent Arrow Colour
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
Please Log in or Create an account to join the conversation.
2 years 5 months ago #64625
by MyWorld
Replied by MyWorld on topic Cannot Change Level2 Parent Arrow Colour
Thank you so much. Really appreciate it!
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds