Tagged: x
-
AuthorPosts
-
May 11, 2016 at 3:25 pm #986510
jaybury7ParticipantHi, I’ve almost completed my first build and need to increase the font size of the descriptions in the product category pages. My url is http://www.monchiccottage.com. Please would you send me the css code.
Many thanks!
May 11, 2016 at 7:06 pm #986768
John EzraMemberHi there,
Thanks for writing in! You seem to have a locked site. Would you mind providing us access and a direct link to the page in question so we can quickly check it out? Thanks!
May 18, 2016 at 7:14 am #997241
jaybury7ParticipantApologies for the late response. Here’s one of my category pages. http://www.monchiccottage.com/product-category/annie-sloan-chalk-paint/
I’m not sure how to give you access?
May 18, 2016 at 8:06 am #997304
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.term-description { font-size: 19px; }Hope it helps.
May 18, 2016 at 4:56 pm #998204
jaybury7ParticipantHi Thanks for your reply, although it doesn’t seem to have made any difference. Perhaps I’ve not been clear being a newbie! It the body of text that heads up each of my product categories, as in this page http://www.monchiccottage.com/product-category/annie-sloan-chalk-paint/, its the text that starts with Updating your furniture and …….
Kind Regards
J
May 18, 2016 at 9:46 pm #998675
FriechModeratorHi There,
The given code works, but you miss the closing bracket of your last custom css block.
/* Blog Post Excerpt Font-Size */ .blog .entry-wrap .excerpt { font-size: 16px;It should be:
/* Blog Post Excerpt Font-Size */ .blog .entry-wrap .excerpt { font-size: 16px; }And then add the given code above.
/* Blog Post Excerpt Font-Size */ .blog .entry-wrap .excerpt { font-size: 16px; } .term-description { font-size: 19px; }Hope it helps, Cheers!
May 19, 2016 at 9:20 am #999485
jaybury7ParticipantBrilliant, thank you so much, that worked perfectly!
May 19, 2016 at 9:32 am #999497
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-986510 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
