Is There A Way To Hide The Logo In The Header On Just The Home Page? - Question | JoomShaper

Is There A Way To Hide The Logo In The Header On Just The Home Page?

MH

Matt Hunt

Template 1 year ago

Is there a way to hide the header logo on just one page, the home page? Or do I have to create a whole new template?

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #156990

Hello Matt Hunt

Exactly what Pavel said. Go to your Home menu and add a class (for example, home).

https://prnt.sc/n8wkTCl5dUp6

Then add this Custom CSS to

Template Options -> Custom Code -> Custom CSS

.home .logo {
    display: none !important;
}

Best regards

0
Pavel
Pavel
Accepted Answer
1 year ago #156985

Hi. Add your own class name for the page in the Home menu item settinngs and write CSS.

Something like this

.your_own_class .logo {
    display: none !important;
}
0
MH
Matt Hunt
Accepted Answer
1 year ago #157137

Perfect! Thanks!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #157183

You are welcome 😊

Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on 

  1. Joomla Extension Directory
  2. TrustPilot

This will inspire us to improve.

0