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 refers to the Action bar, not the Action button. For the Action button, please, use this CSS:
Thanks
I'm having this same issue and I can't seem to get any CSS solution to work.
https://cjbiomaterials.wpsc.dev/
In your website source, I do not see the CSS code from my previous message, and it should work correctly on your website.
Are you sure that you put it in the correct place and saved the theme options? Do you have any caching enabled on your website?
Best regards
I did. I have been actively working on it so it might have been temporarily removed when you checked. I'll leave it in place now.
In the file for custom CSS, I can see only one code. It has some misconfiguration and is not for hiding the action button.
If you want to make it work, it should look like this:
And to hide it, it should look like this:
Best regards