Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #576397

    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!!

    Shop page, product h3 headings
    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

    #576424

    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;
    }
    • This reply was modified 8 years, 5 months ago by Guenni007.
    #576437

    Hey!

    Please refer to @guenni007‘s post above

    @guenni007
    Thanks! :)

    Cheers!
    Yigit

    #576456

    Perfect… you are a star… as always you make it look so easy!

    #576465

    Hey!

    Yes, @guenni007 is truly a star who likes helping fellow Enfold users :)
    Always appreciated @guenni007! :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.