Custom CSS ? Need support

Hi, i have problem for custom css…

  1. I haven’t problem too remove tag and creator too post.
  2. The home page is very important proble, the ultimate post is full.
  3. i need remove widget too right on the post.

and other quest, where is the resolution for immage in the post ?

Web site

Hey there

Sorry but not clearly understand your questions, what problems do you have? I guess this is not a problem, you just want to change something but what exactly? create a screenshot and higlight element you want to change or hide
widgets can be removed by placing blank text widget on the widget area in appearance> widgets

  1. i need remove the meta informazion in the post.
  2. the ultimate post in home page is full… i need too home page the ultimate post low information not full post.

Hello,

You can use the following CSS code to remove the tags by going to Appearance > Customize > Additional CSS and pasting it there.


span.tags-links {
    display: none;
}

You need to add a read more tag to the posts so that it will not show in full, so you need to edit the post then add a read more tag using the read more button. I have added an image to help you find the button in the editor.

Best Regards,
Support

ohh thanks, i need ultimate request, i need remove the information too date and information the creator the post. Where is the css ?

Hello there,

This should help you remove the author information:

.entry-meta {
    display: none;
}

However, I am not sure what you mean by “ultimate request”.

Best Regards,
Support