Home Forums Theme support lobster theme portfolio post

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 7 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • How can i remove the “works” and “created” section that shows up on a portfolio post?

    Hi,

    you can remove it with css code. Please add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .portfolio-single-details {
        display:none;
    }
    .portfolio-single-content {
        width:100%;
        float:none;
        margin-right:0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.