Hi Genius’s, I have been trying to change the headings on my shop items and I have EXHAUSTED my brain and bow to your smartness!!
I want to change the H3 heading to 15px so they don’t wrap around on to two lines on the pc. I have tried everything with all versions of “.page id” so it doesn’t effect other headings related to that h3 class. With firebug I can see that the css is:
#top #wrap_all .main_color h3 {
font-size: 20px;
}
I don’t know how to format this in my quick style to change the heading. LINK TO SHOP PAGE
well even a 12px font-size does not have your wanted solution
don’t change all h3 in this way use !important for your shop headings
try it in quick.css
.products .product h3 {
font-size: 12px !important;
}
Perfect… you are a star… as always you make it look so easy!
Hey!
Yes, @guenni007 is truly a star who likes helping fellow Enfold users :)
Always appreciated @guenni007! :)
Best regards,
Yigit