To make changes to the header I seem to have to leave the plug in and use the wordpress customise tool.
I’m trying to do the following, but can’t figure out how. Any help would be greatly appreciated!
Have the links smooth scroll to different parts of the page. I’ve looked at the smooth scrolling knowledge article, but this only seems to work for links within the page builder tool. How do I get the links in the header to go to different parts of the page?
Make the buy link into a button, instead of just text (like apple do on their pages). How can I do that?
Make header transparent
Move the logo left slightly so that it aligns with the text in the first column of the main page
Sorry, I can’t seem to see the site as it’s password protected. I’ll try to answer your questions regardless.
You just need to edit the links that you have on the header. Under Appearance > Menu. Add a Custom Link, change the URL to reflect the ID of the element you want to scroll to then place a Menu Name.
Is there any code I can add to give it a gradient finish, so it matches the button modules of the main page builder, like the one further down my page?
The generator above will give you a bunch of background values(for browser compatibility), simply copy all the code from there, and replace it with the previous background-color that you got from the KB article code.
Hi Ben - the custom links worked a treat for the smooth scrolling. However, now I’ve got a couple of sub pages, they don’t work from those pages. Is there anything I can add so the links work from my sub pages?
Clicking any of the Features, Design, Colours, How to Fit and FAQ links in the top nav don’t do anything. I’d like them to link to the relevant parts of the main page http://d00.0c4.myftpupload.com/
You’ll need to place the entire URL for your menu links, e.g., instead of placing just #features, place http://d00.0c4.myftpupload.com/#features since it’s on the homepage.
Great - thank you, that’d does let me click through from other pages.
The only issue now is that when I’m on the home page (http://d00.0c4.myftpupload.com/), all those links now show up in orange (the hover colour), instead of the grey links should show in.
I think the theme has something that makes the links show the hover colour when on that page. I usually like this feature, and it works well with my other links (e.g. Terms etc), so when on the Terms page, it is highlighted orange.
But it looks confusing on the home page now.
Can I turn this off for those anchor links? I’d still like to keep the orange when I hover over them though if possible.
Yes, that is how it works. Since the links above are for the homepage, they get the hovered color. The only way to achieve what you want is via custom CSS. Place the code below under Appearance > Customize > Code > CSS Code.
I’ve tried the CSS but it doesn’t seem to make a difference. I tried to work out if I could change the part it was pointing at by inspecting the CSS but didn’t get very far.
Do you mind sharing temp admin access to the site so I can check? Also, don’t worry about it. It took me quite a while to learn it too! You can use the snippets I’ve been giving you as references.
The code you had there was correct, you just needed to clear the cache by hitting the Flush Cache button at the top admin bar. That’s what I just did and it now works! And thanks for the kind words and for the recommendation!