How do I hide my keywords

  1. How Do I hide my keywords from view, so that people who visit my blog cannot see my keywords

  1. My images are large but when I upload them they get super small, I disabled Smush plugin and the same thing happen, I want my images to be full sizes like these

My blog to see how small the images show up www.website.com

Hi there,

Please add this code in the global CSS panel:

.blog .entry-footer {
    display: none;
}

Kindly double check that you are inserting the image in its full size :slight_smile:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.