• I want to delete the description copy from my main page portfolio. I just want the project name and category to show. Is there a simple way of doing this while keeping the description when each individual project is clicked?

    Site:
    http://brianweberdesign.com

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, this should do what you are wanting.

    .home .portfolio-entry-content {
        display: none;
    }

    If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.

    Child Themes
    Child Theme creation plugins
    Jetpack plugin
    Custom CSS plugins

Viewing 1 replies (of 1 total)

The topic ‘Delete Description Copy’ is closed to new replies.