gavinramm wrote:Hi,
I want to have the same type of style of GRID but without pictures.
Cheers Gav
Hello, Gav.
In order to have your mega menu grid without any pictures, first you have to hide the images, and then to zero the margin of the links.
Go to the CSS file of your Mega Menu plugin and find this code:
.mega-menu .picture {...}
and then add "display: none;" to it (without quotes), doing so will remove the images.
Next, find this piece of code, either .categories.fullWidth .box ul {...} or .categories.fullWidth .subcategories {...} and look for its margin property. When you find it, change its value to 0 (zero), this will move the links to the beginning of the box, taking the place of the images.
In case you decide you only want to remove the images without keeping the grid, you can use our "Category Menu without Pictures" template which will change the layout of the menu to a list.