Hello,
I only have 3 pictures to display and I don’t want the filter button to be visible – how do I do it?
You may use Standard Portfolio Template which doest not show filters. Example,
http://themes.designorbital.com/contango/standard-2-columns/
== OR ==
You may use CSS Snippet to hide the filter by observing its class. For Example,
Following CSS Snippet can be used to hide Filter on the example – http://themes.designorbital.com/contango/
.widget_portfolio-filters-widget-portfolio-kamn-3 {
display: none;
}
[/CODE]
[B]Also, the title of portfolio is quite small – how can I change its size/font? It’s smaller than the captions. BTW, can the size of captions be changed?[/B]
You may use above technique to customize Contango.
Thanks[CODE].widget_portfolio-filters-widget-portfolio-kamn-3 {
display: none;
}
[/CODE]
Also, the title of portfolio is quite small – how can I change its size/font? It’s smaller than the captions. BTW, can the size of captions be changed?
You may use above technique to customize Contango.
Thanks