remove category from portfolio lightbox

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support remove category from portfolio lightbox

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3604
    Light House
    Member

    when you hover over a portfolio item thumbnail it brings up the title and the category tags. How can I remove the category tags.

    #3614
    Raghavendra
    Moderator

    Easiest and safest way to do this without modifying the framework code is to by inserting the following Custom CSS in the file custom/custom.css or in the Custom CSS tab of the theme options panel –

    .type-portfolio  .image-info { padding: 10px 0; } /* Increase the height of hover when categories are not shown */
    
    .type-portfolio .image-info .terms { display: none; } /* Hide the categories */
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.