Comments 19Brian started the conversationNovember 17, 2020 at 3:09pmEarlier I asked how to change the logo on a specific page.I received this code:jQuery( document ).ready(function() { setTimeout(function(){ jQuery('.page-id-1940 #logo img').attr('src','SOURCE');},500);I now want to change the color of the burger menu button to match the logo color. How can I do this? 2,963Andrew repliedNovember 17, 2020 at 8:26pmHi Brian,Can you share a link to the page on your website we see possible css.Kind regards. 19Brian repliedNovember 17, 2020 at 8:42pmThe url is https://www.lantackbeta.nl/telecom :) 2,963Andrew repliedNovember 18, 2020 at 7:08amHi Brian,Please try to turn on the option below:Hope this helps.Thanks. 19Brian repliedNovember 19, 2020 at 1:51pmThis doesn't do anything to the transparant header...Isn't there a bit of code I can use to change the color of the hamburger just like I use the code to change the logo on the transparant header? But only on the page with the specific page(-id). 2,963Andrew repliedNovember 19, 2020 at 1:58pmHi There,We are unable to right click so as to inspect as this is possible with a tweak on css code.Thanks. 19Brian repliedNovember 19, 2020 at 3:07pmI've disabled it, so you can now enable the inspector tool. ;) 2,963Andrew repliedNovember 19, 2020 at 3:36pmHi Brian,Try the following custom css: body.page-id-1940 #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before { background: blue; } Kind regards. 19Brian repliedNovember 19, 2020 at 3:39pmYou are awesome! Thank you very much, this worked perfectly! Sign in to reply ...
Earlier I asked how to change the logo on a specific page.
I received this code:
jQuery( document ).ready(function() {
setTimeout(function(){
jQuery('.page-id-1940 #logo img').attr('src','SOURCE');},500);
I now want to change the color of the burger menu button to match the logo color. How can I do this?
Hi Brian,
Can you share a link to the page on your website we see possible css.
Kind regards.
The url is https://www.lantackbeta.nl/telecom :)
Hi Brian,
Please try to turn on the option below:
Hope this helps.
Thanks.
This doesn't do anything to the transparant header...
Isn't there a bit of code I can use to change the color of the hamburger just like I use the code to change the logo on the transparant header? But only on the page with the specific page(-id).
Hi There,
We are unable to right click so as to inspect as this is possible with a tweak on css code.
Thanks.
I've disabled it, so you can now enable the inspector tool. ;)
Hi Brian,
Try the following custom css:
Kind regards.
You are awesome! Thank you very much, this worked perfectly!