Justify excerpt text and remove "category:" from category title

Hi,
Really enjoying working with the theme, its smooth and works!! My site is www.architales.org
couple of adjustments i would like to make

  1. Justify the text in the excerpt. Especially on mobile phones the white space is too much.
  2. Remove the Category: title. Would still like the category title to show but without the word Category.
  3. Reduce the white space below the featured image and between title and content- if it will not spoil the beautiful responsiveness that it has currently.
    thanks so much
    Natasha

Hi Natasha,

I hope you are well today and thank you for your questions.

1. Justify the text in the excerpt. Especially on mobile phones the white space is too much.

Could you please share the screenshot of it?

2. Remove the Category: title. Would still like the category title to show but without the word Category.

You can try achieving this by using the custom code solution posted in the following topic.

https://colorlibsupport.com/t/remove-blog-post-entry-details-in-blog-page/#post-66759

3. Reduce the white space below the featured image and between title and content- if it will not spoil the beautiful responsiveness that it has currently.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page .post-inner-content {
    padding-top: 15px;
}

Best Regards,
Movin

Hi,
1.have sent you the screen shot.
2.The code does not work and the "category " is still there.
3. Great, it worked.
thanks
Natasha

1.have sent you the screen shot.

Where have you sent it?

2.The code does not work and the “category ” is still there.

That code is for shapely theme and you have to develop the code for Sparkling theme.