1. Digijoom
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 28 September 2020
  5.  Subscribe via email
Hello

I'm using template Chelsea and have some submenu's shown as an image. Like in the template demo the 6 example style's. But I do it without an title: Menutitle add = NO.
In the submenu on small devices there is nothing to see.
My question : is it possible to show only images without a title on wider screens and only a title on small devices?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your images?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

removed--- and look for the menu 'Producten'.

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (min-width: 1040px) {
.image-title {
display: none;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!