• Question 1
    how to I remove images on posts page?

    Question 2
    I use ads in the posts and it′s displayed as images in the categories overview (where you see all the posts in one category) how to remove the images?

    I use this code to remove them: .post-thumb {display:none;}

    But when the image is removed it is only white where the image was and the text is not align left becuse of that.

    HELP!

    Perhaps remove some code and create a child theme or insert a function?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tareq

    (@worthingtech)

    Could you post a link to your site so we have an example of what we’re looking at?

    Theme Author Richie KS

    (@rkcorp)

    simple add this to theme option->custom css

    #custom #post-entry .post-thumb {display:none;}
    #custom #post-entry .post-right {margin:0;}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove image’ is closed to new replies.