SteveG03 Posted December 15, 2020 Share Posted December 15, 2020 Site URL: http://www.stevegallagher.com/ Hi Guys, I was wondering if someone might be able to help me out? So when you log onto my photography section on the website there is a Contact (copy) page which I would like to keep for the Photo section, but hide other Contact Page which would be for consulting. So in the photography side bar it just shows Contact (copy) page and Consulting. I also need to add a button in the consulting section side bar under the Contact page to direct the user to the photography section, how's the best way to do this as a button? as once the user is in this section they cant get to the photography page. Hope the pics explain what I'm trying to achieve! Many Thanks for your help in advance! Steve Link to comment
derricksrandomviews Posted December 15, 2020 Share Posted December 15, 2020 (edited) I can answer the second question. Just add a content link to your nav side bar in the consultancy section. You create it just like a new page. This code can make it a button. Want it on a certain page put <style> at both ends of the code and place it in page header code injection. You can change contact to be the name of another page if you wish. #mainNavigation [href="/contact"] { background: white; color: black; border-radius: 10px; } Edited December 15, 2020 by derricksrandomviews SteveG03 1 Link to comment
SteveG03 Posted December 16, 2020 Author Share Posted December 16, 2020 Hi Derrick, Thanks for the above. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment