Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99237
    Leslie Bigos
    Participant

    Thanks for another nice theme!

    I would like to Center the MAIN Menu like the PRIMARY menu is centered. I’m struggling getting this code right.

    Also, the links for the Footer menu has the Green color though I have changed link colors everywhere to remove green. Can you help with that as well?

    My site is:
    http://www.lsbwebworks.com/adelain/

    #99254
    Mahesh
    Participant

    @bigoslesli: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box add the following CSS:

    #nav-secondary ul li {
        float: none;
    }
    
    #menu-main-menu {
        text-align: center;
    }
    
    #nav-secondary .container {
        text-align: center;
    }
    
    #search-toggle {
        float: none;
    }
    
    #nav-footer ul li a:hover, #nav-footer ul li a:focus, #nav-footer ul .current-menu-item a, #nav-footer ul .current_page_item a, #nav-footer ul .current-menu-ancestor a, #nav-footer ul .current_page_ancestor a {
        color: #802e19;
    }

    Regards,
    Mahesh

    #99310
    Leslie Bigos
    Participant

    Thank you for helping me Center the title. This code is working great.

    On another note, I am finding a bit of frustration with this theme. Many links are showing green in the “over” state and I am having to write custom CSS for each instance. For example, the following requires coding. It seems like link colors should be picked up from the Customization panel.

    .woocommerce ul.products li.product .price {
    color: #802e19;
    }

    #featured-content .cycle-pager span.cycle-pager-active { color: #b23a24;
    }

    #99332
    Mahesh
    Participant

    @bigoslesli: The base color of this theme is set to green that is why the color is used throughout the theme. Basically the color link in the customizer setting is for basic links such as links in the content etc. For changing other colors as desired you can use Custom CSS. Let me know if I can help you further.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Secondary Menu & footer link color’ is closed to new replies.