Wordpress bimber theme cannot change header color

artibo

Newbie
Joined
Feb 2, 2017
Messages
11
Reaction score
2
Hello BHW Community!

I am changing the header color from customizing section in WordPress, in preview mode, it seems like it is changing but when I save & publish nothing changes. I reset website caches, browser caches and did not help. I changed few other things and I can see that they change. It was working on the localhost, I don't know why it stopped working when transferred it to the hosting. Any ideas?

my website is goo. gl/1pWweN
 
You need firebug or something like that tool (All modern browsers have that tool). You can find place from CSS, where describe this color, and you need just open CSS and change color.
Say me, if i unclear
 
You need firebug or something like that tool (All modern browsers have that tool). You can find place from CSS, where describe this color, and you need just open CSS and change color.
Say me, if i unclear
If you're going to do any changes like that then it needs to be done in a child theme or changes will be lost next update
 
Maybe your theme have "Custom CSS" field, in this case changes will not be lost. In other cases any solution involves a loss when upgrading (Of course if this is not a cache)
 
You need firebug or something like that tool (All modern browsers have that tool). You can find place from CSS, where describe this color, and you need just open CSS and change color.
Say me, if i unclear

Maybe your theme have "Custom CSS" field, in this case changes will not be lost. In other cases any solution involves a loss when upgrading (Of course if this is not a cache)

Thank you bro it worked!! Finally I can change the headers color! Luckly, theme has a Custom CSS field :)
 
Back
Top