I have a few books for sale and the font is HUGE when I use the product gallery, how can I make the font of each product title smaller?
Hey Nancy,
Add this to quick css:
#top #wrap_all .all_colors h2{
font-size:15px!important;
}
Best regards,
Jordan Shannon
This worked but since I’m assuming the product titles are H2’s, all my other H2’s were also shrunk down to size 15px.
Is there a way that just the product H2’s change font size and NOT The other body paragraph H2’s?
Hi,
Adjust css to this:
#top #wrap_all .inner_product_header h2{
font-size:15px!important;
}
Best regards,
Jordan Shannon
It worked – great! Thank you very much!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon