Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #167443
    valelotartaro
    Participant

    Hello,
    I put a product on sale but in the page it does not show the new price (it just shows the old one crossed over). The ulr is http://162.243.63.85/product/magnum-centenium/ . Is it because I put some theme font in white? (I tried changing the ones in white to color but couldn’t figure it out) .
    Besides in the product page, I tried to put the content alignment in “center” but after saving the changes it turns to alignment “default” again.
    Kind regards, Valeria

    #167458
    Skandha
    Participant

    @valelotartaro: Hello Valeria,
    The price doesnot seems to be showing up as both font color and background is white.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce-Price-amount.amount {
          color:#123456;
    }

    You can change the color according to you choice.

    To align the products on the center
    Go to => Appearance => Customize => Theme Options => Layout Options => WooCommerce Layout => Select No Sidebar

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #167495
    valelotartaro
    Participant

    Thank you! It’s perfect!

    #167496
    valelotartaro
    Participant

    Just another color issue with the woo-commerce:
    1) when I go to the “cart” the color of the button at the end of the “total column” has some kind of opacity and you can’t read what is written inside. http://162.243.63.85/cart/)
    2) the “quantity box” is in a very light grey (besides de button “añadir al carrito”). /http://162.243.63.85/product/humberto-canale-estate-x-2/)
    Where should I change those colors?
    Thank you for your help!
    Valeria

    #167497
    Skandha
    Participant

    @valelotartaro:
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the opacity of button in cart page */
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions button {
    	opacity:1;
    }
    
    /* To make the quantity text more visible */
    .quantity input[type="number"] {
            color:#000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #167553
    valelotartaro
    Participant

    Thank You!! : ))

    #167627
    Skandha
    Participant

    @valelotartaro: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Product page’ is closed to new replies.