Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #642928

    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.
    This

    #642937

    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

    #643100

    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.

    #643311

    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

    #643366

    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.

    #643425

    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

    #643496

    Works perfect, thanks!

    #643811

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

    #1272003

    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.

    #1272103

    Hi,


    @natas442
    Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color to white :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.