How do I hide Portfolio filter and change Portfolio title size

WordPress Themes, Plugins and HTML Templates Forums Contango WordPress Theme How do I hide Portfolio filter and change Portfolio title size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #558
    Anonymous
    Guest

    Hi,

    I only have 3 pictures to display and I don’t want the filter button to be visible – how do I do it?

    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?

    Thanks
    Kamil

    #1451
    admin
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.