Archived topic
Footer widget menu and menu link color
8 replies · Started by ZUN MIN on July 4, 2020
Hi.
I have changed all the colors but on the footer widget for menus it doesn't change when I hover on menu text it shows theme default color. can you help?
also how can I change her divider color as well?
Thank you.
HI there,
Can you disable the coming soon page so we can see the issue?
Thanks :)
Hi,
I don’t want to publish yet. I will just let you know my id and pass for backend.
Please have a look and let me know.
Thank you.
Can you have a look Leo? thank you.
Hi there,
in Customizer > Additional CSS - remove this:
.menu-main-navigation-container a:hover {
color: #09BE9F;
}
Hi!
Thanks for the reply.
What about changing color for hero divider on main page?
Thank you!
In Customizer > Additional CSS - Edit the background: #09BE9F; in this CSS:
hr, .divider {
display: block;
height: 4px;
max-width: 40px;
background: #09BE9F;
margin: 30px auto;
}
Thanks. It works!!!
Glad to hear that