sauceboss Posted September 28, 2023 Share Posted September 28, 2023 I'm trying to change the color of my secondary buttons it's orange and I want it to be black. It's black but only when i click on it. Link to comment
Lesum Posted September 28, 2023 Share Posted September 28, 2023 @sauceboss You can add this code snippet within the Custom CSS panel: #siteWrapper.site-wrapper .sqs-button-element--secondary { color: #222423 !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
sauceboss Posted September 28, 2023 Author Share Posted September 28, 2023 thx also when you click the button fills in is there a way to keep it clear? Lesum 1 Link to comment
Lesum Posted September 28, 2023 Share Posted September 28, 2023 @sauceboss Sure, you can add this code snippet: #siteWrapper.site-wrapper .sqs-button-element--secondary:hover { background: #fff !important; } Taylor_Design 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
sauceboss Posted September 28, 2023 Author Share Posted September 28, 2023 thx do you build websites Link to comment
sauceboss Posted September 28, 2023 Author Share Posted September 28, 2023 and the button turns white when i click on it how do i just keep it see through? Link to comment
Lesum Posted September 28, 2023 Share Posted September 28, 2023 @sauceboss You can add this code snippet after the code you've added so far: #siteWrapper.site-wrapper .sqs-button-element--primary:hover { background: transparent !important; } #siteWrapper.site-wrapper .sqs-button-element--secondary:hover { background: transparent !important; } Taylor_Design 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Lesum Posted September 28, 2023 Share Posted September 28, 2023 @sauceboss Yes, I do build websites. Are you looking for assistance with any website projects? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
sauceboss Posted September 28, 2023 Author Share Posted September 28, 2023 well i was just wondering if you could maybe see what i need to improve Link to comment
sauceboss Posted September 28, 2023 Author Share Posted September 28, 2023 also how do i change the color of my social icon on the footer on my page i think you dont need code for that Link to comment
sauceboss Posted September 28, 2023 Author Share Posted September 28, 2023 And out do I change the font of a specific element a certain text box? 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