• Resolved jdaldana

    (@jdaldana)


    Hi,

    I’ve look around but found no luck on finding the right solution for this. Most topics I found are about changing the “actual text” that appear (i.e., In Stock -> AVAILABLE!). Unfortunately, this is not what I am looking for since I only want to change the “text formatting” like font size, family, color, make it bold, italic, etc.

    On this example,

    https://www.capacitorindustries.com/products/1c1611g/

    I would like to change the stock display text (currently in green, small text).
    I would like to turn it into something larger and probably blue or black or red.

    Is there a way to change this?

    Any help is appreciated, thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css as a starting point:

    .woocommerce div.product p.stock {
      font-size:16px;
      font-family:Verdana;
      color:Blue;
      font-weight:bold;
      font-style:italic;
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter jdaldana

    (@jdaldana)

    Thanks @lorro !

    The code works! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change stock display text format’ is closed to new replies.