Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1237874

    Can you please help with CSS:
    – is there any way to auto-match WP’S nav menu widget for font, font size and font color defined in Enfold Theme options?
    – otherwise, can you please just provide the CSS so that the WordPress Nav Menu used in the footer, 3rd column matches the current site styling incl. size, line spacing, color etc?

    Thank you,

    #1238144

    Hey dumdeldidum,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer .widget_nav_menu a {
    	font-size: 16px;
    	padding: 0px 10px;
    }
    #top .widget_nav_menu ul ul li a {
    	padding: 0px 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1238813

    Hello again Victoria. Splendid, works as expected. You provide such great costumer support. Can be marked as solved.

    #1238952

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS help – navigation menu widget matching Enfold styling’ is closed to new replies.