Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #773167

    Hi
    my shop is set to show categories. So I see pictures of categories as my default setting. When I click the category I see all the products, but on the top I see also the picture of the category. I would like to switch it off, but I do not know where. In Category settings there is just option default and display prduct image as the fullwith banner… can you please help me?

    And also names of catogories on the shop page are huge, where can I change the size of letters?

    thanks
    Miro

    • This topic was modified 7 years, 7 months ago by mirototh.
    #773817

    Hey mirototh,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #773825

    Hi
    here is the link

    thanks
    Miro

    #773851

    sorry once again

    #774487

    Hi mirototh,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css, or better in your child theme styles.css

    
    .template-shop .page-thumb {
        display: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #774493

    Thanks Victoria
    it works with Quick CSS… maybe it can be an option to check or uncheck within the theme… or is this a woocommerce settings?

    what about big font size of the category discription in the store?

    Miro

    #774585

    Hi mirototh,

    I was trying to find where you could do such a thing in settings, unfortunately you can’t. You can create a custom template for that or do it via css.

    Where exactly? I don’t see any description on the category page. Please send me the page that you want to change. OR the screenshot of the change.

    Best regards,
    Victoria

    #774592

    Hi Victoria

    I am sending you a picture… nailperfect.sk/picture.jpg
    I would like to have those letter normal size, it seems like it is header h2…
    Miro

    #774601

    Hi mirototh,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .woocommerce-loop-category__title {
            font-size: 18px;
        font-weight: normal;
        padding-left: 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #774800

    Thank you so much!
    Will it be possible in the future to set these option without some extra code?
    Miro

    #774944

    Hi,

    At the moment there is no option to do this without a custom code snippet, but please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Vinay

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.