Hi!
Please add following code to Quick CSS instead
#top #payment label { font-size: 15px; }
Best regards,
Yigit
Hi!
Yes it does. If you would like to adjust them seperately, you can use following code
.js_active .toggler { font-size: 20px; }
.js_active .tab { font-size: 16px; }
Cheers!
Yigit
Hi Devin,
Sure, here is the link: http://firehouseironworks.com/checkout/
Thanks.
Hi langor!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.js_active .toggler,.js_active .tab { font-size: 16px; }
Cheers!
Yigit
CBParticipant
hello kriesi team,
i got an issue with the heading and menu fonts. they do not render correctly in safari and firefox but look good in chrome (on mac – didn’t check windows yet) the heading problem seems to occur every time i put an a special heading element inside a layout element. since i do not see the same issues on the enfold sample page i really wonder what it is that causes this issue. here is a screen shot comparing the browser and showing the problem:
http://chrisbuchner.com/wp-content/uploads/2014/01/browser-check.png
as you can also see, the logo looks very rugged in firefox whereas it is resized smoothly in other browsers.
last but not least i also tried to change the height to which the header resizes when scrolling down (using these instructions https://kriesi.at/support/topic/logo-and-main-header-menu/#post-212922 // https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003)
when I change the value to 1.5 the header becomes even smaller first and jumps back the actual value eventually. how could i change this behavior ?
many thanks, chris.
Hi DaraEmerson!
1- You can use following classes
.alternate_color .iconlist_content, .main_color .iconlist_content { color: red; }
2- You can right click on Chrome and on Firefox and click Inspect Elements to find out page ID’s http://i.imgur.com/TrDQ84Y.jpg and add your code as following
body.page-id-734 { font-size: 16px; }
3- Are you not using responsive layout?
4- You can turn on debugging mode to see shortcodes of the layout you have build in avia layout builder. Please see http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Yigit
Hey japk!
If we can get a link to your site we should be able to assist with targeting the text there exactly.
Cheers!
Devin
Hey!
Try adding this to your custom.css file in the css folder of your theme files inside the mobile specific media query:
#text-2 .avia-button-left a {
padding: 10px;
font-size: 12px;
}
It will reduce the size of the button to fit a bit better.
Cheers!
Devin
Hi Chris!
You can use this on Quick CSS to change the title:
.iconbox .iconbox_content .iconbox_content_title {
border: medium none;
padding: 2px 0 0 0;
position: relative;
margin: 0 0 16px 0;
clear: none;
overflow: hidden;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 19px;
}
Use this one for the iconbox content:
.iconbox_content_container {
font-size: 15px;
color: red;
}
Best regards,
Ismael
I am looking at this page where I am still seeing this shift:
http://www.copenhagenfilmcompany.dk/2014/
halfway down there are logos with this html:
<h3 style=”text-align: center;”>
CINEMATIC STORYTELLING</h3>
<p style=”text-align: center;”><span style=”font-size: 14px; line-height: 1.5em;”>New perspectives.
New ideas.</span></p>
I tried to change it to this:
<h3 style=”text-align: center;”>
CINEMATIC STORYTELLING</h3>
<p style=”text-align: center;”><span style=”font-size: 14px; line-height: 1.5em;”>New perspectives.
New ideas.</span></p>
which seems to work but then if I look at the html again, it defaults to:
<h3 style=”text-align: center;”>
CINEMATIC STORYTELLING</h3>
<p style=”text-align: center;”><span style=”font-size: 14px; line-height: 1.5em;”>New perspectives.
New ideas.</span></p>
what am I doing wrong? Those <h> tags keep tagging my images.
Hi,
Can you tell me how I can change the font size/type that is displayed as the ‘title’ and ‘content’ when using the icon box function please.
Many thanks
Hi,
I’m looking to change the size (and maybe font colour) of the Headings that are displayed with Accordion element and also Tabs element. I find they are too small on mobile devices, so increasing the heading size will make it easier for them to be pressed (perhaps increasing padding too).
Thanks a lot
Michael
Hi mrtechnique!
You can use this filter on functions.php to add google fonts:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
return $fonts;
}
Replace Source Sans Pro with the font that you want. Which headings are you trying to change? You can use this for the body font:
body, body p {
font-size: 15px;
}
Cheers!
Ismael
I see there are less than 50 fonts for the body text. How can I add all of the Google fonts to the list? Also, how can change the font size to the body and headings. My URL is http://www.headmenco.com.
1 – please send the code to target the font color in the icon list so we can match it with the main content font colour.
2 – if we want to change the type sizes etc… for a specific page is there a simple way to do this?
3 – how to set up the header fonts so they get proportionally smaller in pad or phone mode?
4 – This question from 2 weeks ago was never answered: When we switch to default editor it is no longer possible to edit a page created with the advanced layout builder – the entire page simply disappears in the editor. The possibility to use short code becomes impossible.
It would be great if you would add an alphabetical list of the main HTML/CSS/PHP code to alter main items in the website so we can just look up instead of asking. Would save both parties much time.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1340px) {
.iconbox .iconbox_content .iconbox_content_title { font-size: 13px; overflow: visible; }}
Regards,
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hello,
I’m trying to make the terms and conditions checkbox line more visible on the checkout page. I’ve tried using the code from this post https://kriesi.at/support/topic/moving-the-accept-terms-and-conditions-checkbox/
#payment .terms {
font-size: 15px !important;
}
in my custom css, but it is not changing the font size. Any suggestions.
Thank you for your help.
Hi again,
I’m having problems when using the icons, they seem to shift the text associated with it, here’s a screenshot:

