Bhavan Posted April 12, 2022 Share Posted April 12, 2022 Site URL: https://www.vedanta.org.uk/retreat Hi - would love help on a couple of things please: 1. How do I change the colour of h1,h2 and h3 on this particular page: https://www.vedanta.org.uk/retreat 2. How can hide the left hand side navigation of this page too? https://www.vedanta.org.uk/retreat Link to comment
Jia Posted April 13, 2022 Share Posted April 13, 2022 On 4/12/2022 at 11:07 AM, Bhavan said: Site URL: https://www.vedanta.org.uk/retreat Hi - would love help on a couple of things please: 1. How do I change the colour of h1,h2 and h3 on this particular page: https://www.vedanta.org.uk/retreat 2. How can hide the left hand side navigation of this page too? https://www.vedanta.org.uk/retreat Hi, add these codes to custom css (Design > Custom CSS). Change 'HEX' to the hex code of your preferred colours.To #collection-609d726d5b2edc3fbc0f88ec { h1 { color:#HEX; } h2 { color:#HEX; } h3 { color:#HEX; } } To hide the navigation on the left side, add this code: #folderNav { display: none; } Let me know how it goes 🙂 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio 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