Home Forums WoodMart support forum How to resize the category images?

How to resize the category images?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #317842

    danielfernstrom
    Participant

    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.
    #317853

    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.

    #318033

    danielfernstrom
    Participant

    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.
    #318095

    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.

    #318117

    danielfernstrom
    Participant

    Okey, It is not possible to change the width so that it is not extended on the entire side on category page.

    #318153

    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.

    #318289

    danielfernstrom
    Participant

    How can i remove only the category images on mobile? and only show in desktop

    #318362

    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

Viewing 8 posts - 1 through 8 (of 8 total)