Comments 2AngelaLamHF started the conversationApril 17, 2020 at 7:38amI want a different header and logo for shop/woocomerce. How to achieve it. 3,021Andrew repliedApril 17, 2020 at 8:06amHi there, Check the following on how to have a different logo on certain pages. https://themenectar.ticksy.com/article/10605/edit/ Kind regards. 2AngelaLamHF repliedApril 17, 2020 at 5:24pmOk And different header/menu? 3,021Andrew repliedApril 17, 2020 at 6:06pmHi AngelaLamHF,Am afraid, it is not possible to have different header/menus.Thanks. 2AngelaLamHF repliedApril 17, 2020 at 6:46pmThe jquery solution loads old logo for a while. I need a php solutin that do this without loading old logo. 3,021Andrew repliedApril 20, 2020 at 9:59amHi AngelaLamHF,Try to use css option. .page-id-3604 #logo img{ content: url("http://localhost/salient/wp-content/uploads/2020/01/logo-1.jpg"); } Thanks. Sign in to reply ...
I want a different header and logo for shop/woocomerce. How to achieve it.
Hi there,
Check the following on how to have a different logo on certain pages.
https://themenectar.ticksy.com/article/10605/edit/
Kind regards.
Ok And different header/menu?
Hi AngelaLamHF,
Am afraid, it is not possible to have different header/menus.
Thanks.
The jquery solution loads old logo for a while. I need a php solutin that do this without loading old logo.
Hi AngelaLamHF,
Try to use css option.
Thanks.