Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS content after h4 having trouble removing

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247867
    LaurieK
    Participant

    I’m trying to remove the DATES only for each item from this page http://summitdesignresources.com/project-type/montana/. It’s a custom post type category page…apparently pulling from index, not stylesheet. I see after the .work-meta h4 is just some data in “”, but no class or anything for me to call it separately to remove it from the front-end. Can anybody help?

    #247869
    LaurieK
    Participant

    just put this in…seemed to work:
    .portfolio-items .work-meta h4 {display:inline-block;}
    .portfolio-items .work-meta {font-size:0px;}

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.