• Resolved Pokehut

    (@pokehut)


    Okay, so I’ve spent the last three hours trying to figure this out and I officially give up. This is a page with an example of my problem:
    https://www.pokehut.com/product/xy-roarin-skies-booster-box-sealed-preorder-free-us-shipping/

    The title “XY Roarin’ Skies Booster Box – SEALED (PREORDER – FREE US SHIPPING)” needs to be toned down from the size 1000 font and 30 pt spacing that it has. This is what I’ve done:

    1. Copied the entire style.css to the custom.css page
    2. Under /* 2.4.1 Product Gallery */, I’ve changed the line ul.products li a h3 { font-size:1em; display: block; padding-top:0; } to ul.products li a h3 { font-size:0.5em; display: block; padding-top:0; } and saved… no change

    3. Under /* 7.3 Single Product Page */, I’ve changed the line .single-product .product .summary h1.product_title { color:#333; padding:0 0 5px; margin:0; } to .single-product .product .summary h1.product_title { color:#333; padding:0 0 2px; margin:0; } and saved… no change

    I can’t find anything else and I can’t figure out what else to do. I’ve gone through all the settings and the only setting that changes the title’s font size makes everything else on the site like 2 pixels tall. Please help.

    Keep in mind, I’m terrible at coding anything.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wootique – Product Page Title Font and Spacing’ is closed to new replies.