Blog Post Title - by KellyKade - on WordPress WooCommerce support

This topic has 18 replies, 5 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler

  • Avatar: Kelly Kade
    KellyKade
    Participant
    June 27, 2016 at 04:48

    I have changed the h2 parameters in the control panel settings but the blog title is still showing a small size. I have also added the following css to try and change it and it still does not work.

    h2.entry-title a {
    font-size: 23px;
    }

    Please advice

    17 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 27, 2016 at 11:10

    Hello,

    We can’t view the site as it’s under maintenance mode. Please give us WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 27, 2016 at 12:45

    Please see below.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 27, 2016 at 14:34

    Hello,

    Try the following css code:

    article.post h2 {
        font-size: 23px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 29, 2016 at 00:05

    That worked! Thank you very much.

    I have a few more issues and am hoping you can help.

    1. On my single product product page, the add to cart button is all boac, the words “add to cart” are not visible unless you mouse over. Page fore reference: http://www.mydogfoo.com/product/testy-westy/

    2. I would like to completely remove “Description, Additional Information” box that is currently on my single product page as I am building the page with VC and would like to remove this content. Page for reference: http://www.mydogfoo.com/product/testy-westy/

    3. On blog page where all blog posts are listed, I would like to remove the mouse over option on the blog post featured image. It currently says “View Large” or “More Info”

    Thank you very much for your assistance.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 29, 2016 at 08:23

    Hello,

    1. Use this code in Global Custom CSS:

    .product-information .cart button[type="submit"] {
        color: white;
    }

    2. You can hide Woocommerce tabs as described in the article:
    https://docs.woothemes.com/document/editing-product-data-tabs/

    3. Use this code in Global Custom CSS:

    .wp-picture .btn_group {
      display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 29, 2016 at 14:34

    Thanks Eva.

    I added the css as suggested above. Blog now works fine but the add to cart button still is all black unless you hover over.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 29, 2016 at 14:45

    Hello,

    Please try use this code in Global Custom CSS.

    .product-information .cart button[type="submit"] {
        color: white !important;
    }

    Regards,
    Robert Hall

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 29, 2016 at 15:25

    I already tried that and it is still not working.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 29, 2016 at 15:33

    Please provide us with full permissions to the admin panel and we’ll check this issue.

    Regards,
    Robert Hall

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 29, 2016 at 15:39

    Please see details below.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 29, 2016 at 16:02

    The permissions still the same. I can’t see the Theme Options in Dashboard with that profile.

    Regards,
    Robert Hall

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 30, 2016 at 11:11

    Please try now. Permissions updated.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 30, 2016 at 11:21

    Hello,

    I’ve edited the code.
    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 30, 2016 at 11:38

    Yes. Thank you.

    One more question: how do I change color of recent blog post icon in footer shown on demo?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 11:57

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .sidebar-widget .blog-post-list .date-event {
        background-color: red;
        outline-color: black;
        border-color: red;
    }

    Regards,
    Rose Tyler.

    Avatar: Kelly Kade
    KellyKade
    Participant
    June 30, 2016 at 12:53

    Many thanks for the quick replies!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 13:02

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • Viewing 18 results - 1 through 18 (of 18 total)

The issue related to '‘Blog Post Title’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.