janeklass Posted March 31, 2023 Share Posted March 31, 2023 (edited) Hi, I would like to change the size and position of the category image. How to do it? Edited March 31, 2023 by endriu107 removed link (see edit history) Link to comment Share on other sites More sharing options...
janeklass Posted March 31, 2023 Author Share Posted March 31, 2023 I found a solution for changing the size, it's simple: Design/image settings But how to move the image to the center and I have a black frame around the image, how to remove it? Link to comment Share on other sites More sharing options...
AddWeb Solution Posted April 14, 2023 Share Posted April 14, 2023 On 3/31/2023 at 6:56 PM, janeklass said: how to move the image to the center and I have a black frame around the image, how to remove it? Add below CSS code to your theme's stylesheet .category-cover img{ display: block; margin: 0 auto; border: none; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now