I would like to change the background colour of the header and the top menu to black (to match my logo) with orange text and orange social media icons.
Would it be possible to change to colour of the menu bar on the mobile version of the website (orange to match the rest of the site). It's currently a dark blue that can't be seen?
Also is it possible to duplicate the "looking for staff" button in the header? So that there are 2 (ideally the second one one be below the existing one).
Hi,
I would like to change the background colour of the header and the top menu to black (to match my logo) with orange text and orange social media icons.
Thanks in advance.
Hello, Dear George!
In order to perform your request, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and you will receive this result: http://prntscr.com/libmq3
Also if you want to rid off white line between header and menu, add in Additional CSS this code:
Best Regards!
Hello Andrey,
Thank you so much for your fast response! That looks great.
Is there any way that the "look for staff?" button can be white before you hover over it? (but still keeping it orange when you do hover over it).
Thanks again in advance.
George
Hello, Dear George!
In this case you may try this css code:
We hope that you''ll like it.
Best Regards!
Hello Andrey,
Thank you for your help so far.
Would it be possible to change to colour of the menu bar on the mobile version of the website (orange to match the rest of the site). It's currently a dark blue that can't be seen?
Also is it possible to duplicate the "looking for staff" button in the header? So that there are 2 (ideally the second one one be below the existing one).
Thanks for your time
George
Hello, Dear George!
In this case please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and you will receive this result: http://prntscr.com/ltn4vv
Play around the values of color:
rgba(224, 134, 65, 1);
#0055ff;
And apply changes.
Best Regards!