Good morning!
I want to change the font size of the footer header (it’s too big), but: nothing works.
If I change “h3” in the theme options, it doesn’t work.
If I change “widget title” in the theme options, it doesn’t work.
How can it work?
best regards
Susanne
Hi there,
Just so you know the problem was resolved :/
I was able to do that with:
/* **
ADD TO CART BUTTON
** */
/* price color & size */
.postid-9557 .av-woo-purchase-button .price span,
.postid-9595 .av-woo-purchase-button .price span,
.postid-9628 .av-woo-purchase-button .price span,
.postid-9653 .av-woo-purchase-button .price span {
font-size: 35px !important;
color: #50b848 !important;
}
/* add to cart button */
#top .button.single_add_to_cart_button {
color: #5690e8;
background: #fff;
border: solid 2px #ebebeb;
border-radius: 35px;
}
#top .button.single_add_to_cart_button:hover {
color: #fff;
background: #f499c0;
border: solid 2px #f499c0;
border-radius: 35px;
}
All other technical buttons:
/* **
ACTION BUTTONS
APPLY COUPON
UPDATE CART
EDIT ORDER
** */
.actions .button:disabled {
color: #5690e8 !important;
background: #fff !important;
border: solid 2px #ebebeb !important;
border-radius: 35px !important;
}
.actions .button {
color: #5690e8 !important;
background: #fff !important;
border: solid 2px #ebebeb !important;
border-radius: 35px !important;
}
.actions .button:hover {
color: #fff !important;
background: #f499c0 !important;
border: solid 2px #f499c0 !important;
border-radius: 35px !important;
}
/* **
PROCEED TO CHECKOUT
** */
.cart-collaterals .cart_totals a.button.alt {
color: #5690e8 !important;
background: #fff !important;
border: solid 2px #ebebeb !important;
border-radius: 35px !important;
margin-bottom: 10px;
}
.cart-collaterals .cart_totals a.button.alt:hover {
color: #fff !important;
background: #f499c0 !important;
border: solid 2px #f499c0 !important;
border-radius: 35px !important;
margin-bottom: 10px;
}
/* **
VIEW CART (After Add to cart)
** */
#top .avia-wc-notice-box.main_color .woocommerce-message a.button {
color: #5690e8 !important;
background: #fff !important;
border: solid 2px #ebebeb !important;
border-radius: 35px !important;
margin-bottom: 10px;
}
#top .avia-wc-notice-box.main_color .woocommerce-message a.button:hover {
color: #fff !important;
background: #f499c0 !important;
border: solid 2px #f499c0 !important;
border-radius: 35px !important;
margin-bottom: 10px;
}
/* **
RETURN TO SHOP
** */
a.button.wc-backward {
color: #5690e8 !important;
background: #fff !important;
border: solid 2px #ebebeb !important;
border-radius: 35px !important;
margin-bottom: 10px;
}
a.button.wc-backward:hover {
color: #fff !important;
background: #f499c0 !important;
border: solid 2px #f499c0 !important;
border-radius: 35px !important;
margin-bottom: 10px;
}
And a not working product table with tax and shipping information being shown without a margin on the left.
/* **
SHOP VAT + SHIPPING
** */
/* left margin */
.page-id-9546 .product p.wc-gzd-additional-info,
.page-id-10570 .product p.wc-gzd-additional-info,
.page-id-9547 .product p.wc-gzd-additional-info,
.postid-9557 .product p.wc-gzd-additional-info,
.postid-9595 .product p.wc-gzd-additional-info,
.postid-9628 .product p.wc-gzd-additional-info,
.postid-9653 .product p.wc-gzd-additional-info {
margin-left: 15px;
}
/* plus shipping costs */
.page-id-9546 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info,
.page-id-10570 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info,
.page-id-9547 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info,
.postid-9557 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info,
.postid-9595 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info,
.postid-9628 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info,
.postid-9653 ul.products .product p.shipping-costs-info, ul.products .product p.tax-info {
display: flex;
flex-direction: column;
}
Hope that helps to someone.
Best,
Alex
Dear Kreisi Team,
Have been struggling the whole day to resolve the issue. Have also checked WordPress and Woocommerce solutions around the internet to be able to custom CSS the “Add to cart” buttons on single product pages but to no avail.
It seems like Enfold is blocking any custom classes for buttons or I can’t find the right classes for the custom CSS. You are my last resort.
The page in question:
Customization to be applied for the “Add to cart” button:
.postid-9557 .av-woo-purchase-button div .main_color .button {
border-color: #ebebeb;
background-color: #fff !important;
color: #5690e8 !important;
font-weight: normal !important;
padding: 8px 30px 8px !important;
font-size: 16px !important;
border-bottom: solid 2px #ebebeb !important;
border-right: solid 2px #ebebeb !important;
border-left: solid 2px #ebebeb !important;
border-top: solid 2px #ebebeb !important;
border-radius: 50px !important;
}
.postid-9557 .av-woo-purchase-button div .main_color .button:hover {
border-color: #ebebeb;
background-color: #f499c0 !important;
color: #fff !important;
font-weight: normal !important;
padding: 8px 30px 8px !important;
font-size: 16px !important;
border-bottom: solid 2px #f499c0 !important;
border-right: solid 2px #f499c0 !important;
border-left: solid 2px #f499c0 !important;
border-top: solid 2px #f499c0 !important;
border-radius: 50px !important;
}
Really looking forward to your reply and hope for your help!
Best,
Alex
Hi,
Glad this helped, for simple bold you would use ‘montserrat’ with a font-weight of bold or 700, please note that in the theme the font is writen in small case:
#top #wrap_all .main_color h3 {
font-family: 'montserrat';
font-weight: bold;
}

