Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1306828

    Hello,
    I use a code to center the product title and product and also othere small changes. All is good excluding the procut price centre on home page. In shop, product category etc is correct. Just the hope page where I use the Proiduct Grid is not working.

    You can see it here: https://oldschoolclassic.cz/

    My code is here:
    #top.woocommerce-page .template-shop ul.products li a { text-align: center; }

    .inner_product_header_cell h2 { font-size: 20px !important; text-align: center; }

    .single-product .price, #top .price span { color: #ff2929; !important; font-size: 22px !important; text-align: center; }

    #top .alternate_color .price, .alternate_color .stock, #top #wrap_all .alternate_color ins, .alternate_color .products .product-category h3 .count, .alternate_color .widget_layered_nav_filters .chosen a:before, .alternate_color .widget_layered_nav .chosen a:before {
    color: #ff2929; }

    #top .main_color .price, .main_color .stock, #top #wrap_all .main_color ins, .main_color .products .product-category h3 .count, .main_color .widget_layered_nav_filters .chosen a:before, .main_color .widget_layered_nav .chosen a:before {
    color: #ff2929; }

    Can you help me to solve this, please?

    #1306991

    Hey Lukas,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .inner_product_header_cell .price {
        text-align: center;
        display: block;
    }
    

    Best regards,
    Yigit

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