- Posts: 198
- Thank you received: 0
Smaller logo on the Home page floating menu
-
Danimeeka
Active member - Topic Author
- Member
Less
More
8 years 7 months ago #46550
by Danimeeka
Smaller logo on the Home page floating menu was created by Danimeeka
Hi,
My client would like a large logo on the Home page and smaller on other pages. I have managed this OK, but now see that when I scroll down on the Home page, the large logo causes the floating menu to be too big. My site is at www.lmslawyers.com.au/joomla .
I would like the large logo to be displayed on the Home page, and on scrolling down, a smaller logo to appear as it does in the Bokeh template. Is this possible?
Thanks,
Julia.
My client would like a large logo on the Home page and smaller on other pages. I have managed this OK, but now see that when I scroll down on the Home page, the large logo causes the floating menu to be too big. My site is at www.lmslawyers.com.au/joomla .
I would like the large logo to be displayed on the Home page, and on scrolling down, a smaller logo to appear as it does in the Bokeh template. Is this possible?
Thanks,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 7 months ago #46551
by milos
Replied by milos on topic Smaller logo on the Home page floating menu
Hello,
You can add CSS rule for images in the floating row when it's open only, like this:
Regards,
Milos
You can add CSS rule for images in the floating row when it's open only, like this:
Code:
.topmenushow img {
max-height:60px;
}
Regards,
Milos
The following user(s) said Thank You: Danimeeka
Please Log in to join the conversation.
Time to create page: 0.161 seconds