Page 1 of 1
Remove image count from menu hover display
Posted: 28 Jun 2017, 01:20
by mark_gambino
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?
Re: Remove image count from menu hover display
Posted: 28 Jun 2017, 03:34
by mark_gambino
Here's a pic.
Re: Remove image count from menu hover display
Posted: 28 Jun 2017, 03:35
by mark_gambino
Oh, I also want to remove the frame from these previews...
Re: Remove image count from menu hover display
Posted: 28 Jun 2017, 03:41
by mark_gambino
I just found the setting to remove the image count, but am yet to find the frame class to delete.
Re: Remove image count from menu hover display
Posted: 28 Jun 2017, 04:18
by mjau-mjau
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):
.mega.carousel .image-container {
outline: none !important;
}
Re: Remove image count from menu hover display
Posted: 28 Jun 2017, 06:08
by mark_gambino
Brilliant! Worked a treat. Thanks!
Re: Remove image count from menu hover display
Posted: 25 Jul 2017, 04:35
by pixelmaniac.fr
And in the menu (mouseover) ?
Re: Remove image count from menu hover display
Posted: 25 Jul 2017, 08:25
by mjau-mjau
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?
Re: Remove image count from menu hover display
Posted: 25 Jul 2017, 10:34
by pixelmaniac.fr
remove the count of images into the menu :)
Re: Remove image count from menu hover display
Posted: 25 Jul 2017, 10:45
by mjau-mjau
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:

Remove the "amount" tag.