Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #972195

    Hello,

    I am enjoying my Enfold and Thanks for this great forum.

    I want to make my WooCommerce Category/SKU/TAG section a little more organized, how can I make this part:

    to be like this:
    SKU:
    Category:
    Tags:

    I wanted it to be separated, if it is not bad for SEO, kindly assist me how to do it.

    Thanks

    #972646

    Hey samconag,

    Please try the following in Quick CSS under Enfold->General Styling:

    .product_meta span {
      display:block;
    }

    Best regards,
    Rikard

    #972801

    Hi Rikard,

    Please see:

    The SKU should not be separated and is it possible between the last line? (Tags)

    #973181

    Hi samconag,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .product_meta .posted_in {
        display: block;
    }
    

    Moving it will require editing templates.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #983358

    Hi Victoria,

    The code you provided is working perfectly fine.

    I was reviewing the open threads and I noticed this one was open.

    Thank you.

    #983409

    Hi,

    I’m glad this was corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Organizing SKU/Category/Tags on WooCommerce’ is closed to new replies.