hi,
i have two questions:
1. If you look at the link: How can i change the text info font-size? It is too big
2. if you look at the second link and go to the tab “zusätzliche informationen” on mobile: Is it possible to put the text under the headline? e.g.
Hersteller
here text
instead of
hersteller here text?
kr and thanks dirk
Hey schnippel,
1. Try this code in the General Styling > Quick CSS field:
.product p.wc-gzd-additional-info {
font-size: 0.7em!important; }
change 0.7 to suit (it was 0.9)
2. Try this code in the General Styling > Quick CSS field:
#top .woocommerce-tabs .tabs li a {font-size: 0.7em!important; }
Best regards,
Mike
thanks. first one worked.
2: did not work. the text on mobile is not visible completely. the question is, if it is possible to get the detailed text in the 2nd tab “zusätzliche Informationen” under the sublines like:
Zutaten
Zucker, geröstete Mandeln
instead of
Zutaten Zucker, geröstete Mandeln ….
kr dirk