Hi,
I added following code to bottom of Quick CSS field
.av-catalogue-title {
font-size: 20px;
}
.av-catalogue-content {
font-size: 16px;
}
Please review your website
Best regards,
Yigit
Hi,
The code is now working just in the POST´s (as desired), BUT the problem is display:
[avia_codeblock_placeholder uid="0"]
I see others have had this problem but there doesn’t seem to be a common fix.
Any suggestions?
//Add fixed menu to all POSTS
add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 );
function ava_after_main_container_mod() {
if( !is_single() ) return;
$output = '';
$output .= do_shortcode("
[av_section min_height='custom' min_height_px='100px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='bback' color='main_color' background='bg_color' custom_bg='#32a5d2' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-32zbqxs' custom_class='']
[av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' av_uid='av-2gpcv34' custom_class='']
[av_sidebar widget_area='HAMBURGUER' av_uid='av-bm8mys']
<div class='centrotitulo'>[page_title]</div>
[/av_codeblock]
[/av_section]
[av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class='ajuste-espaco' admin_preview_bg='' av_uid='av-1ofdwyo']
");
echo $output;
}
Hi enoteware,
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 label span.woocommerce-terms-and-conditions-checkbox-text {
font-size: 14px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi I´m doing a small webhop, and need to set the font size a bit smaller on the shop page.
Alan ;)
Hey Elliot,
Thank you for using Enfold.
Use the following css codes to adjust the font size.
table.shop_table th {
font-size: 16px;
line-height: 18px;
}
For the payment box, use this one.
#top #payment div.payment_box {
font-size: 1em;
}
Default value is 0.96em.
Best regards,
Ismael
Hi,
Please add
#top label { font-size: 18px; }
And that should fix the problem.
Best regards,
Basilis
Hello,
I have my default body font set to 17px, however on the WooCommerce checkout pages the text on the terms is 13px, I need them to all be 17px or the same size for compliance reasons.
In order to view you will need to add a product to the cart if you’re not logged in.
https://pickproslv.com/shop/
SS link
https://www.dropbox.com/s/ub3vbj468yf45wj/screencapture-pickproslv-checkout-2018-06-18-11_53_04.png?dl=0
Hey tivo_designs,
Add this to quick css:
@media only screen and (max-width: 767px){
.avia-testimonial_inner h1{
font-size:25px!important;
}}
Best regards,
Jordan Shannon
Hi Marie,
Thank you.
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
.widget.widget_pages a {
font-size: 12px;
}
.widget.widget_pages h3 {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Basilis,
thanks for your email. The code you’ve sent me, creates a border around the CF7 contact form.
This is not, what I’d like to achieve,
I’d like to have a border around the complete (!) grey area at the end of this blog post: https://summ-it.net/blog/seo-optimierung-fuer-den-mittelstand/
The grey area consists of this code:
[av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='' padding='15px' border='1px' border_color='#2F6294' radius='10px' background_color='#f9f9f9' src='' background_position='top
left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-qrdwqm']
[av_heading heading='Fragen? Wir haben Antworten!' tag='h2' style='blockquote modern-quote' size='' subheading_active='subheading_below' subheading_size='15' margin='' margin_sync='true' padding='0' color='' custom_font='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-tv0ony' admin_preview_bg='']
<b>Wir freuen uns auf Ihre Nachricht.</b>[/av_heading][av_image src='https://summ-it.net/wp-content/uploads/kontakt-summ-it-unternehmensberatung-1500x430-opt.png' attachment='19203' attachment_size='full' align='center' styling='' hover='av-hover-grow' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-tl2qv2' admin_preview_bg=''][/av_image]
[contact-form-7 id="08154711" title="Kontakt"]
</div>
[/av_one_full]
Thanks a lot.
Hey zizibe1,
Thank you for using Enfold.
Use this css code to adjust the size of the icon.
.avia-buttonrow-wrap .avia-button .avia_button_icon {
font-size: 20px;
}
You can upload a custom icon font in the Enfold > Import/Export > Iconfont Manager panel.
Best regards,
Ismael
Hi,
Are you referring to the full width slider’s sliding animation and button? You can do that with the easy slider but you have to manually add the button shortcode inside the caption field and apply the sliding animation.
.avia-caption-title, .avia-caption-content {
-webkit-transform: translate(0,0);
transform: translate(0,0);
visibility: hidden;
}
.avia_transform .active-slide .avia-caption-title {
visibility: visible;
-webkit-animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}
.avia_transform .active-slide .avia-caption-content {
visibility: visible;
-webkit-animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}
This is an example of the button shortcode.
[av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' label_display='' icon_select='yes' icon='ue800' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff' av_uid='av-jijm0yeg' admin_preview_bg='']
Best regards,
Ismael
Hey geoffd20,
I have tried to adjust your slider for tablets (768px) and laptops (1024px), by making the text a little smaller, removing the padding from the caption box to make it a little larger, moving the buttons so they don’t overlap the center and side slide controls.
Please try this code in the General Styling > Quick CSS field, and feel free to adjust to suit if needed:
@media only screen and (min-width: 767px) and (max-width: 1023px) {
#top.home .caption_right .slideshow_caption {
padding: 0 75px 0 0!important;
font-size: 70% !important;
width: 60% !important;
}
#top.home .caption_left .slideshow_caption {
padding: 0 0 0 75px!important;
font-size: 70% !important;
width: 60% !important;
}
#top.home .slide-2 .avia-slideshow-button,#top.home .slide-1 .avia-slideshow-button {
float: right !important;
margin-top: 0px !important;
}
.slide-1 .avia-slideshow-button-2{
margin-right: 10px !important;
}
#top.home .avia-slideshow-button {
margin-top: 0px !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
#top.home .caption_right .slideshow_caption {
padding: 0 75px 0 0!important;
font-size: 90% !important;
width: 50% !important;
}
#top.home .caption_left .slideshow_caption {
padding: 0 0 0 75px!important;
font-size: 90% !important;
width: 50% !important;
}
#top.home .avia-slideshow-button {
margin-top: 0px !important;
}
}
Best regards,
Mike
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
#top.home .avia-caption-content {
font-size: 12px !important;
}
#top.home .avia-caption-title {
font-size: 20px !important;
}
}
Adjust to suit
Best regards,
Mike
Hi,
Thanks for the feedback. First off please activate debug mode in order to see builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Then you can add the following shortcode to a new page:
[av_heading heading='<strong>Masonry Shop Example</strong>' tag='h3' color='' custom_font='' style='blockquote modern-quote' size='' subheading_active='' subheading_size='10' padding='10' av_uid='av-5qeebj'][/av_heading]
[av_textblock av_uid='av-4yfo1b']
Please note: The Masonry Shop is not suited for a shop with hundreds of products (in that case use the default shop) but if you only sell a handful of item and want to display them in a stylish way this might be the way to do it. The Masonry Shop has also some limitations that the "<a href="http://kriesi.at/themes/enfold/shop/">default shop</a>" doesn't have. It can't be selected as default shop or shop archive. It is meant to be an extra element on your Frontpage not to display a full fledged shop. Thats what the <a href="http://kriesi.at/themes/enfold/shop/">default shop</a> is for ;)
[/av_textblock]
[av_masonry_entries link='product_cat,94,60,40,109,126,91,51' sort='yes' items='12' paginate='load_more' size='fixed' gap='1px' overlay_fx='active' caption_elements='title' caption_display='always' id='' av_uid='av-36h2in']
Best regards,
Rikard
Thx, that did it.
How would I get the font on the easy slider to also size down on smaller screens?
Hi,
Add this to quick css to increase the footer text size:
#menu-bottom a{
font-size:20px!important;
}
I’m not seeing the border that you’re speaking of.
Best regards,
Jordan Shannon
Hey Oceans247,
I assume that you are using a page as a footer, because your link to /footer/ returned a 404, and your “footer” has many links with underlines.
If this is correct, Try this code in the General Styling > Quick CSS field:
.avia-section .post-entry-2704 .av_inherit_color a {
text-decoration: none !important;
font-size: 80% !important;
}
Best regards,
Mike
Great thank you!
We are almost there. I need to remove the bottom border as well and would like the font size the same as the main menu.
Hi there
I want to remove the logo area above the menu, or at least reduce it.
I also want to style the sub menu I added at the bottom of the site exactly like the main menu. I can’t seem to remove the little dividers and I also cant change the font size of the submenu. Please help.
Thanks.
Hey DROR,
Thanks for the screenshot, Try this code in the General Styling > Quick CSS field:
.woocommerce-billing-fields #billing_address_1_field {
clear: right !important;
}
.woocommerce-billing-fields #billing_address_2_field span.optional {
font-size: 10px !important;
}
Please see screenshot in Private Content area.
Best regards,
Mike
Hi there,
I have managed to edit the icon and font colors in the phone and social bar. However I used the following code to make the social icons a little bigger and still nicely centered in the middel of the bar:
#header_meta {
background: #1b98e0;
}
#header_meta .container{
min-height: 40px;
}
#header .social_bookmarks li{
font-size: 20px;
border-right-style: none;
width: 40px;
}
#header .social_bookmarks li a {
width: 40px;
height: 40px;
line-height: 40px;
}
#top .social_bookmarks li a {
color: white;
}
.phone-info span {
color: white;
font-size: 14px;
}
https://dev.devq.nl
Now the phone text in not aligned in the bar.
What css do I need to enter it to make it nicely aligned?
-
This topic was modified 7 years, 10 months ago by
insanityNL.
I am trying to change the font of H6 Tag via advanced styling and it does not work, it only shows change of color and font size but not the font family itself
Hey ehdavies,
Do you mean you want the accordion titles smaller on small screens?
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
@media only screen and (max-width: 767px) {
.js_active .toggler {
font-size: 14px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
I’ve tried to add the CSS on this support page
to my Enfold General Style page but its not changing the font size for smaller devices.
Please could you take a look at how I’ve used the CSS to help me out please.
Thanks
Huw
Hi Mohammad,
Thanks for the feedback. Please try this instead:
#top .av-subnav-menu > li > a {
font-size: 20px !important;
}
Best regards,
Rikard
Hi,
Steps to add the function code:
1. Go to Appearance > Editor in your WordPress dashboard.
2. Select the correct theme or child theme from the select theme option on top.
3. After selecting the correct theme, you may notice a lot more files depending on the theme you have. Browse the file “Theme Functions” or “functions.php”. ( You can also use an FTP client and navigate to wp-content\themes\enfold-child\functions.php )
4. Add the code to the bottom of the functions.php file as shown in the below example.

Then the below CSS was added to your child theme’s style.css file:
CSS Snippet:
/* Display tag line widget */
#top #header #header_main .inner-container .widget {
order:2;
margin-right: auto;
padding:0;
/* Vertical align */
display: flex;
align-items: center;
/* Text style*/
font-size: 9px;
line-height: 0;
text-transform: uppercase;
letter-spacing: .35em;
color: #000;
}
I have disabled the CSS and JS merging to avoid caching issue please enable it when you are done with the modification.
NOTE: There is no easy way to place the text exactly at the start of the paragraph as you mentioned. Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Vinay
Hi,
In the PAGES I using a fixed top menu replacing the normal header. The code (working) is:
[av_section min_height='custom' min_height_px='100px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='bback' color='main_color' background='bg_color' custom_bg='#32a5d2' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-32zbqxs' custom_class='']
[av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' av_uid='av-2gpcv34' custom_class='']
[av_sidebar widget_area='HAMBURGUER' av_uid='av-bm8mys']
<div class="centrotitulo">[page_title]</div>
[/av_codeblock]
[/av_section][av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class='ajuste-espaco' admin_preview_bg='' av_uid='av-1ofdwyo']
In the POSTS , I not able to use the same thing because the post´s break the code.
So I’m trying use “ava_after_main_container”
The base code:
//Add fixed menu to all POSTS
add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 );
function ava_after_main_container_mod() {
$output = '';
$output .= do_shortcode("
");
echo $output;
}
Adding the elements and inserting in my functions.php:
//Add fixed menu to all POSTS
add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 );
function ava_after_main_container_mod() {
$output = '';
$output .= do_shortcode("
[av_section min_height='custom' min_height_px='100px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='bback' color='main_color' background='bg_color' custom_bg='#32a5d2' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-32zbqxs' custom_class='']
[av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' av_uid='av-2gpcv34' custom_class='']
[av_sidebar widget_area='HAMBURGUER' av_uid='av-bm8mys']
<div class="centrotitulo">[page_title]</div>
[/av_codeblock]
[/av_section][av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class='ajuste-espaco' admin_preview_bg='' av_uid='av-1ofdwyo']
");
echo $output;
}
But unfortunately so far the result is breaking the site.
Any suggestion?
English: How i can change the font size in the fields of the contact form.
Deutsch: Wie kann ich die Schriftgröße in den Eingabefeldern des Kontakt-Formulares ändern?