Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #749267

    Hi,

    On the product page in Woocommerce, I would like to have the price bigger and in a different color (black).

    And I also would like to have the button “In winkelmand” in a different color (orange) and positioned more to the top.

    Is that possible with Quick CSS?

    Many thanks in advance..

    #749289

    Hey dennishaarman!

    
    #top .price span {
    font-size: 24px !important;
    color: #000 !Important;
    }
    #top form.cart .button {
    background: orange !Important;
    }

    let us know if thta solves your issue.
    Thanks a lot

    Regards,
    Basilis`

    #749320

    Hi,

    It did, thank you. Check the result…. ;-)

    2 small this left:

    1) can I use an other font only for the H1 on this product page?

    2) in the second column of the footer is a thick line and I want to get rid of it, is there a quick CSS available?

    Regards,
    Dennis

    #751132

    Hi,

    1. You can use this css code:

    .single-product h1.product_title.entry-title {
        font-family: 'Custom Font', Arial, sans-serif;
    }

    just adjust the code as you see fit.

    2. I can’t see any thick line on the 2nd column of the footer, are you referring to the 1px dotted line in 3rd column of footer? just below PRODUCTEN?

    Best regards,
    Nikko

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