Hello, I’m trying to change the color of a link secondary menu but do not know how. I searched for information on their forum but can not find the solution.
Hey criseducacio!
You can use
#top .header_color .sub_menu ul li a
for active links and
#top .header_color .sub_menu ul li a:hover
for the hover of your links
Those are the rules, for the Custom CSS area.
Let us know if you need anything else from us
Best regards,
Basilis
Ok thanks, but I want only change the moodle link, no all the links. Because this link (moodle) goes to external site. I want diferenciate to the rest of links.
Hi,
I can’t see a link to Moodle on your site? Please add it again so that we can inspect it, we need to know the ID of the element to give you correct CSS.
Best regards,
Rikard
Hello. Yesterday i changed link. Basically I want to change the link to online courses (CURSOS ONLINE). I want to give an appearance of button.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
li#menu-item-3588 a {
padding: 5px;
background: #cd3231;
color: white;
border-radius: 5px;
}
Best regards,
Yigit
Works perfect, thanks!
I also am trying to change the link color on the very top links at their non-hovered state. https://ibb.co/PwG7W82
Its for a website called http://www.mailboxesbybathx.com I need the very top menu links to be white, on normal and also hover states. How can I do this? Thanks.