Hi,
I have purchased the grid portfolio. It is a great looking gallery but it has one issue that the buttons that display the categories just above the images on the left hand side cant be removed.
Please could you let me know the best, simplest method for the removal of this?
There isnt much documentation with this section and for $20 i would like some help on this! thanks again
Grid Portfolio Section - Great But Need To Remove The "category Buttons" Above The Image Gallery
Started by
robdesigner
, Nov 08 2012 12:44 PM
grid portfolio
4 replies to this topic
#1
Posted 08 November 2012 - 12:44 PM
#2
Posted 08 November 2012 - 03:53 PM
You can hide these buttons using custom CSS: You can use the {display: none} declaration: You can use the selector for that group of buttons.
#3
Posted 08 November 2012 - 04:01 PM
hi thanks for that, i did try this:
#grid-portfolio .filters {display:none}
from the code below? i am sure i am close, but not quite!
section id="grid-portfolio" class="container no_clone section-grid-portfolio fix"><div class="texture"><div class="content"><div class="content-pad"><ul id="filters"><li><a href= data-filter=.color>Color</a></li></ul>
#grid-portfolio .filters {display:none}
from the code below? i am sure i am close, but not quite!
section id="grid-portfolio" class="container no_clone section-grid-portfolio fix"><div class="texture"><div class="content"><div class="content-pad"><ul id="filters"><li><a href= data-filter=.color>Color</a></li></ul>
#4
Posted 08 November 2012 - 04:02 PM
done it :-)
#filters {display:none}
is this ok?! it has worked
#filters {display:none}
is this ok?! it has worked
#5
Posted 08 November 2012 - 04:03 PM
That sounds about right since the buttons do filter the grid contents.