but this is the regular font with bold applied, there is another ‘montserrat-bold’ that is available from Google Fonts that is wider without using a font-weight.

I assumed you might be looking for this one so I uploaded it to your Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager as before and you can use css like:
#top #wrap_all .main_color h3 {
font-family: 'montserrat-bold';
}
Then clear your browser cache and any cache plugin, and check.
Please note that I see you are trying to change your heading fonts with css by only using the heading, such as h3 {font-size: 24px; font-family: ‘Montserrat’}
I found this in your Quick CSS:
h1 {font-size: 50px}
h2 {font-size: 48px; font-family: 'Playfair Display'; color: #00469e;}
h3 {font-size: 24px; font-family: 'Montserrat'}
h4 {font-size: 20px; font-family: 'Montserrat'}
h5 {font-size: 14px; font-family: 'Montserrat'; color: #164991}
h6 {font-size: 12px; font-family: 'Montserrat'}
this will probably not be enough in some cases because the theme uses two IDs and a class for most headings, like this: #top #wrap_all .main_color h3 so the specificity is much higher, if you find you are having trouble overwriting a style try adding more specificity
Best regards,
Mike
ABParticipant
Enfold 4.8.7.1
Unsere Shopseite wird nun falsch dargestellt. Die Artikel sind 2-fach enthalten, die Dubletten werden in anderem Raster angezeigt, der Footer ist vollkommen falsch angezeigt (Farben, Schriftgröße, Breite).
Auf der Shopseite ist der Enfold Layout Architekt deaktiviert und lässt sich nicht aktivieren. Alle anderen Seiten machen kein Problem.
Hat jemand eine Idee woran das liegen könnte? Dieser Fehler kam ohne Veränderungen am System wie z.B. Plugin Updates.
—–
Our shop page is now displayed incorrectly. The articles are contained twice, the duplicates are displayed in a different grid, the footer is displayed completely incorrectly (colors, font size, width).
The Enfold Layout Architect is deactivated on the shop page and cannot be activated. All other sites are no problem.
Does anyone have any idea why this might be? This error came without any changes to the system such as plugin updates.
Team, I am trying to change the padding of a button. I can change the background and border radius but the padding is not working.
Same here:
I am simply using on the child theme.
#top .round-submit .button {
background: transparent;
border: 4px solid whitesmoke;
border-radius: 20px;
font-size:16px;
padding: 10px;
}
Hi,
Thanks for the update. We’re not really familiar with the AMP plugins unfortunately, so it will be difficult for us to provide support for it. Maybe you could try reaching out to the plugin developers for further help? I’m not sure exactly why you feel that you need it, is your site mobile unfriendly if you do not use that plugin? If so, then in what way?
Font sizes; please click this button to reveal the options you are looking for: https://snipboard.io/wCMUPh.jpg
Best regards,
Rikard
OK it’s AMP plug-in that’s blocking the full slider. I’ve always had the feeling that AMP and Avia Layout Builder weren’t working well. So I purchased AMP Pagebuilder Compatibility because it said that it supported Avia Layout builder.
https://ampforwp.com/amp-pagebuilder-compatibility-updated-to-version-1-9-80/
But it’s not working. Am I missing something? At this point I cannot deactivate AMP, as Google prioritize mobile-friendly pages to index.
As to font and size, here’s the screenshot of my text block control panel. Above the textbox, there are multiple commands that start from “paragraph” pull-down menu. Then “bold,” “italic,” then bullets…..I was able to see font and font size options within the bar. They are no longer there. I know that there is another tab “styling” in which you are supposed to be able to choose font size, but it’s not working for me, plus it messes line spacing.
https://drive.google.com/file/d/1avTNYDFcGrI2GU2BL16o_XC6xisomXu_/view?usp=sharing
As I don’t know what to do, I paste <span style=”font-size: 12pt;”></span> manually every time I want to change the size. Really time consuming.
Hi,
Thanks for that. I can’t see why your slider is not displaying unfortunately, could you try disabling all plugins to see if that makes any difference please?
Font type and size; where exactly are you not seeing those options?
Best regards,
Rikard
Hi,
For this slider I see that you are doing width:600px; to force the word break, with a margin-left:26%; to center.
I recommend trying width:32ch; to force the word break, CH is a width that is *close to a character width, and margin:auto; to center.
Try this css instead of yours:
@media only screen and (min-width: 480px) {
#top.page-id-3642 #full_slider_1 .av-slideshow-caption h1.avia-caption-title {
width: 32ch;
font-style: italic;
margin: auto;
}
#top.page-id-3642 #full_slider_1 .av-slideshow-caption .avia-caption-content {
width: 36ch;
margin: auto;
}
}
@media only screen and (max-width: 769px) {
#top.page-id-3642 #full_slider_1 .slideshow_caption {
padding: 0;
}
}
@media only screen and (min-width: 376px) and (max-width: 479px) {
#top.page-id-3642 #full_slider_1 .av-slideshow-caption .avia-caption-content p {
font-size: 20px;
width: 100%;
margin: auto;
}
#top.page-id-3642 #full_slider_1 .av-slideshow-caption h1.avia-caption-title {
font-size: 20px!important;
width: 32ch;
margin: auto;
}
}
@media only screen and (max-width: 375px) {
#top.page-id-3642 #full_slider_1 .av-slideshow-caption .avia-caption-content p {
font-size: 13px;
width: 100%;
margin: auto;
}
#top.page-id-3642 #full_slider_1 .av-slideshow-caption h1.avia-caption-title {
font-size: 15px!important;
width: 32ch;
margin: auto;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey aruizhuidobro,
Thank you for the link to your site and the login, the Montserrat 800 is actually Montserrat-ExtraBold and not included by default, so I added it for you via the Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager
and adjusted your css to:
.avia-animated-number span.avia-single-number {
font-family: 'Montserrat-ExtraBold';
font-size: 55px;
font-weight: 800;
}
and now it is working, please clear your browser cache and check.

