osasza96
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] Only display Header on homepageHello @themevision
You are right!
Thank you! It works now 🙂Forum: Themes and Templates
In reply to: [Agama] Only display Header on homepage@themevision
Thanks for your quick reply.
Unfortunately the code doesn’t work 🙁Check the attached screenshots:
Forum: Themes and Templates
In reply to: [Agama] Only display Header on homepageHello @themevision
It worked! Thank you 🙂
Now I have another question,Im trying to remove the header image from just one specific page.
I tried doing something similar as
“.home #agama-header-image {
display: none!important;
} ”But I changed the .home to .page ID but it didn’t work.
Do you know how I could achieve that ?To remove the header from front page and just one more page ?
thanks in advance 🙂
Forum: Themes and Templates
In reply to: [Agama] Only display Header on homepageAnd I’m trying to hide the header image on the home page but have it visible on every other page. I tried doing the code I below but it doest work. its either visible everywhere or nowhere
#agama-header-image {
display: block!important;
}
.home #agama-header-image {
display: none!important;
}