Support » Plugin: WooCommerce » Product category descriptions: Changing format

  • Resolved amsv

    (@amsv)


    Would really really welcome some help as a beginner who is stumbling through Woocommerce. I have managed to get product category descriptions to appear on my shop page but they show with one set of ridiculous quotation marks (see link). Would someone be really kind and explain to me as simply as possible if there is a way to remove the quotation mark?

    Thank you again.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    You can use this custom CSS code:

    blockquote.term-description::before {
        content: "";
    }
    
    blockquote.term-description > * {
        padding-left: 0;
        margin-left: 0;
    }

    You can use add custom CSS in Appearance > Customize > Additional CSS, as explained here: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Thread Starter amsv

    (@amsv)

    Thank you so much for your amazing and quick response – I’m really really grateful and wish I could say that it had worked. I’m using a child Customizr theme with a Woocommerce plugin and copied and pasted your CSS code into the child CSS code area of Appearance / theme editor. It updated successfully but when I go to the shop page those annoying quote marks are still there!

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Try with

    blockquote.term-description::before {
        content: "" !important;
    }
    Thread Starter amsv

    (@amsv)

    Once again thanks for your ongoing patience here! I’m confused as to where the CSS code should go in the child theme as in the theme editor I have both Stylesheet (style.css) and ctc-style.css. To be honest I’ve tried putting your suggestions in both and no change I’m afraid. I really do appreciate your responses.

    Here’s what the ctc-style.css is looking like:

    /*
    CTC Separate Stylesheet
    Updated: 2020-09-15 15:42:09
    /*
    blockquote.term-description::before {
    content: "" !important;
    }

    Here’s what the Stylesheet (style.css) is looking like:

    /*
    CTC Separate Stylesheet
    Updated: 2020-09-15 15:41:48
    Theme Name: Customizr Child
    Theme URI: https://presscustomizr.com/customizr
    Template: customizr
    Author: nikeo
    Author URI: https://presscustomizr.com/
    Description: Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
    Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,buddypress,custom-menu,custom-colors,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,sticky-post,post-formats,rtl-language-support,editor-style
    Version: 4.3.2.1600184508
    /*
    blockquote.term-description::before {
    content: "" !important;
    }

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    It would go in either style.css or in Appearance > Customizer > Additional CSS.

    I cannot see the categories anymore, did you remove them?

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Product category descriptions: Changing format’ is closed to new replies.