• Resolved eagleview

    (@eagleview)


    I am using the zerif theme and Elementor Page builder.

    When I add a ‘custom menu’ to an elementor created template page,
    I am unable to
    – edit the font size or colour of the menu links?
    – justify the menu center or right (just defaults to left)?

    ………
    Response from Elementor page builder:
    Elementor gives you control over styling only with native Elementor widgets.
    In the case of the custom menu widget, this is a WordPress widget, which has limited edit options in Elementor. You will need to customize it with CSS.
    Elementor gives you control over styling only with native Elementor widgets.
    In the case of the custom menu widget, this is a WordPress widget, which has limited edit options in Elementor. You will need to customize it with CSS.
    ………..

    Would anyone know what code (css) I could add to manage the menu display (also where I would add the css code)?

    The menu can be viewed at the following location (currently displays in ‘red’ text):
    https://www.storeit4less.co.nz/?page_id=487

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can try this CSS
    Add the following custom CSS to customize-> Additional CSS

    .elementor-widget-wp-widget-nav_menu a {
        color: white;
    }
    .elementor-widget-wp-widget-nav_menu ul {
        float: none;
        text-align: center;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter eagleview

    (@eagleview)

    Worked perfectly.
    Greatly appreciated.
    Thank you !!!!!!! ?? ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu display’ is closed to new replies.