This topic has 16 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow
Hello,
I change fonts adjuntments in woopress options but I can’t see the changes. I try it cleaning caché and open a new incognito window…but it doesn’t work…
What can I do? Is there aany other adjustments in another part?
Best Regards,
Specifically, I find problems with resizing. It doesn’t work 🙁
Hello,
1) What exactly do you change but don’t see changes?
Provide screenshot of your fonts option and link to the site where you did that.
2) What resize does not work? Explain in more detail and provide screensot for better understanding.
Regards
Sorry, you are right 🙁
http://prntscr.com/13z9mf4 I’ve tried to change this typography.
http://prntscr.com/13z9xle And I’ve tried here…but y can’t see the changes, after cache cleaning….but doesn’t work 🙁
Hello,
Thanks for the screenhots.
Try to use Custom heading element, for example – https://prnt.sc/146vrc5
Regards
Hello,
I’m sorry, but I can’t find this settings 🙁
Best regards,
Hello,
Don’t you have the Custom Heading WPBakery element in the list of the WPBakery elements on the page? On your screenshot you use simple Text element but Rose suggested you to use Custom Heading element.
Also, you can switch to HTML tab instead of the visual and add the style tag for your paragraph, for example
<p style="font-size: 14px;"><Puedes lavarlo junto al resto de la ropa, pero si lo haces en agua fría y sin suavizante, mejor.</p>
Or add the below custom code to Theme Options > Custom CSS to change the size of the paragraphs on the whole site
p, .tabs .tab-content p {
font-size: 14px;
line-height: 1.4;
}
Regards
I haven’t (or I can’t find) WP BAKERY elements on the page
http://prntscr.com/15oybml
Regards,
Hello,
It’s there https://prnt.sc/15p17e2 Custom Heading (Encabezado Personalizado) element.
Regards
Is there any way to change fon size to whole text? Not only paragraph. (with HTML)
Hello,
Provide us with link to the page where you want to change the font size and screenshot of the text that you want to do this for. We don’t have the option to change the font size completely for all the texts on the site because many elements have their personal styles (product titles, some headings etc) and do not inherit the body font size.
Regards
I’m going to try it with ENCABEZADO PERSONALIZADO
it doesn’t work because the set only afect to first paragraph. My dude is:
If I write a simple text element…Could I change the size of whole text? And no need to change paragraph to paragraph
many thanks!!!
Hello,
What is ENCABEZADO PERSONALIZADO? Sorry but I don’t see these links in the menu on your site.
Anyway, add the below code to Theme Options > Custom CSS
p, .tabs .tab-content p {
font-size: 14px;
}
Regards
It works!!!
Many thanks!!! 😉
Hello,
You are welcome.
Regards
The issue related to '‘Changing typographies’' has been successfully resolved, and the topic is now closed for further responses