Best regards,
Mike
Hi,
could you please help me?
With your help I made a button in the footer widget. (thanks for Mike!)
[av_button label='Donate' link='manually,http://ccsz.ninja/donate/' link_target='' size='small' position='left' icon_select='no' font='entypo-fontello' color='theme-color' custom_bg='#48B2B7' custom_font='#ffffff' av_uid='av-5obiu2i']
and css:
#footer #text-6 .avia-button {
border-radius: 40px;
font-size: 30px;
background-color: #48B2B7;
border-width: 0;
color: #fff;
font-size: 16px;
}
After I translated the widget with wpml the styling lost totally.
I could not find out why? I though the css will style that one also.
Help me please how to solve this!
Thanks a lot!
Szami
-
This topic was modified 4 years, 3 months ago by
ndszamoca.
Team, I am using animation numbers and I am trying to make it BOLD. I added the font-weight on the general styling as attached but it not applying. Could be that the bold is not imported ? thanks !
.avia-animated-number span.avia-single-number {
font-family: ‘Montserrat’;
font-size: 55px;
font-weight: 800;
}
Web: http://c2350005.ferozo.com/
Hi,
Thank you for the update.
Try to remove the image from the menu item temporarily, then use this css code to insert an icon font inside the login menu item. The icon font should automatically switch color when the header changes or when scrolling down or up.
#menu-item-8683 a:before {
font-family: 'entypo-fontello';
content: "";
font-size: 26px;
}
#menu-item-8683 .avia-menu-text {
display: none;
}
Best regards,
Ismael
Hey Eleina_Shinn,
Thank you for the inquiry.
1.) Are you referring to the slider buttons? You can use this css code to adjust the size or style of the butotn on mobile view.
@media only screen and (max-width: 767px) {
.avia-button.avia-size-large {
padding: 11px 20px 9px;
font-size: 11px;
min-width: 99px;
}
}
2.) It seems to be displaying as it should as shown in the screenshot below.
Screenshot: https://postimg.cc/QB5V1YTD
Best regards,
Ismael
Hi,
Thank you for the update.
The spaces between the menu items are now consistent. How did you fix it? Looks like you did remove the font-size property as suggested above.
Best regards,
Ismael
Thanks Rikard, do I need themeforest license to post questions (like this)? I had hard time finding “create a new thread” button….Specifically, my full slider stopped displaying (again) after I installed ver (4.8.7.1). Also, the button to chose font type and size disappeared. I know that I now have style tab in “text block,” but it’s not working, and it also messes line spacing. I can no longer see font types, and everything seems to be showing Ariel.
Thank you,
Hi, I was wondering if you could help me with a couple of items on this site:
1. The two Buttons – which I’ve styled in Enfold Theme Options / Advanced Styling – are too large on cell phone view, how can I make a more reasonable size on mobile menu?
2. I’ve noticed that sometimes when I view the site on mobile, the heading font does not appear – I’ve uploaded the Cormorant Google Font, and that is what I’m using for headings.
Thank you so much for your help.
Hi,
Thanks for the update. Since you added an ID, then you have to use the # in front of the ID, not a period. I changed your code to this:
#top #formheading h6 {
font-size: 30px !important;
}
And it working, please review your site.
Best regards,
Rikard
Hi Lyse,
Thanks for contacting us!
You can try adding following code to bottom of Quick CSS field
@media only screen and (max-width: 1390px) {
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
font-size: 14px;
padding: 15px 10px;
}}
and that should help down to 1030px. If you are able to switch to mobile menu at 1030px in UberMenu, please do so :)
Regards,
Yigit
I want to change the font-size of a special heading block, but somehow it gets overwritten somewhere. Please advice …
First I tried to change the h6 heading size in the enfold advanced setting, didn’t word.
Then I tried the developr-id:
I’m using h6 heading to the special heading, a developer-id in the Erweitert Section of the block (formheading) and I’m using the custom css code:
#top .formheading h6 {
font-size: 30px !important;
}
But still the font-size shows up with 55px.
What am I missing?
Hi,
Try this css:
#footer #text-6 .avia-button {
border-radius: 40px;
font-size: 30px;
background-color: #48B2B7;
border-width: 0;
color: #fff;
font-size: 16px;
}
expected results:

