How to resize the category images?
-
How can i resize this images?
It to tiny now i need to make it bigger.
You se the pictures where “Nyheter” is
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.title-size-small {
padding-top: 100px;
padding-bottom: 100px;
}
Regards.
Xtemos Studios.
Nice its work. but how can i rezie the with now?
Se picture i want to have the same as homepage.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Sorry but you could not make the appearance of the page title images the same as you mentioned.
Regards.
Xtemos Studios.
Okey, It is not possible to change the width so that it is not extended on the entire side on category page.
Hello,
If we try changing the width of the background image width then it could affect the height and the and the quality of the image as well and the image will be displayed as repeated.
Also it will move the image to the left side.
Regards.
Xtemos Studios.
How can i remove only the category images on mobile? and only show in desktop
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.page-title.page-title-default.title-shop {
background-image: none !important;
}
Best Regards