Hello,
How can I make the homepage have a different logo and font color than the rest of the website?
Thank you
Hey Arlie_Francis,
You can use css to change the home only. Is it just for the menu only?
Best regards,
Jordan Shannon
It is for the menu and the logo. Still possible?
what is your home page id or class?
Checking in to see if someone can help with my two questions. THank you
Hi,
Add this to quick css:
.home .avia-menu-text,
#top .av-logo-container .social_bookmarks li{
color:#2a435b!important;
}
As for the logo that may be a little bit tougher, do you have that can be switched out with what you have there now?
Best regards,
Jordan Shannon
Thank you for the font fix.
Yes, I have the logo I want to switch just on the home page. If that is what you are asking me.
Hello, I updated my subscription so I could get assistance. Did we hit a dead end? I have not heard back from anyone. Thank you!
I found this: https://kriesi.at/documentation/enfold/logo/#image-logo-with-subtext
I put the function but it is not working. Will someone please look, thank you?
Hi,
Apologies for the delay. The logo appears to be fixed via this css:
.home .av_header_transparency.av_alternate_logo_active .logo {
content: url(//dev07.allydrez.com/wp-content/uploads/2020/10/DD_book.png) !important;
}
Best regards,
Jordan Shannon