Betania93
-
Posts
24 -
Joined
-
Last visited
Reputation Activity
-
Betania93 reacted to tuanphan in Copy accordion block from additional info section to all other product pages?
I guess you should able to edit section > remove it
If you can't find a way to delete it, add this code under
<style> #pdp .section-divider-display { display: none; } </style>
-
-
Betania93 got a reaction from Ziggy in Add spacer on search page
Hi! Sorry thought I shared the link!
https://wildmoonstudio.co.uk/search
so the footer is a bit deeper than usual due to some other codes on the website, but basically just wanting it so that there is space between the search bar and the pink of the footer! I can't edit how the footer looks because then it will mess up how my homepage looks if that makes sense! So just wondering if there is any css that I can do on the search page to fix this!
Thank you!
-
Betania93 reacted to Ziggy in Anchor link on navigation menu help
Yes, you need to add the url slug to the link.
Instead of this:
#anchor-link
Use this:
/page-slug/#anchor-link
-