Hi Christian,
We apologize for the delayed response.
Regarding the social media icons, there might be some css code that triggers it not to show, can you give us temporary admin access, the one you gave isn’t working now
Regarding to the media query, yes you can use that media query to affect only mbp:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
body p {
font-size: 24px;
}
}
Best regards,
Nikko
Hallo enfold-Team.
Ich baue gerade meine Seite neu auf (neue wordpress-Installation). Leider schaffe ich es nicht, die Schriftgröße und Schriftart im Main Menü zu bearbeiten.
Habe schon viele Dinge hier aus dem Supportforum ausprobiert. Was muss ich tun?
Viele Grüße
Marcus
Hello,
I’ve been using enfold for a long time, and something like that has never happened to me.
If I add an Icon with the composer, it’s visible only if it has no link.
If I add a link, it disappear.
below I attach the code of 2 icons, the first without a link, the second with a link
Any ideas on what happens?
<span class=”av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation” style=””><span class=”av-icon-char” style=”font-size:20px;line-height:20px;” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span></span>
<span class=”av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation” style=””></span>
Hi,
Thank you for the update.
You may need to use a text block and insert the columns containing the images using their actual shortcodes inside a text or code block element. They are currently situated below the 1/3 column or the sidebar. Why do you have to insert the sidebar manually?
The shortcode may look something like this:
[av_one_half first min_height='' vertical_alignment='' space='' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' custom_margin='' margin='0px' mobile_breaking='' border='' border_color='' radius='0px' padding='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' id='' custom_class='' aria_label='' av_uid='']
[av_image src='http://site.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' styling='' align='center' hover='' animation='no-animation' link='' target='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' av_element_hidden_in_editor='0' av_uid=''][/av_image]
[/av_one_half][av_one_half min_height='' vertical_alignment='' space='' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' custom_margin='' margin='0px' mobile_breaking='' border='' border_color='' radius='0px' padding='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' id='' custom_class='' aria_label='' av_uid='']
[av_image src='http://site.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' styling='' align='center' hover='' animation='no-animation' link='' target='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' av_element_hidden_in_editor='0' av_uid=''][/av_image]
[/av_one_half]
Best regards,
Ismael
Hi ShinyMan89,
You’re welcome, as for the social icons you can use this css code (just replace the color and font-size):
#top #wrap_all .social_bookmarks a {
color: black;
font-size: 20px;
}
Hope this helps.
Best regards,
Nikko
Hi Christian,
Thanks for providing us temporary admin access as well.
I think there are some misunderstanding with how the Custom Css Class works.
In your Quick CSS (located in Enfold > General Styling), I found this code:
@media only screen and (min-width: 1300px) {
.body p { font-size: 24px; }}
This will not work unless you have an element with a class of body, however since you might be trying to resize all paragraphs, you can remove the dot in .body so the code should be like this:
@media only screen and (min-width: 1300px) {
body p { font-size: 24px; }
}
With this code, it basically means if your screen size is 1300px or higher (laptops or desktops) then all the paragraphs’ font size will be 24px.
I hope my explanation clarifies some things, let us know if you need further help or clarifications. :)
Best regards,
Nikko
Hi Nikko,
That would be really helpful. Do you know if it’s easily doable? To set a media query in the custom css section of the Enfold->Apperance->Font section, so that it gets bigger on larger screen sizes?
Many thanks,
Christian
Hi,
Thank you for the update.
There were a few syntax errors in the Quick CSS field, which we corrected. We also added the css modification back to adjust the font size of the footnote links. It should work properly now.
Best regards,
Ismael
I have
.avia-icongrid-icon {
font-size: 150px !important;
}
But it is overlapping underneath – see my image in the private content
-
This topic was modified 6 years, 3 months ago by
whdsolutions.
Hi there,
A frustratingly simple one for you guys! I just want to add some custom css so my default font becomes responsive.
At the moment the default font is 17 and I’ve added this media query, but it doesn’t seem to be doing anything.
@media only screen and (min-width: 1367px) {
.your-custom-class p { font-size: 24px; }}
I have also activated the custom css options in layout builder too!
I look forward to hearing back from you.
Thanks,
Christian
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
sup.modern-footnotes-footnote a {
font-size: 12px;
}
Best regards,
Rikard
Hi kc,
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 (min-width: 768px) {
.av-hamburger strong {
display: inline-block!important;
position: absolute;
top: 0;
font-size: 20px;
transform: translate(-130%, -46%);
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi, ich habe herausgefunden, dass es der ccs code für das Einfügen von dem Wort Menü zum Burger Icon war!
Ich habe diesen nun zunächst unsichtbar gemacht!
Diesen Post bitte schliessen.
/* Add word menü next to hamburger icon
.av-hamburger strong {
display: block!important;
position: absolute;
left: -7;
top: -12;
font-size: 12px;
transform: translate(-95%, -30%);
text-transform: uppercase;
color: #0018a8;
}
*/
Hi,
Thank you for the update.
This is the default style of the mega menu items.
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
width: auto;
float: none;
display: block;
border: none;
padding: 3px 12px;
font-weight: 400;
height: auto;
line-height: 23px;
}
While this is the style the default menu items.
#top .av-main-nav ul a {
width: 100%;
height: auto;
float: left;
text-align: left;
line-height: 23px;
padding: 8px 15px;
font-size: 12px;
min-height: 23px;
max-width: none;
text-decoration: none;
font-family: inherit;
}
#top .main_menu .menu ul li > a {
color: #fff;
font-weight: 600;
}
They differ in font weight and size. You can use the same css code to override the default styles.
Best regards,
Ismael
Hi kracklt,
Thank you.
Please remove this

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 #header .mega_menu_title {
font-size: 26px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
i don’t have that option. :(
i only have:
– element visibility
– Font Size
Best Regards
Hi,
Add this to quick css:
@media only screen and (max-width: 1023px) and (min-width: 767px) {
h3.slide-entry-title.entry-title{
font-size:20px!important;
}}
Best regards,
Jordan Shannon
Hi Mike,
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
.big-preview img + .avia-copyright:after {
content: "\E81e";
font-family: "entypo-fontello";
display: block;
position: absolute;
right: 0;
bottom: 0;
text-indent: 0;
font-size: .8em;
width: 2.6em;
height: 2.6em;
line-height: 2.8em;
text-align: center;
color: rgba(38, 29, 29, 0.94);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey!
I went to Enfold theme options > Advanced Styling and edited “Main Menu Links” to increase main menu font sizes and it worked fine.
Please make sure to flush browser cache (CTRL + Shift + R on Windows and CMD + Shift + R on Mac) and WP Fastest Cache after making styling changes :)
Regards,
Yigit
Hi team,
i have two questions:
1. Do you now, how i can change the font-size of the mega menu title?
I tried this: #top #header .mega_menu_title a { font-size: 26px !important; }
but it didn’t work.
2. for creating two Buttons in same line, i used this code:
<div class=”avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling ” style=”display: inline; padding-right: 10px;”><span class=” style=”text-decoration: none; background-color: #43ba4a; color: #ffffff;” href=”URL Here”>Jetzt spenden </div>
<div class=”avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling ” style=”display: inline;”><span class=” style=”text-decoration: none;” href=”URL HERE”>Mehr erfahren</div>
<div class=””centered-buttons””></div>
This works fine and looks like this: https://pasteboard.co/IJYkJq6.png
But i would like to add an icon on the right side. How can i do this?
Kind regards
Hey Mary,
Add this to quick css:
.avia-cookie-consent a.avia-button{
font-size:10px!important;
}
Best regards,
Jordan Shannon
Hello, I would like to make the buttons smaller and change the font color on the cookie consent message bar. I have adjusted the Button Font Color and the Font Size for the Cookie Consent Link and Info Button, Cookie Consent Dismiss Button, and Cookie Consent Message Bar in Advanced Settings. However, it is not changing anything. Thanks for your help!
Mary
Hey,
Please add following code to Quick CSS in Enfold theme options > General Styling tab
.special_amp {
font-family: sans-serif;
font-size: inherit!important;
font-style: inherit;
font-weight: lighter!important;
color: inherit!important;
}
Cheers!
Yigit
Hi,
Thanks for that. Please try this CSS instead:
.footer_color label span, .footer_color legend span {
font-weight: 700;
font-size: 14px;
color: #fff;
}
Best regards,
Rikard
Hi Flow9999,
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:1100px) and (min-width: 990px){
#top #wrap_all .flex_column_table_cell .custom-color-heading .av-special-heading-tag {
font-size: 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey mooshonov,
Can you disable caching and minification for now?
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 .av-masonry-entry .price {
font-size: 16px;
}

The currency seems to look fine on my end.
If you need further assistance please let us know.
Best regards,
Victoria
-
This reply was modified 6 years, 3 months ago by
Victoria.
Hello,
I’ve found this css to edit the legend span of cf7. And it works in general.
#top label span, #top legend span {
font-weight: 700;
font-size: 14px;
color: #fff; }
But: I just want to adress that change on a specific section color. In my case for the footer color settings.
Any idea how to adress that?
Thanks
I can try to do it myself with @media queries and using custom css classes for elements along with font-size attribute and !important tag.
Maybe it’s better to wait for an enfold update with responsive 1024px (iPad) support.
Hi,
Sorry for the late reply, I issue that I see with your css is there is not enough specificity for the elements on your page to overwrite the theme css, and since this is meant for one page only you need to add the page ID for each of the rules.
Please note that h3.widget-title should be h3.widgettitle, also I found no .mega_menu_title on this page.
This css has the specificity needed, note that I created a new line for each rule so it would be easier for you to read and compare to your original css:
#top.page-id-718 #wrap_all #avia-menu.menu,
#top.page-id-718 #wrap_all #footer h3.widgettitle,
#top.page-id-718 #wrap_all span.avia-menu-text,
#top.page-id-718 #wrap_all .main_menu ul:first-child > li > a {
font-family:'arial', sans-serif!important;
text-transform: uppercase!important;
letter-spacing:1px!important;
font-weight:normal!important;
font-size:15px!important;
text-align: center!important;
color: red!important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Hi there,
using Enfold 4.5.7 I am not able to change the font-size of the customer references (“Kunden-Empfehlungen”). The only option available is to choose between “Absatz” and the Headlines. Changing the headlines in the extended settings has no impact at all.
Any idea what to do?
Thanks a lot!
Oliver