Title: Hide the View More button
Last modified: August 22, 2016

---

# Hide the View More button

 *  Resolved [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/)
 * Hi,
 * I am using a child theme and the CSS property display: none to hide the .button-
   block class element. However this only works on the individual portfolio item
   and not on the main portfolio view when you hover over the item. Could you advise
   what element I should target with CSS to also not display the button on hover
   please.
 * Many thanks
 * Johnny
 * [https://wordpress.org/plugins/portfolio-gallery/](https://wordpress.org/plugins/portfolio-gallery/)

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/hide-the-view-more-button/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/hide-the-view-more-button/page/2/?output_format=md)

 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640661)
 * Hello
    Ok can you send a link of your page?
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640698)
 * Hi,
 * Thanks for getting back to me. This is the page in question – [http://johnnymorriswp.co.uk/portfolio/](http://johnnymorriswp.co.uk/portfolio/)
 * When I view a single item I can right click for the source code to be able to
   identify the ‘read more’ button element an apply the CSS to not show.
 * However, I can not view the source when on hover and it is obviously a different
   element id or class as the CSS I have added is not hiding it.
 * Johnny
 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640699)
 * Dear have you tried to get rid of “view more” button from General Options?
    There
   is Element Link Button section, from where you can do that
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640700)
 * Hi,
 * I am using the free Plugin version, so all those options are disabled. Its just
   the id or class of the element on hover I need to target.
 * Johnny
 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640701)
 * In this case, when you right click on “view more” button and open element code
   you should see this
    **<div class=”button-block”>**
 * Go on the button-block line and adjust display: none;
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640702)
 * That’s the element class I am currently using with display: none; but it only
   hides on the button on the single view of the portfolio item not on the hover
   view on the thumbnail.
 * Johnny
 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640703)
 * Yes because each view has it’s own css, and you just should turn to that view
   and make the same process again
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640704)
 * Ok, thanks. I will try that.
 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640705)
 * To effect on all elements you should go to >plugins > editor > huge-it portfolio
   gallery > there you should find front_end_view.php file and find Id or class 
   of that button (from inspect element) and there write display: none;
 * It you understand, and will be able to do that please do, if no, you can contact
   us by [info@huge-it.com](https://wordpress.org/support/topic/hide-the-view-more-button/info@huge-it.com?output_format=md)
   and we will help you
 *  Thread Starter [johnnymorriswp](https://wordpress.org/support/users/johnnymorriswp/)
 * (@johnnymorriswp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640706)
 * Ok, thanks.
 *  [bmlawncare](https://wordpress.org/support/users/bmlawncare/)
 * (@bmlawncare)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640800)
 * Thank you most current easy way for me was plugins / editor / hugeit
 * Click
    portfolio-gallery/Front_end/portfolio_front_end_view.php
 * Ctrl+F for find! Search term – show_linkbutton
 * set all to Off keep clicking the search down arrow and repeat think there are
   10 or so entries for on.
 *  [bmlawncare](https://wordpress.org/support/users/bmlawncare/)
 * (@bmlawncare)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640801)
 * **Only working for Full Width Blocks**
 * I have disabled all of the entries to off from on but still show View More on
   everything except above.
 * What other files control the others?
 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640802)
 * Dear why don’t you use general Options? Are you free user?
 *  [bmlawncare](https://wordpress.org/support/users/bmlawncare/)
 * (@bmlawncare)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640803)
 * Yes free, I can live with it just goes back to gallery page but rather remove
   it.
 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/#post-5640804)
 * Dear your method should work with all views exept content popup view, but maybe
   you missed something. There are 12 “view more” must be replaced with off, besides
   that also this parameter ht_view2_show_popup_linkbutton should be off. Please
   check if you did exactly right. If no, you can contact us [info@huge-it.com](https://wordpress.org/support/topic/hide-the-view-more-button/info@huge-it.com?output_format=md)
   we can help you

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/hide-the-view-more-button/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/hide-the-view-more-button/page/2/?output_format=md)

The topic ‘Hide the View More button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/portfolio-gallery_eb4c4e.svg)
 * [Portfolio Gallery - Photo Gallery](https://wordpress.org/plugins/portfolio-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-gallery/reviews/)

 * 22 replies
 * 4 participants
 * Last reply from: [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/hide-the-view-more-button/page/2/#post-5640826)
 * Status: resolved