Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986510
    jaybury7
    Participant

    Hi, 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!

    #986768
    John Ezra
    Member

    Hi 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!

    #997241
    jaybury7
    Participant

    Apologies 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?

    #997304
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .term-description {
        font-size: 19px;
    }

    Hope it helps.

    #998204
    jaybury7
    Participant

    Hi 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

    #998675
    Friech
    Moderator

    Hi 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!

    #999485
    jaybury7
    Participant

    Brilliant, thank you so much, that worked perfectly!

    #999497
    John Ezra
    Member

    You’re most welcome!

  • <script> jQuery(function($){ $("#no-reply-986510 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>