Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mark_gambino
Topic Author
Posts: 7
Joined: 22 Jun 2017, 07:45

Remove image count from menu hover display

28 Jun 2017, 01:20

I'm attempting to remove the image count ('46 images' etc) that appears between the title and preview image of each folder in the display that appears when hovering over the 'Galleries' menu page on my site's Home page, but damned if I can't find the option anywhere in Panel. Little help, per favor?
 
User avatar
mark_gambino
Topic Author
Posts: 7
Joined: 22 Jun 2017, 07:45

Re: Remove image count from menu hover display

28 Jun 2017, 03:34

Here's a pic.
Attachments
Screen Shot.jpg
Screen Shot.jpg (205.58 KiB) Viewed 2498 times
 
User avatar
mark_gambino
Topic Author
Posts: 7
Joined: 22 Jun 2017, 07:45

Re: Remove image count from menu hover display

28 Jun 2017, 03:35

Oh, I also want to remove the frame from these previews...
 
User avatar
mark_gambino
Topic Author
Posts: 7
Joined: 22 Jun 2017, 07:45

Re: Remove image count from menu hover display

28 Jun 2017, 03:41

I just found the setting to remove the image count, but am yet to find the frame class to delete.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove image count from menu hover display

28 Jun 2017, 04:18

mark_gambino wrote:Oh, I also want to remove the frame from these previews...
Not a setting, but would require custom CSS (settings > custom > custom CSS):
Code
.mega.carousel .image-container {
  outline: none !important;
}
 
User avatar
mark_gambino
Topic Author
Posts: 7
Joined: 22 Jun 2017, 07:45

Re: Remove image count from menu hover display

28 Jun 2017, 06:08

Brilliant! Worked a treat. Thanks!
 
pixelmaniac.fr
Posts: 7
Joined: 24 Jul 2017, 18:07

Re: Remove image count from menu hover display

25 Jul 2017, 04:35

And in the menu (mouseover) ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove image count from menu hover display

25 Jul 2017, 08:25

pixelmaniac.fr wrote:And in the menu (mouseover) ?
Not quite sure what the question is. You want the remove the background color that appears in the carousel menu on mouse hover?
 
pixelmaniac.fr
Posts: 7
Joined: 24 Jul 2017, 18:07

Re: Remove image count from menu hover display

25 Jul 2017, 10:34

 remove the count of images into the menu :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Remove image count from menu hover display

25 Jul 2017, 10:45

pixelmaniac.fr wrote: remove the count of images into the menu :)
That is an OPTION in the page settings > menu of the page that contains the carousel:
Image
Remove the "amount" tag.