same here.
so where exactly can i change the heading size of the Team Members Name (and title)? in the enfold panel oder do i have to insert a css code? if i use f.a. a 5 columns team member row the fonts are too big for the images. a control panel or menu for changing heading would be handy.
thanks in advance
Pedro
Works a treat! Many thanks.
Hi Yigit,
That didn’t work for Jetpack Comments, the 3rd party plugin I’m using. It did work when I disabled jetpack though. Any other code I can try?
Also, what code changes the size of the “reply” and “cancel reply” (the really small ones) texts as pictured in this image.
https://www.dropbox.com/s/qvkb7wwqpxj0zjj/Screen%20Shot%202014-01-12%20at%2012.05.43%20PM.png
Thanks
Jonny
hi there, i just switched to ENFOLD since my plug-in WooCommerce German Market seems to work best with this theme.
After changing the theme i have trouble adjusting some details, especially on the woocommerce product page.
I have attached a screen shot for better understanding (i am referring to the circled sections)
1) How can i get rid of the image side bar on product image? also the link thats activated – i just want to have the product in its original size (400×400)
2) How can i change the font sizes in the product description (Product name too big, price to small,)
3) how can i change the font color on button only (a darker color like grey or black would go better with the yellow)
4) How can i change the padding at the border of ‘product categories’ and ‘similar products’ (middle of the page) ?
5) I havent found the styling option for ‘Ähnliche produkte’ (which means ‘similar products) – does this come from woocommerce? Its a different yellow that i did set up in the styling panel.. any idea where to change that?
6) its weird that the products on the bottom (catalogue thumbs i guess) are not sharp. its the same size, quality as the main product in the upper half of the page and yet its somehow blurry. Any idea why this is happening?
This is the image size set up in woocommerce:
catalogue: 80×80
single product: 400×400 (original size)
thumbs: 120×120
i searched the forum but did not find the exact answers – thats why i decided to put this together in one topic, since its happening on one single page.
hope you can help!
thanks so much in advance
Pedro

Hi!
Did not notice that you were using a 3rd party plugin, please try following code
#respond form * {
font-size: 16px;
}
Best regards,
Yigit
It only shows up when you click the comments box as you would if you wanted to make a comment. It is visible to non admins once you do so.
Hey!
Do you mind creating a temporary admin login and post it here privately? Without logging in, we are not able to see the text
Regards,
Yigit
Thanks Yigit. That worked for the comments text but not for these texts :
“Jonny Freesh: You are commenting using your Jonny Freesh account.
Notify me of follow-up comments via email.
Notify me of new posts via email.”
Hi!
EDIT: Please add following code to Quick CSS as well
.main_color b { font-size: 18px; }
I would suggest you to use Heading elements ( h1, h2, h3, h4, h5 or h6 ) instead of B tag for titles and use Strong tag instead of B tag in your content to make them bold
Cheers!
Yigit
-
This reply was modified 12 years, 2 months ago by
Yigit.
Hi!
You can add following code to Quick CSS as well to incrase the font size of comment and label sections
#top .comment_text { font-size: 18px; }
#top label { font-size: 20px; }
Cheers!
Yigit
Hi kmcca!
Which text are you refering exactly? We can provide you custom CSS code to adjust them. If you are referring to Text Block element, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia_textblock { font-size: 18px; }
Regards,
Yigit
Thanks Yigit but..
That only changed : “Want to join the discussion?
Feel free to contribute!”
This : “Jonny Freesh: You are commenting using your Jonny Freesh account.
Notify me of follow-up comments via email.
Notify me of new posts via email.”
And the actual size of the font in the comment box and the comments once they are posted did not change. How can I change those?
Hey!
Try adding this code to the Quick CSS:
p {
font-size: 12px !important
}
Cheers!
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.minitext { font-size: 16px; }
Cheers!
Yigit
I have a post blog content element on my home page and the font looks noticeably different to my paragraph of text that is sitting to the right of it. Is there any way I can alter the size to make it the same – the css mark up indicates that it is all “p” and should be the same… can anyone help please? website: http://www.woodsideschool.co.uk
never mind the widgets I figured that out. Still can’t figure out the comments font sizes though.
As well as the font size of the body text and titles of widgets please.
Hi!
I added the css code we provided on Quick CSS then add the !important property.
Regards,
Ismael
Hi Ismael,
That looks great! Can I ask what you did differently that I wasn’t doing? I’d like to document the changes.
Thank you!
Hey!
Edit the page then look for the image code:
<img class="alignnone wp-image-14" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">
Add a unique css selector like “awesome-image” for example, the code should look something like this:
<img class="alignnone wp-image-14 awesome-image" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">
Add this Quick CSS:
.awesome-image {
width: 243px;
height: 231px;
}
Best regards,
Ismael
Hi!
I changed the font size, please check here: http://site-test2.leadliaison.com/
Regards,
Ismael
This reply has been marked as private.
Hi!
You can post it here, please make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button and tell us what font size would you like to use?
Best regards,
Yigit
Hi Yigit,
I added the code to the bottom of the Style.css file in child theme under Appearance > Editor with the !important rule. That does not work either. Can I somehow privately send you my WordPress login credentials to take a look?
Thank you.
Hi!
Do you mind creating a temporary admin login and posting it here privately so i can take a look? Please tell me font size you would like to use as well
Regards,
Yigit
This reply has been marked as private.
Hey!
You would like to decrease the font size of sub menu on header, is that correct? it is 11px by default and code i posted should make it 10px. Please flush browser cache after applying custom CSS code and refresh your page a few times
Cheers!
Yigit
Hi!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.sub_menu { font-size: 10px; }
2- Please go to Appearance > Menus and click on Screen Options and check “Link Target” and then choose the menu items that you would like to open in new tab http://i.imgur.com/bOLs66V.jpg
Best regards,
Yigit
How do I change it?
And also of these static elements in the comments area :
Want to join the discussion?
Feel free to contribute!
Enter Your Comment here…
Jonny Freesh: You are commenting using your Jonny Freesh account.
Notify me of follow-up comments via email.
Notify me of new posts via email.
http://jonnyfreesh.com/raw-food-recipes/raw-cilantro-green-curry-smoky-marinated-mushrooms-pumpkin-cauliflower-rice-recipe/#comment-36
Thanks
Jonny