Many thanks for your answer !
Color works perfectly with the span rule but nor border neither font-size are working (ans this is what i’m looking for). What should I do ?
Thanking you in advance !
[edit]
Font-size in em still don’t works, but it works in px (resolved)
[/edit]
MANY THANKS
SUBJECT RESOLVED !
-
This reply was modified 11 years, 5 months ago by
Ikyo.
Hey Helgi!
Thank you for using Enfold.
It is actually set to 20px. If you want, you can use this on Quick CSS:
.av-subheading.av-subheading_below {
font-size: 30px !important;
}
Regards,
Ismael
This reply has been marked as private.
Hey!
Thank you for the screenshot.
I can see the social icons on my screen. What is the screen resolution of your monitor? Try this on Quick CSS or custom.css:
@media only screen and (max-width: 1320px) {
.html_header_sidebar #header .av-main-nav>li>a {
padding: 7px 3px;
}
.html_header_sidebar #header .av-main-nav>li>a .avia-menu-text {
font-size: 13px;
}
.html_header_sidebar #header .av-main-nav>li>a .avia-menu-subtext {
font-size: 11px;
}
.html_header_sidebar .logo {
padding: 20px 20px;
}
.html_header_sidebar #header .av-main-nav {
padding: 10px 0;
}
}
Best regards,
Ismael
Special Heading Subheader is not working 100%
I can’t change the subheader font size.
See picture:

