Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #794462

    Hi,
    Just installed new version and images are fine, without blurring, but have another issue:
    I am using .
    product_title { font-size: 30px !important; } to make product name on the page bigger
    but now the same css has implications on product names in Woocommerce shortcode eg. [recent_products per_page=”4″ columns=”4″]
    I can reduce it with
    .woocommerce .product h3 {
    font-size:11px !important;
    }
    but that is not a solution since other styles, like
    text-transform: uppercase !important; from product_title are affecting shortcode style as well
    Please advise,
    Best regards!
    videogame

    #794551

    In the meantime I have changed to
    h1.product_title {
    font-size: 2em;
    margin-bottom: 18px !important;
    }
    to manipulate product title. Working fine. Removed completely
    .woocommerce .product h3 {
    font-size:11px !important;
    }
    but fonts in name of the product shown by woocommerce shortcodes remains uppercase and not afected by h1.product_title css regarding font size.
    Do not have any idea…

    #794644

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #794688

    Hi,
    Please check link in Private
    Regards

    #794698

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #794718

    It does help, thank you Niko!

    Best regards,
    Ivan

    #794795

    Hi Ivan,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #794808

    Hi,

    Thanks, you can close the topic.

    Best regards,
    Ivan

    #794835

    Hi Ivan,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Enfold 4.0.7 and Woocommerce 3.0.6: product_title in css afects woo shortcodes’ is closed to new replies.