Home Forums WoodMart support forum Site settings

Site settings

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #274990

    ipix
    Participant

    1) How to change the background of the category menu button, the background of the category menu drop-down list, the subcategory menu drop-down list in a dark theme? How do I change the color of text and menu items at rest and on hover? (see screenshot # 1)
    2) How can I change the order of categories on the store page? (see screenshot # 2)
    3) How do I turn off Compare Products for the entire store?
    4) How to add Woodmart slider to a site page without using builders? (see screenshot # 4)

    #275016

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. You need to go to the WoodMart > Header builder, chose the header and change the color of the Categories element.

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

    body .dropdowns-color-light .header-categories-nav .menu, 
    body .woodmart-dark .vertical-navigation .menu {
        background-color: green;
    }
    body .sub-menu-dropdown.color-scheme-light {
        background-color: green;
    }

    3. Unfortunately, it is not possible to change the order, the Woocommerce widget shows the existing categories. Our theme does not influence or have the option to change.

    Best Regards

    #275371

    ipix
    Participant

    How do I change the display options for products on the homepage and category pages? https://prnt.sc/10sd156
    How to change the spacing between paragraphs <p> tag on pages? https://prnt.sc/10sd5md

    #275377

    ipix
    Participant

    Is this code correct?
    body .dropdowns-color-light .header-categories-nav .menu,
    body .woodmart-dark .vertical-navigation .menu {
    background-color: green;
    }
    body .sub-menu-dropdown.color-scheme-light {
    background-color: green;
    }

    I need to change the background of the drop-down menu of the main categories + change the color of the links at the same time and on hover ?

    #275457

    Hello,

    The homepage presents the products by means of the Product Greg element, and you can find the option to set any design you need: https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/

    As for the category page, you can chose the design in the Theme Setting > Shop > Product styles.

    If you have any questions please feel free to contact us.

    Best Regards

    #275603

    ipix
    Participant

    You never helped me with the color. I changed the theme color to light. How can I change the color in contact form 7. I need to change the text to white and the color of the borders of the form fields to white?

    #275737

    Hello,

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

    body .sub-menu-dropdown {
        background-color: red;
    }
    .wpcf7 label {
        color: #ffffff;
    }
    
    .wpcf7 input[type=text], 
    .wpcf7 input[type=email], 
    .wpcf7 input[type=password], 
    .wpcf7 input[type=search], 
    .wpcf7 input[type=number], 
    .wpcf7 input[type=url], 
    .wpcf7 input[type=tel], 
    .wpcf7 input[type=date],
    .wpcf7 textarea {
        border: 2px solid #ffffff;
    }

    Best Regards

    #276413

    ipix
    Participant

    How to make the background of the product description with the price white?

    #276558

    Hello,

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

    .woodmart-hover-base .product-information {
        background-color:#ffffff;
    }

    Best Regards

    #278084

    ipix
    Participant

    1) How do I change the color of the “add to wishlist” icon? But only to this button. (see attachment 123.png # 1)
    2) How do I remove the Details tab for variable items on the product page? (see attachment 123.png # 2)
    3) How can I change the text color of information input fields? (see screenshot point 1)
    4) How to remove the button on the cart page “Update cart”? (see screenshot point 2)
    5) How do I change the background color of the Back to Top button so that the other button backgrounds don’t change? (see screenshot point 3)

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

    Hello,

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

    body .wd-action-btn.wd-wishlist-icon > a {
    color:red;
    }

    2. Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page to hide

    4. Add this code:

    .order-first{
    display:none;
    }

    5. Add this code:

    body .scrollToTop:hover {
        color: white;
    	  background-color: red;
        box-shadow: 0 0 5px red;
    }
    body .scrollToTop {
        color: white;
        background-color: green;
        box-shadow: 0 0 5px green;
    }

    Best Regards

    #279140

    ipix
    Participant

    1)Please check the code from the previous answer, it doesn’t work.
    body .wd-action-btn.wd-wishlist-icon > a {
    color:red;
    }
    2) How do I change the color of the tooltip text in form fields?
    3) How do I change the color of 1,2 buttons on the cart popup?

    #279458

    Hello,

    1. The code works on the product page, please provide the product page URL I will correct the code for the wishlist.

    2. Please provide the screen which one?

    3. Please provide the screen of the button or what you mean.

    Best Regards

    #279512

    ipix
    Participant

    Please check the attachments in the message. I apply skin shots and links. Thanks.

    #279774

    Hello,

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

    body .wd-action-btn.wd-wishlist-btn  > a:before {
        color: red;
    }
    body .widget_shopping_cart .buttons .checkout,
    body .widget_shopping_cart .buttons .btn-cart{
        color:red!important;
    }

    Best Regards

    #280281

    ipix
    Participant

    How do I change the password hint text on the registration page? How do I change the privacy policy link color and hover color?

    #280572

    Hello,

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

    .woocommerce-privacy-policy-text a:last-child {
        color: #ffffff;
        text-decoration:underline;
    }

    Do you mean pass label? If you do, please find the custom you have added:

    https://prnt.sc/1181iew

    and replace with this code:

    .woocommerce-form p.form-row-wide label {
        color: white;
    }

    Best Regards

    #280930

    ipix
    Participant

    When a user registers an account, if he enters an incorrect password (try to enter the password 123) a hint will pop up. This tooltip contains text (see screenshot). I need to make this text black, but only here (on the registration page, so that other colors of the texts do not change).

    #281182

    Hello,

    Unfortunately, it is not possible to customize with CSS, as it is stipulated by the browser’s CSS and it is not possible to override them.

    Best Regards

    #281197

    ipix
    Participant

    Please ask another employee who can help me.
    Initially, this text was visible, if you open your default version, the text will be visible. But I asked for some style changes in the theme and after that the color of the text in the tooltip turned white. I need to change it to black, but only here.

    #281419

    Hello,

    Before responding to your question, I have consulted our dev team, unfortunately, it is not possible to customize. No WordPress theme can do that.

    Best Regards

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