Layton Posted November 2, 2022 Share Posted November 2, 2022 Hi everyone, I would like some help please regarding my promo code box. My website URL is https://www.gr8-kitchenware.co.uk and I am using module PRSADD040 prestashop 1.7.5 On my site the box only appears if you click on the "have a discount code to use? click here" I would like for the box to always be visible please. I've attached screenshots of what the site currently looks like and how I would like it to permanently look without customers having to click. Many thanks! Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 2, 2022 Share Posted November 2, 2022 You could change code: .collapse { display: none; } to: .collapse { display: inline-block; } and change text from Have a discount code to use? Click here to i.e Have a discount code to use? Place it below. 2 Link to comment Share on other sites More sharing options...
Layton Posted November 8, 2022 Author Share Posted November 8, 2022 That has worked @ComGrafPL .... thank you so much for your help! Link to comment Share on other sites More sharing options...
hell5pawn Posted June 12, 2023 Share Posted June 12, 2023 Hi, I have the same issue. Where i can change this line of code? I see in inspect tools that it work, but i can't find: .collapse { display: none; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now