Best regards,
Mike
I am having a problem with an H1 in my homepage. It displays correctly in Safari and incorrect in Chrome.
Safari: Big Font size
Chrome: tiny tiny tiny size.
Why can this be happening?
Thanks.
Hi,
Please try this css:
#top #wrap_all h3.slide-entry-title.entry-title {
font-size: 17px !important;
font-weight: normal;
}
After applying the css, please clear your browser cache and check.
Please note that not all fonts have a 100 font-weight available, thus the use of “normal” but you can try 100 if you want.
Best regards,
Mike
Hi Rikard,
Yes, I want the text under the images to be lighter. I used this code to get the font to be the size I want:
.slide-entry-title.entry-title {
font-size: 17px !important;
}
I was hoping, I could use this code to lighten the weight of the font:
.slide-entry-title.entry-title {
font-size: 17px !important;
font-weight: 100;
}
But that didn’t do anything. I also tried font-weight: light;
Any ideas?
Also, you are right, it isn’t technically a product page! It is a regular page with the blog posts elements pulled in for each product. I would like to put a simple grey box with rounded corners around each product. Is that possible?
Thanks!
Julie
Hi! I’m having trouble customizing the product category pages. I am able to change the font size and color but I’d like the font to be lighter (less bold) and I’d like to apply a background color. Can you help?
https://ade-medical.z4pby1v9-liquidwebsites.com/consumer-products/weight-scales/
Hey Thedogscreative,
Thank you for the inquiry.
It might be due to the font-size property in this css declaration.
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a {
text-align: center !important;
font-family: "static",sans-serif;
font-size: 2.5vw;
font-weight: 400 !important;
color: #177F93;
}
Try to replace the unit vw with pixel or em in the value (2.5vw).
Best regards,
Ismael
Hello,
I’m working on a site with a sidebar menu and finding it hard to get the menu working well.
There’s only a few menu items, and a couple of those have sub menu items that visible at all times.
When I inspect the menu, it appears that the span.avia-menu-text areas that are housing the links seem to be getting taller with each menu item, meaning they sit on top of the sub-menu items and make them un-clickable.
Have a look at the screenshots.
This is the menu:

