Tagged: font colour
Hi Kriesi
I would like to change the colour of my product headings on the shop overview page.
I tried:
div .products inner_product_header inner_product_header_table inner_product_header_cell alternate_color h3 main_color h3 {
color: #00afef !important;
}
but no effect,what am i doing wrong here ?
Also i would like to change the colour of the price to grey on the shop overview page and red in the single product view, how can i do that?
Thank you for your time and patience
Hey indieweb,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.inner_product_header_cell h3 {
color: #00afef!important;
}
Best regards,
Yigit
Hi Yigit
Thanks a mill, that worked!
Legend.
Now for the price…
Cheers
Hey!
Please add following code to Quick CSS as well
.inner_product_header_cell .amount {
color: orange;
}
Best regards,
Yigit
Hi Yigit
CSS King you are! :D
Thanks, that did the job.
Cheers