-
AuthorPosts
-
April 27, 2017 at 9:02 am #783876
Hi,
Since a cumulated recent update (wp 4.7.4 + enfold 4.0.5 + wc 3.0.4), some fonts sizes and styles have changed and I can’t find how to modify them. Could you please give me the info ?
Products slider (page component) : the product name is now uppercase. We want it lowercase (and also change the font size)
Related products (on a product page) : the product name is now bigger than ever. We also need to change the font size and style.Thank you !
April 27, 2017 at 10:34 am #783915Hey next_thomas,
Can you give us a link to the page in question so we can take a look?
Best regards,
SarahMay 2, 2017 at 3:46 pm #786451Hello Sarah,
Link to the site is in the private content.
1/ on the homepage : there is product slider, and the produt names are now uppercase
2/ on a product page : the related products, show product names with really big letters
I’d like to change the text size and style.
How can I do so ?
Thank you!
ThomasMay 2, 2017 at 9:24 pm #786720Hi Thomas,
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
.template-page .entry-content-wrapper h2 { text-transform: none; } #top .related.products h2, #top .upsells.products h2 { font-size: 14px; } #top.single-product .price, #top.single-product .price span, #top.single-product del, #top.single-product ins { font-size: 14px; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 3, 2017 at 9:05 am #786979Hi Victoria,
Thank you for the code ! It works perfectly.
However, the product name on the single product page is still too big. Could you confirm which line is supposed to change this ?
Regards,
ThomasMay 3, 2017 at 12:49 pm #787094Hi Thomas!
From what I can see, the product name of related products are 13px. Am I looking at the right page? I’ll put the link in Private Content. Do you still need help with this? :) If so, please give us a link of a product page we should check.
Sarah
May 3, 2017 at 2:20 pm #787146Hello Sarah, actually I’m looking at a single product page (see link in private content).
What I’d like to change is the font size/style of the product name, at the top of the page.May 3, 2017 at 2:32 pm #787151Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-product div.product .product_title { font-size: 20px; color: orange; }
Best regards,
YigitMay 3, 2017 at 6:01 pm #787264Thank you all ! Works like a charm.
May 3, 2017 at 6:03 pm #787266Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitMay 12, 2017 at 3:24 pm #792347Hi,
I forgot to ask you how to change the font size for the product categories titles (see PM link 1), andsubcategoris (link 2).
Can you help please ?
Thank you!May 12, 2017 at 4:06 pm #792367Hi Thomas!
Please try adding this code:
.post-type-archive-product li.product h2.woocommerce-loop-category__title { font-size: 20px; } .tax-product_cat li.product h2.woocommerce-loop-category__title { font-size: 20px; }
Let us know if that works. :)
Best regards,
SarahMay 19, 2017 at 10:47 am #796468All right now !
Thank you,
ThomasMay 19, 2017 at 11:01 am #796476Hi Thomas,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJuly 8, 2017 at 12:17 pm #818141Hi Guys,
I have added the following Quick – CSS for the font-size of the related products and for the font size of the purchase button price:
.single-product .price, #top .price span{
font-size: 40px !important;
}
#top .related.products h2, #top .upsells.products h2 {
font-size: 14px!important;
}
#top.single-product .price, #top.single-product .price span,
#top.single-product del, #top.single-product ins {
font-size: 18px;
}I want a big price on the Product detail page (purchase button) and the 14px and 18px on the related products.
Unfortunately, each price is now on 40px -> If I remove “!important” every price is 18px.Could you help me ?
July 8, 2017 at 3:34 pm #818176Hi,
Please provide the login to view the pages in question, and remove the above code from your quick css so we can rewrite it.Best regards,
MikeJuly 10, 2017 at 12:38 pm #818682Sure , I have removed it – please help me :-)
July 10, 2017 at 5:56 pm #818896Hi Niko Gr,
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
#top.single-product #av-layout-grid-1 .woocommerce-Price-amount.amount{ font-size: 30px !important; }
You might want to leave the font-size at 30, 40 seams too big and leave the related at 21.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 11, 2017 at 10:38 am #819213AWESOME – Thanks !!!
July 11, 2017 at 1:10 pm #819312 -
AuthorPosts
- You must be logged in to reply to this topic.