This topic has 18 replies, 5 voices, and was last updated 8 years, 4 months ago ago by Rose Tyler
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
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.
Please see below.
Hello,
Try the following css code:
article.post h2 {
font-size: 23px !important;
}
Best regards,
Jack Richardson.
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.
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.
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.
Hello,
Please try use this code in Global Custom CSS.
.product-information .cart button[type="submit"] {
color: white !important;
}
Regards,
Robert Hall
I already tried that and it is still not working.
Please provide us with full permissions to the admin panel and we’ll check this issue.
Regards,
Robert Hall
Please see details below.
The permissions still the same. I can’t see the Theme Options in Dashboard with that profile.
Regards,
Robert Hall
Please try now. Permissions updated.
Hello,
I’ve edited the code.
Please check it now.
Regards,
Eva Kemp.
Yes. Thank you.
One more question: how do I change color of recent blog post icon in footer shown on demo?
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.
Many thanks for the quick replies!
Hello,
You’re welcome!
Regards,
Rose Tyler.
Tagged: best selling, blog post, persuasive writing, seo friendly, themes, woocommerce
The issue related to '‘Blog Post Title’' has been successfully resolved, and the topic is now closed for further responses