You can view the page here:
http://padmayoga.dk/wp/kontakt/
Here’s the code used:
[av_two_third first]
<h5>Adresse</h5>
Elisagårdsvej 12 • 4000 Roskilde
[/av_two_third]
[av_one_third]
<h5>Vær social</h5>
[av_font_icon icon='ue8f4' font='entypo-fontello' style='' caption='' link='manually,http://facebook.com' linktarget='_blank' color='' size='40px' position='left'][/av_font_icon] [av_font_icon icon='ue8f7' font='entypo-fontello' style='' caption='' link='manually,http://google.com' linktarget='_blank' color='' size='40px' position='left'][/av_font_icon]
[/av_one_third]
What can I do to align the headers ?
Thanks
Hey!
Please add following code to Quick CSS as well
.main_menu ul:first-child > li > a { font-size: 16px; } /* changes the font size of main menu */
#top .main_menu .menu li ul a { font-size: 15px; } /* changes the font size of dropdown menu */
.header_color .main_menu ul:first-child > li > a { color: red; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: blue; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; } /* color of active menu item */
Best regards,
Yigit
This reply has been marked as private.
Hello,
Am I doing it right? I go to the link recommended above by Ismael, http://www.entypo.com/characters/. Then I use the character code under the image. For example, if I wanted to use the phone (image on very top left), then the code is U+1F4DE. I enter in “1F4DE” in the code entered into quick.css. My quick.css ends up looking like this:
/* Below added on 1/10/14 to make the main body text larger. Added by Ryan Schefke */
body, body p {
font-size: 17px;
}
.main_menu ul:first-child > li > a {
font-size: 18px !important;
}
.image-overlay .image-overlay-inside:before {
content:"\1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal;
}
Again, when I hover over the image it just shows “1F4DE” and does not show the phone icon.
This reply has been marked as private.
Hey pc37075!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 20px; }
Font size is 13px by default and i have not changed padding values as increasing font size already makes button bigger, if you want to increase padding, please adjust it as well
Best regards,
Yigit
Hello,
Foremost, Enfold is amazing. Great work & Thank You very much…
I’m having some difficulty adjusting the line height inside the cells of a ‘Pricing Row’ of a ‘Pricing Table’ I’ve created…

I would like to reduce the vertical space between the dollar amount and “per cleaning”
Shortcode:
[av_cell col_style='avia-center-col']$99<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
[av_cell col_style='avia-center-col']$119<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
CSS:
.pricingTable_perCleaning{
font-size: 0.2em;
line-height: 0.2em !important; /* BROKEN */
font-weight: normal;
}
I’m hoping you could provide a solution as I haven’t been able to find any suggestions & everything I’ve tried thus far has failed.
Thanks in advance!
Here is my quick.css in the Child Theme. You can see I added the line at the bottom. When I hover over the image it shows the character code, in this case “E73C”, and not the icon. Thoughts? My preference is to not touch the main theme files to make upgrading easy.
/* Below added on 1/10/14 to make the main body text larger. Added by Ryan Schefke */
body, body p {
font-size: 17px;
}
.main_menu ul:first-child > li > a {
font-size: 18px !important;
}
.image-overlay .image-overlay-inside:before {
content:"\E73C"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal;
}
Hi!
You can use this:
h1 {
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 20px;
}
h2 {
font-family: 'Raleway', sans-serif;
font-weight: 500;
font-size: 14px;
}
Regards,
Ismael
Thanks Ismael, however the code doesn’t seem to change anything if I modify width, font-size or line-height.
Great.
How do I add different font weights and text sizes to h1 & h2?
I’d like
h1 – Raleway 600, font size 20px
h2 – Raleway 500, font size 14px
thanks :)
-
This reply was modified 12 years, 3 months ago by
sineadh.
Hi Lead!
Edit css > base.css, find this code on line 363:
.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
Replace the content value “\E860” with a different fontello icon.You can refer to this link for more icon codes: http://www.entypo.com/characters/
Regards,
Ismael
Hey TFT!
That is not possible at the moment. You can only adjust the width of the tooltip. Use this on Quick CSS:
#top .avia-icon-tooltip {
width: 500px;
font-size: 15px;
line-height: 1.6em;
}
Best regards,
Ismael