• Resolved jcarlosd

    (@jcarlosd)


    First of all, thanks for this great theme!

    I am using your theme at https://filosofia.nueva-acropolis.es/

    I was able to change overall colors, but was not able to change the color under the main image at the top. I mean the menu that appears in light blue with entries such as “Artículos”, “Eventos”, etc.

    What do I have to change in order to define a different color?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • TUT Support

    (@phpexpert21)

    Hello jcarlosd,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    #main-navigation .sf-menu a {
    border-bottom: 5px solid red !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Theme Author Richie KS

    (@rkcorp)

    you need to use custom menu location primary and edit the color via category edit or page edit.

    Thread Starter jcarlosd

    (@jcarlosd)

    Thanks phpexpert21 for your advice. One of the reasons I choose this theme was the good support. I went through most of the forum posts and I was able to make myself many customizations.

    Regarding the css code you posted, actually I realized that two other changes were required, so I finally add this code:

    #main-navigation .sf-menu a {
    border-bottom: 5px solid #004d41 !important;
    }
    #main-navigation .sf-menu a:hover {
    background-color: #00705f !important;
    }
    #main-navigation .children {
    background-color: #004d41 !important;
    }
    

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change color in second menu’ is closed to new replies.