Home Forums WoodMart support forum How to change the size

How to change the size

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #238851

    gu634099552
    Participant

    How to change the size of
    Product Categories menu in the Shop page title

    https://woodmart.xtemos.com/shop/demo/minimalism/
    https://woodmart.xtemos.com/shop/
    i can see they are use different size
    thankx

    #238898

    Hello,

    You can try disabling the shop page title from Theme Settings >> Shop >> Sidebar & Page title.

    Screenshot for Clarification: https://prnt.sc/vdtpbu

    And to reduce space try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .without-title.title-size-small {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    Best Regards.

    #239101

    gu634099552
    Participant

    I mean fonts and icons

    #239271

    gu634099552
    Participant

    want the title font and icon to be the same size as this site.
    https://woodmart.xtemos.com/shop/

    Another question is, is there any way to play the full picture in the store title. The picture of website title is zoomed on the computer side (only partial display)

    It’s complete on the mobile phone. Is there any way to make the picture on the computer end complete?
    thankx

    #239305

    Hello,

    Category sizes are the same by default.

    For the Shop Title font-size try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .title-size-default .entry-title {
    	font-size: 68px;
    }

    For the categories, icons try adding the following Custom CSS.

    .category-nav-link .category-icon {
    	max-height: 40px;
    }

    And the images in the page title are set to display as cover. If you are trying to ask anything else then please provide some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

    #239528

    gu634099552
    Participant

    hi iam useing the minimalism demo the code for icon is not working.
    This code is feasible on other demos. But this one I used does not work.

    For the title picture. I don’t see the cover option.
    I uploaded it in the product category, but there are no options.

    #239625

    Hello,

    Please remove the previous Custom CSS for icons and try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .hasno-product-count .category-nav-link .category-icon {
    	max-height: 40px;
    }

    And I have visited your website and the background-size is already covered.

    Screenshot for Clarification: https://ibb.co/tBV2gxR

    Regard’s.
    Xtemos Studios.

    #239720

    gu634099552
    Participant

    thanks!

    #239722

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘How to change the size’ is closed to new replies.