Footer Customization
-
Greetings
I’ve been playing a bit with the CSS in the attempt to remove the underlines on the footer links without success
Been using also some vantage snippets which should do the job, as following, but without succes
/* Name: Remove Footer Link Underlines Description: Remove link underlines in both regular and hover states. This snippet only applies to the footer. No adjustment of the below values is required. */ #colophon a { text-decoration: none; } #colophon a:hover { text-decoration: none; }
Also, while using this snippet appear some vertical line above the footer links
/* Name: Horizontal Footer Menu Description: Insert a Custom Menu widget into the footer and have it display horizontally. Insert the Custom Menu widget first, other widgets will display below it. No adjustment of the below values is required. */ #footer-widgets .widget.widget_nav_menu { text-align: center; width: 100%; } #footer-widgets .widget.widget_nav_menu li { display: inline-block; float: none; margin-right: 16px; } #footer-widgets .widget.widget_nav_menu li:before { content: "\007C\00a0\00a0"; margin-right: 16px; } #footer-widgets .widget.widget_nav_menu li:first-of-type:before { content: none; margin-right: 0; } #footer-widgets .widget.widget_nav_menu li:last-of-type { margin-right: 0; }
To mention, the dropdown menu under layout> footer switching from default to vertical does not apply any changes.
Last note, I’m using the child theme.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Footer Customization’ is closed to new replies.