Hi,
I am unfamiliar how to adjust the color of the navbar on latest version of cornerstone. Instructions you gave for previous similar inquiries are not relevant for the current version. Theme options doesn’t seem to let me choose color.
Hi,
I am unfamiliar how to adjust the color of the navbar on latest version of cornerstone. Instructions you gave for previous similar inquiries are not relevant for the current version. Theme options doesn’t seem to let me choose color.
Hello @Torah541,
Thanks for writing to us.
I checked your site it seems that you are using the custom CSS code for the header background color. I would suggest you please go to the global CSS and remove this code to get the transparent header background color.
.x-navbar {
border-bottom: 0;
background-color: rgba(223,217,195,0.85);
box-shadow: none;
}
After that, you need to set the Transparent Navbar from the Theme options.
In case you want to set the background color you can set the update your custom CSS code with your background color code as well.
.x-navbar {
border-bottom: 0;
background-color: rgba(223,217,195,0.85);
box-shadow: none;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
where do I access Global CSS
Hello @Torah541,
You need to go to the WordPress Dashboard —>Cornerstone—>Theme Options —>Clcik on the custom code icon —>Global CSS
Hope it helps
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.