Tried it, didn’t work. Found some other sites using the plugin and seemed like their text was also super small. Seems like a big oversight by facebook as the comments are very difficult to read. Anyways, thanks so much for taking a close look.
I’ve decided to go with Jetpack Comments as it has facebook login (no facbook notifications for replies as far as I can tell though – am I wrong about this?) and the code you gave me earlier for the comment font size works :)
However, the code you gave me for the “notify me of follow up comments by email”
#top label { font-size: 20px; }
doesn’t work for jetpack – though it does work for the built in comments. Any other codes I could try?
Thanks
Jonny
Hi!
It seems like plugin is getting the styles from Facebook and they cannot be overwritten. Lastly, can you try adding the code to Custom.css file in Enfold/css folder of your parent theme?
Best regards,
Yigit
I’ve tried to change the font size of the accordion tab header by just inserting <h1 style=”text-align: center; font-weight: 300;”>ATTEND NOW</h1> into the toggle title section. However, the theme automatically adds a <br /> before and after, and what I get is this:

I want the Attend Now header to appear in the toggle title, and the registration form within the toggle when opened.
Also is there a way to remove the plus icon for just this accordion on my site?
Thanks
-
This topic was modified 12 years, 2 months ago by
erikkIsrael. Reason: img url
I am trying the following inside an Iconbox:
Multiple shortcode icons on the same line. Code:
[av_font_icon icon='ue808' font='entypo-fontello' color='#d4b98c' size='20px' position='center'][/av_font_icon]
Ideally, I would like 4 icons next to each other. No matter what I do, it automatically inserts each icon on a new line.
Suggestions?
Hi Ismael,
Thank you for your response, we have added the line to the quick CSS and the font size is bigger now. However, the font size of the single product names has changed too, and we only want the category- and subcategory names to be bigger. Also, would it be possible to add the horizontal line as shown on our homepage https://www.peetersduurzaam.nl/ in “Waarom Peeters Duurzaam?”
Kind regards,
Pim and Gonneke
Hi!
Please add this on your custom.css or Quick CSS to change the category names:
.products .product h3 {
padding-top: 5px;
font-size: 15px;
line-height: 18px;
font-weight: normal;
margin: 0;
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
font-weight: 600;
text-transform: uppercase;
}
You can move the category title using this:
.product-category a h3 {
position: absolute;
top: 0;
}
.product-category a img {
position: relative;
top: 30px;
}
Regards,
Ismael
Dear Ismael,
https://www.peetersduurzaam.nl/webshop-2/ The category names on this page are Warmtepompen, Zonnestroom and Zonnewarmte. For every category or subcategory (all listed in the sidebar) the names are shown this way. We would like the font size to be bigger, and the font style to be as “Waarom Peeters Duurzaam?” on our homepage, with the horizontal line behind te words.
Also, the names are below the thumbnails, could we put the thumbnails below the names?
Kind regards,
Pim and Gonneke
Hey eric_peeters!
I’m a bit confused about the category names. Is this the category inside the single product view or the title of the category page? Can you please post a a link to the actual page or category names?
Best regards,
Ismael
Hello sweet support guru’s,
Would it be possible to change the font size of the category names in Woocommerce? Also, we would like the names to be in the same style as one of the titles on our homepage, (it’s called ‘special title’ in WordPress, which adds a horizontal line) See: https://www.peetersduurzaam.nl/ , “Waarom Peeters Duurzaam?”
The category names are under the category-images, could we put the names above the images?
Thank you so much in advance!
Kindest regards, Pim and Gonneke
Not sure if the problem of text size was resolved but I just installed “Ultimate TinyMCE” and enabled font size and font family, along with a few other things, and it allows me to easily change text size throughout the text block along with font family. I just use another plugin called “fontmeister” to install google fonts. It’s a pain to preview the fonts through fontmeister so I just go to http://www.google.com/fonts and look for a font there then take not of the ones I liked and install using fontmeister.
I hope this helps
This reply has been marked as private.
Hi bentkd!
Yes, you can use following code
.avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 23px;
}
to re-size the list icons. The first three values must be set to the same px value (i.e. 40px). The last value can vary.
Best regards,
Peter
Hey!
Can you please give us a link to the actual page with the comment section? Post the login details here as a private reply.
Best regards,
Ismael
Hi!
You can change the scroll to top arrow icons using this:
#scroll-top-link {
font-size: 50px;
}
Cheers!
Ismael
Hey aovivo!
Please do the following:
1.) Add this on your custom.css or Quick CSS:
.woocommerce-main-image.zoom {
overflow: hidden;
}
2.) Change the product title using this:
.product_title.entry-title {
font-size: 13px;
}
And the price font size with this:
#top .price span, #top del, #top ins {
font-size: 17px;
line-height: 24px;
}
3.) Change the button color with this:
.main_color .add_to_cart_button.button.product_type_simple {
background-color: red;
}
4.) Increase the bottom margin of categories using this:
.product_meta {
margin-bottom: 20px;
}
5.) Change the upsells or you may also like products using this:
#top .upsells.products h2 {
font-size: 15px;
color: red;
}
6.) It should be using the shop catalog image size which 450×450. Please regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
I think you are right.
I changed this css to edit the size of the arrow in the “scroll to top” button in the bottom left of pages.
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont="entypo-fontello"]:before {
font-size: 15px ;
}
I would like to be able to use the icon element with the font size.
So how can I change the font size of the arrow in the “scroll to top” button without affecting anything else?
Thanks, you guys are awesome!
Hey jtree5757!
I tested the option on my test server and it works for me. I guess some other css code overwrites the icon inline styles and thus the “font size” option doesn’t work for you. Please post a link to your icon/website and we’ll look into it.
Regards,
Peter
Hi bentkd!
You can use this on your custom.css or Quick CSS to change the size of the icon list icons:
.iconlist-char {
font-size: 20px;
}
Cheers!
Ismael
Hi!
You can use the class of the surrounding div to change the content. I.e. if you want to use a different icon for product images use
.single-product-main-image .image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
and this rule will overwrite the default icon.
The difference between the three css code lines is just the icon. \E869 is the default icon, \E832 is the icon for external links and \E897 is the video icon.
Regards,
Peter
Hi!
You can use this for the team member title:
.main_color .team-member-job-title {
color: red;
font-size: 20px;
}
Regards,
Ismael
great – it worked.
do you have a code for the TITLE (font size AND color) too?
thanks!
Still not working. I tried it in the quick css and styles.css
I thought that maybe these styles were interfering so i took them out and tested, but still not working.
#top .comment_text { font-size: 28px; }
#top label { font-size: 30px; }
What else you got?
Thanks
Jonny
Hey!
Please try adding !important to force it as following
.fbFeedbackPost .postText, .fbFeedbackContent .profileName, a.uiLinkSubtle, .fsm, .uiLinkButton input { font-size: 16px!important; }
and please try adding the code to bottom of Style.css file of your child theme
Best regards,
Yigit
I’m still a little confused. Maybe you can clarify..
.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E832";}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\E897";}
This is the only code that I found in the base.css that references font icons.
Do you mind explaining the differences between the three for us please?
Not sure how this will change the rollover icon for my products and regular images not related to my products. It seems like they are connected as they are classified as the same type in the above css. Sorry if I’m just misunderstanding.
Thanks.
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.team-member-name { font-size: 12px; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS
.fbFeedbackPost .postText, .fbFeedbackContent .profileName, a.uiLinkSubtle, .fsm, .uiLinkButton input { font-size: 16px; }
and adjust as needed
Best regards,
Yigit
I’ve tried using some different facebook comment plugins and the same problem persists. Here is new example.
https://www.dropbox.com/s/pntw3mtbla5c6oy/Screen%20Shot%202014-01-13%20at%207.02.49%20AM.png
Thanks in Advance
Jonny