I just set up a footer menu, but I can’t see it.
I’ve also selected the menu in the menu section.
What is the issue?
I just set up a footer menu, but I can’t see it.
I’ve also selected the menu in the menu section.
What is the issue?
Hi @tristam15,
Thanks for writing in.
I have enable your footer menu already in your Appearance > Customize > Footer.
Hope it helps.
Let us know how it goes.
Thanks.
Hi,
Why doesn’t the footer menu have any styling?
How can the same style as top be given to the footer?
Hi there,
If by styling you mean adding the blue top bar, please try this code in the Global CSS:
.x-colophon.bottom .x-nav li a {
padding-top: 10px;
}
.x-colophon.bottom .x-nav li a:hover,
.x-colophon.bottom .x-nav li.current-menu-item > a {
box-shadow: inset 0 4px 0 0 hsl(213,87%,53%);
display: inline-block;
transition: color;
}
You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.