Can I also change the colors of action bar individually?
I am using white as color for my buttons - because my main menu is dark colored. My action bar, however, is white, to keep it clean. However, the button text - when it is white - cannot be seen at the action bar.
Furthermore, I am interested to position the action bar items, such as my contact number + email to the right hand side. Where can I change this?
My last question refers to the fact that I want to change the text in my search box to an alternative German text. Can I edit this?
I do not see the option to change the colors for the action bar only - it correlates with colors for the menu or could you send me a screenshot of which options you see?
Thanks for your support for creating a custom CSS!
Answering your question about the theme update. It's always better to make a backup of your website. You can update your theme just by overwriting your files with new ones. It will not delete your settings because all the setting are held in the database and it is not affected by an update at all.
Here is your custom CSS for the positioning and the colours
#Action_bar .contact_details { float: right !important; }
Go to theme options>custom css&js>css then paste the code I had send you ( the one on the yellow background) and save. Then reload the page. If you cannot see it try clearing the browser cache.
Comments
thanks