Title: Pravin Singh's Replies | WordPress.org

---

# Pravin Singh

  [  ](https://wordpress.org/support/users/thevoyager1/)

 *   [Profile](https://wordpress.org/support/users/thevoyager1/)
 *   [Topics Started](https://wordpress.org/support/users/thevoyager1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thevoyager1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thevoyager1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thevoyager1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thevoyager1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thevoyager1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WowStore – Store Builder & Product Blocks for WooCommerce] Wrong Category Grid hyperlinks](https://wordpress.org/support/topic/wrong-category-grid-hyperlinks/)
 *  Thread Starter [Pravin Singh](https://wordpress.org/support/users/thevoyager1/)
 * (@thevoyager1)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wrong-category-grid-hyperlinks/#post-13810358)
 * Thank you for working on the fix. However, the issue is only partially resolved.
   This part is still not fixed:
    Within the white background banner (small brown
   rectangle in my original screenshot), only clicking on the Category name (green
   area in the screenshot) takes to the category page. Clicking anywhere else in
   the white background banner has no effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WowStore – Store Builder & Product Blocks for WooCommerce] Wrong Category Grid hyperlinks](https://wordpress.org/support/topic/wrong-category-grid-hyperlinks/)
 *  Thread Starter [Pravin Singh](https://wordpress.org/support/users/thevoyager1/)
 * (@thevoyager1)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/wrong-category-grid-hyperlinks/#post-13285959)
 * Just to be clear, I’m not asking for a _feature_. I am asking for a _bug_ to 
   be fixed. By clicking on a category, the user expects to be taken to that category.
   Instead, taking him to the top of the same page is wrong, it’s a bug. Can you
   please fix the bug?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Grid / List toggle] Better looking toggle buttons](https://wordpress.org/support/topic/better-looking-toggle-buttons/)
 *  Thread Starter [Pravin Singh](https://wordpress.org/support/users/thevoyager1/)
 * (@thevoyager1)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/better-looking-toggle-buttons/#post-13258619)
 * Solved my own issue, with minimal change, using css. For anyone interested, below
   is the css that you can paste in Appearance –> Customize –> Additional CSS.
 *     ```
       .gridlist-toggle {
       		float: right;
       }
       .gridlist-toggle .dashicons:before, .gridlist-toggle .dashicons {
           font-size: 1.2em;
           height: 1.2em;
           width: 1.2em;
       }
       .gridlist-toggle a.active {
           color: #f0f0f0;
           background-color: rgba(32, 130, 199, 0.8);
       }
       .dashicons-grid-view:before {
           content: "\f180";
       }
       .dashicons-exerpt-view:before {
           content: "\f214";
       }
       ```
   
 * The first entry makes it align right, second one makes the icons a bit bigger,
   third one sets the color of the grid/list icons (color) and of the active button(
   background-color, which has red, green, blue, and transparency values). The last
   two entries change the icons to better looking ones. [Here](https://www.megastorekanpur.com/wordpress/shop/)
   is how it looks.

Viewing 3 replies - 1 through 3 (of 3 total)