Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #591263

    Hi guys,

    I need some help setting up the Enfold theme for my site. I have 2 menus, the second one I want to be in the left sidebar.
    Can’t find any way to customize him. I want to center the text. eliminate left-right blank space and change the background color.
    Maybe change the font also, but not really necessary.

    This is how it look now:
    left menu now

    And this is something similar with what I’m trying to do:
    left menu

    #591866

    Hi pedaambient,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #595690

    The website is not live yet. Just tell me how can I change the color and text alignment for a second menu in the left sidebar.
    Thanks again

    #597808

    Hi!

    Sorry for the late reply!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget.widget_nav_menu {
        text-align: center;
    }
    .widget.widget_nav_menu a {
        background: blue;
        color: white;
        border: 1px solid #e2e2e2;
    }
    .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item, .sidebar_left .widget_nav_menu ul:first-child>.current_page_item, .sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor {
        padding-right: 0;
    }

    Best regards,
    Yigit

    #599041

    It works. Now i can customize de left menu.

    Thank you!

    #599217

    Hi!

    Happy we could help you out.
    Btw, If you have a moment, I would very much appreciate if you could quickly rate our theme, which wiII heIp us keep the deveIopment.

    We really appreciate your feedback and input and again, thanks a lot for using our theme!

    Best regards,
    Basilis

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