Home Forums WoodMart support forum Some questions

Some questions

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #607207

    vynil
    Participant

    Hey guys,

    I have a couple of questions.

    1) On variation select, the variation description appears on the product. Is there any way I can remove this? I wasn’t able to find it. Screenshot attached.
    2) The close button on “Select options” appears cut off on mobile. Screenshot attached, top right corner.
    3) May I know where the post categories in the sidebar font is inherited from? I am trying to adjust it but I am not able to. Ideally I’d like to make the categories smaller and the heading larger. Thank you in advance! Screenshot attached.
    4) In tablet mode, I have selected the blog posts to appear one in a row. However the sidebar isn’t showing nicely. I was thinking could it possibly be collapsed like for the shop filter? Or maybe wrap it so that it appears under, like in mobile view? Screenshot attached.

    Thank you greatly!

    Attachments:
    You must be logged in to view attached files.
    #607374

    Hello,

    01. Please add this code to the Theme Settings > Custom CSS > Global:

    .quick-shop-wrapper .woocommerce-variation>div {
        display: none;
    }

    02. Please add this code to the Theme Settings > Custom CSS > Custom CSS for Mobile.

    .quick-shop-wrapper .quick-shop-close>a {
        margin-right: 20px;
    }

    03. You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    04. Could you please share some screenshots which issue you have faced? so I can better understand your issue? This will help me guide you more effectively.

    Best Regards

    #607447

    vynil
    Participant

    Hello, thank you so much for your help. I use WoodMart a lot, so I’d like to know if there is any other way (besides CSS) I can remove the description on variation select from the settings?
    About point 4), looks like my screenshot didn’t go through, attached is now. Please let me know if this helps!

    Attachments:
    You must be logged in to view attached files.
    #607529

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #607546

    vynil
    Participant

    Thanks, shared in the private content area. Kind reminder my query is that the sidebar on the blog page doesn’t look good on a tablet, so I’m hoping it can “wrap” below the content, as it happens for mobile devices. Alternatively, is it possible to have a collapsed sidebar as for the sidebar shop filter?

    Also, is any other way (besides CSS) I can remove the product description from showing on variation select from the settings.

    Thank you so much again!

    #607628

    Hello,

    I am unable to login to your site. Please remove the IP restrictions. I am accessing the site from Pakistan.

    Best Regards

    #608076

    vynil
    Participant

    Sorry about this! I have now removed the restrictions, can you please check?
    Also, is any other way (besides CSS) I can remove the product description from showing on variation select from the settings.

    Thank you!

    #608141

    Hello,

    01. You need to use the custom css for a short description. There is no option in theme settings available for that.

    02. Add this code to the Theme Settings > Custom CSS > custom css for mobile and tablet.

    .blog .col-md-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    .blog .col-md-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }

    Best Regards

    #608200

    vynil
    Participant

    Thanks so much! I appreciate all your help!

    #608316

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Some questions’ is closed to new replies.