Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications.
Alternatively use your Child Theme style.css file to hold your CSS modifications.
By the way where are you submenus?
Thank you for your response Andrew.
I will download the custom css manager plugin now.
I think this might be the issue, you cant see them.
If you hover over “3d printing services” and scroll down a little more you will see the submenu. Alternatively, click on “3d printing services” and from that page hover over the menu at the top you should see the submenus there.
I hope that makes sense.
Thanks i will update you soon.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Ah I don’t have a mouse so I couldn’t do that :p
Add this CSS:
.main-navigation .page-item-100 ul {
top: -100%;
}
Ah yes, I had already downloaded this plugin for another task, but didnt have to use it.
From what I understand I have to write new code here is that correct? Im very new to all of this so might have to pester you more!
That worked! Thank you!
Ok here is where I will be a pain in the backside.
1. How do I apply this to all of the submenus
2. How do I apply that to only the front page. As on “3d printing services” page for example, when you hover of the navigation bar the submenu goes into unchartered territory
I really appreciate your help Andrew, legend.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try this instead:
.page-template-page_front-page-php .main-navigation ul ul {
top: -100%;
}
Everything is perfect and as I like it. You are an absolute star. Take care and have a great evening.