Blog page questions

HI, 

I spoke with you on themeforest, had a few questions about the blog and you asked me to write here. 

1. I would like to remove the space in-between each image I upload. Here is a screenshot. http://imgur.com/a/5DGdk I have marked with red box so you are clear about the space I am talking about. I basically want the image to sit right on top of the other image, no padding/margin top or bottom. I have tried to add padding 0 on the muffin builder, but that did not work. And here is the link to that page. http://558.3a0.myftpupload.com/graphic-design/stationary/

2. You have gave me a css to remove the featured image, but actually that is not what I want. All that is doing is hiding the image for visitors. I want to completely remove the feature image from the code itself. Which file controls the image and how do I disable it? Is it functions.php? 

3. I would like to remove the Tags from my blog pages http://558.3a0.myftpupload.com/graphic-design/stationary/ Category, date and author should stay, the only thing I do not need is the Tags. And would you please add this option for future update so people can remove them easially in the opitions section? This is just a wishlist :) 

Thank you

Comments

  • Hi,

    1. This could be done with custom css only because this is general margin for all columns around site and if we will give you general code, the other parts of site will be broken. So what you need to do first is to set up same class names for the columns where the images between which you want to remove margin are.

    2. We are sorry but we do not have an option to remove featured image completely from the code unfortunately and this could be done with custom css only.

    3. You can disable Post Meta under Theme options > Blog, Portfolio & Shop > Blog section.
  • Post meta hides everything, I only want to hide the Tags, I need everything else but the Tags. How do I hide just the Tags? 


  • 3. But you said that you don't want to remove elements with custom css so we do not have any other workaround and if you want to remove just the tags, it would be possible with custom css only.
  • I only meant that for featured images. for tags I am okay to hide it with custom css. Can you provide that custom css to hide only the tags please? 

    Thanks 
  • Ok, so to remove the tags on single post pages using custom css, please use:
    .single-post .post-meta .category.mata-tags { display: none !important; }
Sign In or Register to comment.