Ellagrace Posted November 3 Share Posted November 3 I need to change the direction of the dropdown arrows to look like this, can anyone advise if there's any css code for this: Link to comment
SaranyaDesigns Posted November 3 Share Posted November 3 @Ellagrace yes you should be able to use the transform: rotate property in your CSS, can you provide a link to your site so we can give you specific code to use? I tried going to the site in your screenshot https://brandwinstaging.co.uk/ but it looks like a totally different site? Link to comment
Ellagrace Posted November 6 Author Share Posted November 6 Hi Saranya, Yes this one is a different site, we're recreating this one in squarespace, heres the link to the site 🙂 https://gerbil-sepia-2p62.squarespace.com/config/?frameUrl=%2F BetterGas14 Thanks 🙂 Link to comment
Solution SaranyaDesigns Posted November 6 Solution Share Posted November 6 @Ellagrace try this in custom CSS: .header-menu-nav-folder-content .chevron--right { transform: rotate(-45deg); } Link to comment
Ellagrace Posted November 6 Author Share Posted November 6 Perfect, resolved! 😄 SaranyaDesigns 1 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