Okay
  Public Ticket #3113759
how to change only the color of the product price
Closed

Comments

  •  4
    zerattos started the conversation
    Hello,

    how can i change the product/artikel price to black but doesnt change anymore than that. is that possible? or should i change the total color shame for the Theme?

    thank you for the help

    1096454486.png
  •  279
    Noah replied

    Hi there,

    To change the color of the price to black use the following CSS:

    span.woocommerce-Price-amount.amount bdi{
        color:black !important;
    }
    .woocommerce div.product .entry-summary .stock{
        color:black;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Cheers.

  •  4
    zerattos replied

    Hi Noah,


    its work and im really apreciate your help

    thank you a have a nice day

  •  4
    zerattos replied

    Hello,


    i see that the Price in my Shop is another one Pink. i check the CSS Code and is always there.


    It seem that my salient Theme like doesnt read correct the CSS code. how can i solve this problem?

    Thank you

    span.woocommerce-Price-amount.amount bdi{    color:black !important;
    }
    .woocommerce div.product .entry-summary .stock{    color:black;
    }


    7338808259.png
  •  4
    zerattos replied

    and other CSS doesnt work . like the Space between the product 


    4450909838.png


    to solve that i paste another CSS code and doesnt work anymore ?
    could you help me please

    thank you
  •  1,877
    Judith replied

    Hi There,

    Please check it out now.

    Thanks.

  •  4
    zerattos replied

    Hello Judith,

    its working now. 

    thank you

    1670300172.png


    7935528837.png