Woocommerce embed fonts

brand new to css. forgive me if i use the wrong words. on my website i embedded a woocommerce course (picture attached) Why Am I Here? course, the price


font is grey and you can’t see the pricing. I can’t change this is the customizer and no amount of additional css is working. when i inspect, it is under wp-embed. how can i, where can i, change that font so people can see the price? thanks for your patience with me

Highlight the gray text with your mouse and then right click on it and choose Inspect in order to open the developer tools in your browser. Then check the css that is applied onto this text. There is a tab called Computed that will show all the values including the color. Once you know why the color is gray you can add some css to specifically target this element and modify the color.

If all of this is new information, I suggest learning how to code using the fCC courses linked from this forum and develop the skills you need to do this.

1 Like