Jenpai Posted December 17, 2021 Share Posted December 17, 2021 Hello, I'm trying to change my mobile menu button to be a gradient color, but I can't find the class selector for it. I want the button to look like the gradient in the image. I'm able to change all the other buttons on my webpage using this code: .sqs-block-button-element--medium.sqs-block-button-element { background: -webkit-linear-gradient(left, #05F1EB, #1AC5D9, #359AC3, #4F6EBD, #6645B0); } Thanks in advance for any help and tips! SquareRefresh 1 Link to comment
SquareRefresh Posted December 17, 2021 Share Posted December 17, 2021 (edited) Hey @Jenpai try to use next selector if You use 7.1: .header-menu .header-menu-cta a { background: -webkit-linear-gradient(left, #05F1EB, #1AC5D9, #359AC3, #4F6EBD, #6645B0) !important; } Edited December 17, 2021 by SquareRefresh Jenpai 1 SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
Jenpai Posted December 17, 2021 Author Share Posted December 17, 2021 24 minutes ago, SquareRefresh said: Hey @Jenpai try to use next selector if You use 7.1: .header-menu .header-menu-cta a { background: -webkit-linear-gradient(left, #05F1EB, #1AC5D9, #359AC3, #4F6EBD, #6645B0) !important; } Thank you so much. It worked! SquareRefresh 1 Link to comment
SquareRefresh Posted December 17, 2021 Share Posted December 17, 2021 Just now, Jenpai said: Thank you so much. It worked! Always happy to help! SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. 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