The font size is outside the <p> tag and inside the div box. So it does not change the <p> tag font size.
How can we fix that?
I really appreciate your help Yigit, but unfortunatly the Page or Item ID does not overide the style of my menu
I’m trying to change the font-size of one menu’s term, but nothing help changing it
NB : the background-color is easy to change, and with the classic method of the CSS class added on Appearance > Menu, or Menu ID it work perfectly, but the font-size and text color remain “unoveridable”…no way to change it.
I’m sure we gonna find a solution…I’m totally confident with your support (one of the best I know among the theme I use) #NoKidding
Have a nice day
OK, thanks.
Is this a known issue with the Enfold 3.0 that font size isn’t working on special headings?
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a > span.avia-menu-text {
font-size: 14px;
}}
Cheers!
Yigit
Hi!
Yes. You can use page ID’s to apply the code on certain pages as following
.page-id-13 h2.avia-caption-title { font-size: 40px !important; }
Cheers!
Yigit
Hey DROR!
Please add following code to Quick CSS
.sidebar a {
font-size: 12px;
}
Regards,
Yigit
Hi bakbek!
Please use following code
h2.avia-caption-title { font-size: 40px !important; }
.avia-caption-content p { font-size: 24px !important; }
Regards,
Yigit
Hi heufti65!
It is a custom CSS code
.jobs-menu > a > span.avia-menu-text:after {
content: "1";
font-size: 9px;
color: #FFF;
background: #42A0BD;
line-height: 17px;
width: 17px;
display: inline-block;
text-align: center;
border-radius: 100px;
position: relative;
top: -9px;
left: 2px;
}
Menu item has “jobs-menu” class
Cheers!
Yigit
Thanks Bakbek for bringing this up.
I am also experiencing the same problems with Special Headings.
I want to change the font size for specific headings without affecting the global heading settings, but no matter what I do it stays at the default size. It worked beautifully before the latest update.
Please Kriesi can you make it work like it used to just a few days ago.
-
This reply was modified 11 years, 5 months ago by
solra93.
Hi, I have had to go through and put the settings back myself. There are two things that I can’t remember though – one is the custom code to increase the font size of the steps shown at the top of the Gravity Form and also at the top of the first page of the Gravity Form there is a double-line showing – how can I remove that?
Could you please let me know what I did wrong? This has happened before when I have migrated a site using Enfold from a sub-domain to the main domain but I have usually still had the site on the sub-domain so I have been able to copy settings across – unfortunately this time I deleted the old site as I thought all was okay. Surely the Enfold settings shouldn’t disappear?!
Thanks very much.
Kathryn
Hi, how can I reduce the font size of the sidebar links – http://screencast.com/t/OyOql958yi9E?
I’m trying to change the font size in a fullscreen slider and inside a special heading but no matter what size I select it doesn’t actually change on the page.
http://polytown.co.il/
Hi Martin!
Thank you for using Enfold.
Please use this:
h5.related_title {
text-align: center;
font-size: 20px;
}
Regards,
Ismael
Hey TimoUrban!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-testimonial-content p {
font-size: 13px;
}
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0px 70px;
}}
Regards,
Yigit
Hi!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 1140px) {
#top .av-main-nav > li > a {
font-size: 0 6px;
}
}
I cannot reproduce the issue by resizing my browser window. Please make sure to flush browser cache of your mobile device after applying the code
Regards,
Yigit
It can be done in CSS.
I gave the container a class: Startpagenewsslider
Added margins around it and moved the icons in there:
.startpagenewsslider {
margin-left: -80px;
padding-left: 80px;
margin-right: -80px;
padding-right: 80px;
}
.avia-slideshow-arrows.avia-slideshow-controls {
width: 100%;
margin-left: -47px;
}
Changed the arrows a little (made them smaller)
#top .avia-slideshow-arrows a {
display: block;
position: absolute;
width: 40px;
height: 60px;
line-height: 32px;
font-size: 20px;
}
#top .avia-slideshow-arrows a.next-slide {
right: 33px;
float: right;
position: absolute;
display: block;
}
Hey bakbek!
Please add following code to Quick CSS
.avia-content-slider .slide-entry-title { font-size: 26px; }
.entry-content-wrapper .post-title { font-size: 26px; }
Regards,
Yigit
Hi bakbek!
Please add following code to Quick CSS and adjust as needed
.av-subheading.av-subheading_below p {
font-size: 37px!important;
}
Best regards,
Yigit
Hi Yigit,
It doesn’t work but I changed .home to #full-width-section and It works:
#full-width-section #searchsubmit, .ajax_load { font-size: 24px; width: 49px;
height: 47.5px; }
#full-width-section #s { font-size: 20px; }
Thanks!
Hi Belinda!
Thank you for using Enfold.
Please use this to adjust the size of the main menu on iPad or tablet view:
@media only screen and (max-width: 989px) {
#top .av-main-nav > li > a {
font-size: 14px;
}
}
Best regards,
Ismael
Hi sevanah!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css to adjust the menu size and padding:
.av-main-nav > li > a {
padding: 0 8px;
font-size: 12px;
}
Go to Enfold > Header Layout > Mobile Menu panel. The set the Header Mobile Menu activation to the second option.
Regards,
Ismael
Hi bakbek!
Please add following code to Quick CSS
.sidebar .widgettitle { font-size: 16px; }
Cheers!
Yigit
Hey diefleischerei!
Please add following code to Quick CSS
input.wysija-submit.wysija-submit-field, p.wysija-paragraph { margin: 0; float: left; font-size: 14px !important;}
Cheers!
Yigit
If you open up the Special Heading element you’ll see an option to amend the font size of that specific heading. Alternatively if you access the Enfold theme settings, on the Advanced Styling tab you can select the heading type and globally influence the font-size, line-height, etc.
I can’t comment on the spacing between the heading and the sub-heading changing as I didn’t notice anything between versions.
Hi, I would like to increase the font size of the sidebar widgets, how can I do that?
Thanks.
Hi, I’ve noticed that when using a special heading in Enfold 3.0 and selecting a specific font size for the subheading and title doesn’t work as the font stays the same no matter what size I choose.
Check here – http://polytowncoil.staging.wpengine.com/twinmotion/#forwho (hosted on WPengine) – that special heading subheading is set to 40px and it shows the same as it was at 28px. Something just doesn’t work the same as it did in the previous version.
Thanks.