Removing Avatars from vbcms_widget_recentarticle_page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #16
    Instead of editing the template, add this code to your additional.css template, this way it won't get reverted during upgrades:

    Code:
    .widget_post_useravatar img {
    display:none !important;
    }
    
    
    .widget_post_comment {
    margin-left: 4px; !important;
    }
    Tested and working to remove avatars on the "recent" widgets in 4.1.9.

    Comment

    Related Topics

    Collapse

    Working...