Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
I already solved the problem :)
Thanks
Yes, I did it ! :))
Erverythings fine-
Thank you
Hi Rikard,
i want to have a white menu on the front page and a black menu on the other pages.
Thanks for the help.
That shoud work.
Ahh Nice!
That Code worked with the logo..home .logo img {
display: none;
}.home .logo {
width: 98px;
background: url(‘https://aquaquestonline.com/wp-content/uploads/2015/02/aqlogowhite.png’) no-repeat;
}How Can I do it with the Menu ?
Thanks for the help !
April 11, 2021 at 2:29 pm in reply to: White Logo and Menu on front page, black logo and menu on other pages #1293769Mhmm, it’s not working.
Im trying it with this code :
function replace_logo_on_some_pages($logo){
if(is_page( 3386 )) {
$logo = “/wp-content/uploads/2021/04/Element-1-4-1030×167.png“;
}
return $logo;
}
add_filter(‘avf_logo’,’replace_logo_on_some_pages’);But the logo stays black on the front page..
April 10, 2021 at 6:33 pm in reply to: White Logo and Menu on front page, black logo and menu on other pages #1293682Thanks for the fast answer !
Yes I do.
Okay, and how does that work ? Sorry, pretty new to enfold
Hi :)
I have the exact same problm. My white logo and the menu looks fine on the front page but not on the others pages.
I would like to have a black logo and menu for the other pages, is it there an option ?Thank you !
Henning
-
AuthorPosts