Title: show more button
Last modified: June 17, 2020

---

# show more button

 *  Resolved [liadesign](https://wordpress.org/support/users/liadesign/)
 * (@liadesign)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/show-more-button-5/)
 * how can I change the background color for menu(category filters) buttons?
    thank
   you.

Viewing 1 replies (of 1 total)

 *  Plugin Author [PORTFOLIO GALLERY TEAM](https://wordpress.org/support/users/wpsofts/)
 * (@wpsofts)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/show-more-button-5/#post-12999445)
 * You can adjust it using custom css styles:
 *     ```
       .gallery-ID .ftg-filters a {
           background-color: #fc4000 !important;
           color: #e9ecef !important;
           border-color: #000 !important;
       }
   
       .gallery-ID .ftg-filters a:hover,
       .gallery-ID .ftg-filters a.selected,
       .gallery-ID .ftg-filters a.selected {
           background-color: #fccfaa !important;
           color: #0000 !important;
           border-color: #fc4000 !important;
       }
       ```
   
 * Note: Change the ID with your grid identifier. You can find it in the short code.
   E.g. **[gridkit id=23]**, then the css selector should be **.gallery-23**

Viewing 1 replies (of 1 total)

The topic ‘show more button’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-wp/assets/icon-256x256.png?rev=2593673)
 * [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio](https://wordpress.org/plugins/portfolio-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-wp/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [category filters](https://wordpress.org/support/topic-tag/category-filters/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 1 reply
 * 2 participants
 * Last reply from: [PORTFOLIO GALLERY TEAM](https://wordpress.org/support/users/wpsofts/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/show-more-button-5/#post-12999445)
 * Status: resolved