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
Hey samconag,
Please try the following in Quick CSS under Enfold->General Styling:
.product_meta span {
display:block;
}
Best regards,
Rikard
Hi Rikard,
Please see:
The SKU should not be separated and is it possible between the last line? (Tags)
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
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.
Hi,
I’m glad this was corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon