You can change it editing the theme’s CSS stylesheet. It’s placed in the following path:
./wp-content/themes/goran/style.css
And the property you have to change is place in line number 1242. Its name is .site-header and you can try with a value like #333 for the background property:
.site-header {
background: #333;
color: #FFF;
}
You can also try to change it through de WordPress admin panel, but I’m not sure this theme allows customizing that color this way. Try this en de Admin Panel:
– Click on Appearence -> Customization, and in the left panel search “Colors” menu, and look for the background color personalization or something like that.
Bye!
riotxoa – one should never edit the theme files directly, or all the changes will be overwritten every time you update the theme.
formidleriet is already using the Jetpack custom CSS module to make CSS changes, which means their changes won’t be lost every theme update.
formidleriet – Here is a blue colour palette for Goran. It contains every element that is shades of red in the default and replaces it with shades of blue, but you can modify the colours exactly as you like:
https://gist.github.com/kathrynwp/19c690090d1659f0a62e11926504727e
If you still need help with any specific elements, just let me know, but the above should cover everything.
Hi
I want to get a colour palette for goran
How do I do this?
@ruthy19 – to add a new colour palette for Goran, you would take the code in the Gist above, paste it in a code or text editor, and run a search-and-replace to replace the colour codes with your preferred shades. Then, paste the resulting code in your Customizer’s Additional CSS panel.
If you need help with something more specific, please start a new thread, provide a link to your site, and explain what colours you’d like to change more precisely. Thanks!
https://wordpress.org/support/theme/goran/#new-topic-0