Viewing 2 replies - 1 through 2 (of 2 total)
  • You could remove that particular section from the single post area. Alternatively, you could hide that portion via css. In your css file on line 213, you could change this

    .fancy_meta{z-index:100;display: block;position:absolute;bottom:-25px;max-width:90%;}

    to

    .fancy_meta{z-index:100;display: none;position:absolute;bottom:-25px;max-width:90%;}

    Display none will hide that information from displaying. Hope that helps.

    Thread Starter laniergraphics

    (@laniergraphics)

    THANK YOU SO MUCH!

    i ended up having to add the display:none code on a different line but it worked!

    .fancy_meta span{display:none;background:#000;clear:both;color:#eee;float:left;font-size:11px;letter-spacing:.25px;margin:1px 0;padding:2px 40px 2px 30px;opacity:.85;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Posted In Label Under Featured Image of Blog Posts’ is closed to new replies.