Home Forums WoodMart support forum A few things

A few things

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245747

    Pietra Mundi
    Participant

    1. The wishlist and compare buttons on the header are not working. They are not sending you to the wishlist page and compare page, they send you to the same page that you are. As if you were refreshing the page.(I already deactivated all the plugins not related to the theme, didn’t work.)

    2. The “add to cart” button on the product page is suppose to be green. I made the change in “Theme Settings>Styles e Colors > Buttons”. But is still purple.

    3. On last thing, how do i make that menu on mobile that apear on the demo theme ? (print)

    #245819

    Hello,

    1. Most likely you have not set the page for the Wishlist and Compare in the Theme Settings > Shop page > Whilst / Compare, please check the manuals: https://xtemos.com/docs/woodmart/woodmart-compare/ and https://xtemos.com/docs/woodmart/woodmart-wishlist/

    2. The shopping cart is green now. It could be a matter of cache.

    4. What do you mean? Do you want to add social icons? Please provide more details. If so, you need to switch to the mobile view of the header and enable the top row, then add the social icons element:
    https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/

    https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Best Regards

    #245926

    Pietra Mundi
    Participant

    Thank you for your answer.

    1. About the button: there isn’t any other way to change the color of the button ? i already deleted all the chache.

    2. Sorry. I saw this menu on the demo theme. The menu is at the bottom of the page. Circled in red red circle

    #246035

    Hello,

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

    body .woodmart-hover-base:not([class*="add-small"]) .wd-bottom-actions .woodmart-add-btn > a:hover,
    body .woodmart-hover-base:not([class*="add-small"]) .wd-bottom-actions .woodmart-add-btn > a{
    background-color:red;
    }

    Set the color as per your needs.

    In order to switch on the mobile bottom navbar, please find the options in the Theme Settings > General > Mobile button navbar, enable and configure.

    Best Regards

    #248595

    Pietra Mundi
    Participant

    i’m sorry i didn’t express myself very clearly. I meant the button on the especific product page. That code you gave me changed the color of the button on the homepage and not the produt page.

    #248816

    Hello,

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

    .btns-shop-light .single_add_to_cart_button:hover,
    .btns-shop-light .single_add_to_cart_button{
    background-color:red;
    }

    Best Regards

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