Action Button Color
Hi,
I'd like to change the colour of the action button. I know I can do that by changing the theme color, but I don't want to change the other elements' color, just the action button. Could you paste the css code to do that? Thanks in advance!
Hansen
I'd like to change the colour of the action button. I know I can do that by changing the theme color, but I don't want to change the other elements' color, just the action button. Could you paste the css code to do that? Thanks in advance!
Hansen
Comments
please send us link to page where you want to change action button color.
Another question about the action bar (same page): I want it to be shown on all pages except the home page. Is there a code snippet for that as well.
I'm trying to use that same css and it's not working - any suggestions?
Hello @nikolasa,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot showing your issue.
Thanks
Where do we add the code to hide the action button
.home #Action_bar { display: none !important; }
Hi @praveen49,
You can put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Also, your CSS feres to the Action bar, not the Action button. For the Action button, please, use this CSS:
Thanks