This is inspecting each of the main menu links from the top down:



As you can see, by ‘contact’ the span is so tall it cover s the link above.
I’m pretty sure it’s my messy, bad CSS, which is currently the following:
/* SIDEBAR AND MENU STYLING */
/* show main menu sub options*/
.html_header_left .av-main-nav ul.sub-menu {
opacity: 1 !important;
visibility: visible !important;
position: static;
margin-top: 0px;
margin-bottom: 20px;
float: left;
border: 0;
background: transparent !important;
box-shadow: none;
}
/* Sub menu on mobile styling */
@media only screen and (max-width: 768px), (max-height: 650px) { .sub-menu li a {
padding-left: 60px!important;
line-height:16px!important;
}}
/* Burger menu links */
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a {
text-align: center !important;
font-family: "static",sans-serif;
font-size: 2.5vw;
font-weight: 400 !important;
color: #177F93;
}
#top .av-main-nav ul a {
background: transparent !important;
border: none !important;
}
#top #wrap_all .av-main-nav ul.sub-menu > li > a:hover {
color: #33D1BD !important;
}
.sub-menu li a{
Font-size: 14px !important;
padding: 2px!important;
line-height:5px!important;
}
@media only screen and (max-width: 768px), (max-height: 650px) { .sub-menu li a {
line-height:20px!important;
}}
What can I do to:
1) get the menu working
2) rewrite the CSS to getting it looking like it does now… but working?
I’ll post a link to the site privately.
Thanks.
Hi Rikard,
Perfect. Let’s discard the obvious (and easiest) first. Maybe there is some Quick CSS that is affecting this behavior. So I went through it and pulled only those 4 CSS that affect the header. Is any of these causing the issue and should be modified? Maybe specify the screen size so they don’t affect tablets?
Don’t remember how they came to be as some maybe really old and need to be removed. This would be a good time. ;)
/*Header Container Stretch */
.html_header_top #top .av_header_stretch .container {
width: 83%;
max-width: 100%;
}
/* top menu bar button*/ << this is so it displays the Call to Action Pink button on top. Very important.
span.avia-menu-fx { display: none; }
li#menu-item-40 a {
background: #ea526e;
color: white;
}
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
color: #ffffff;
border-color: #163248;
text-transform: uppercase;
font-weight: 700;
margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
border-radius: 7px;
font-size: 13px;
}
#header_meta .container {
min-height: 40px; << this maybe needs screen size defined?
}
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
border: none;
margin-right: -15px;
}
/*avoid click on items on page when hamburger menu expands to full screen*/ << this one is fresh and good
#header {
position: relative;
z-index: 9999;
}
/*Keep Header on Mobile Fixed*/
.responsive #header {
position: fixed !important;
top: 0;
}
.responsive #top #main {
padding-top:95px !important; << maybe this one needs screen definition to not affect tablet?
}
Crossing my fingers that a few modifications to this code will fix the issue. The header on the Child Theme is identical to the one on the Parent Theme. I just replaced it but it shouldn’t cause any issues as they are one and the same. If it does, then there is a problem creating a Child theme. And I don’t think that’s the case.
What do you think? If this is not the issue I already have the screenshots, and I’ll start putting them together. Sometimes a picture is worth a thousand words (but for the sake of both our times, let’s hope it’s a CSS for mobile or desktop that is affecting behavior on tablet.
Thank you!
Havi
There appears to have been some resetting of font sizes and styles (and some adjustments to layout but one thing at a time). I went Theme Options >> General Styling >> Fonts; then set default size to 16px and defaults for Body Text and Heading Font to Open sans. However, the only page that is showing these default changes is on the home page. All other pages are defaulting to a much smaller serif font.
Please advise.
Thank you for your time and consideration.