Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1143598

    Hi
    I am trying to adjust the font of the product page title
    https://harrietjane.com.au/product/stormy-sky-lotus-fabric-dress/ – on this page the wording I want to change is “Stormy Sky Lotus Fabric Dress”
    when I inspect it says it is <h1 class=”product_title entry-title”>Stormy Sky Lotus Fabric Dress</h1>
    I have tried many css options including

    .product_title entry-title {font-size: 20px;
    }

    but it does not seem to apply
    I can change the typeface in General Styling (but I cannot change the size here)
    When I try to change H1 in Advanced Styling the changes do not take effect

    #1143720

    Hey smarta-brett,

    Please try this instead:

    .single-product .entry-title {
      font-size: 20px !important;
    }

    Best regards,
    Rikard

    #1143955

    Hi Rikard
    No sorry – still does not work

    I’d like to change it to 30px (not 20 as I suggested)

    I have left log-in if you wish to take a look

    #1144146

    Hi,

    You have an open media query:

    @media only screen and (max-width: 600px)  {

    All the CSS code you add after that will only apply to screens below 600 pixels.

    Best regards,
    Rikard

    #1144309

    great – thank you

    #1144311

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1144312

    close it – thanks again!

    #1144313

    Hi,

    If you need anything else please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘CSS not applying in WooCommerce’ is closed to new replies.