Hi Jordan,
All is oke for now. But the blog element for pages have tair own font size? I have set the default content font size for the whole site on 19px but the font size of the blog element is on 22px I think? How can i change that to 19px and 17px for small screens?
If I use a sidebar the font size of the blog element is good (19 and 17px) and align left, but if I use no sidebar the font size is larger and align for the titel, picture and category is center.
I have delete my custum CSS so it’s standard out of the box from Enfold.
Cheers Mike
Hi,
I found the login, so I added the class “wem” to your email in the widget and this css in the WordPress > Customize > Additional CSS:
@media only screen and (min-width: 767px) and (max-width: 836px) {
.wem {font-size:12px !important; }}
For the screen size, tablet, the email address will show just slightly smaller to fix.
Please clear your browser cache and check.
Best regards,
Mike
Hello,
In a page for a customer I adapted the lightbox colors: we wanted a white background and the colors for writing in black. Everything is displayed correctly only the arrows for the forward and back navigation in the lightbox are not visible.
Could you please give me additional help:
I’ve changed the lightbox colors for a page as follows: http://stefanhunstein.de/Neu/salamis/
My Entries in the QUICK CSS:
/* Lightbox titel */
div .mfp-title {
font-size: 11px;
padding-top: 10px;
color: #000000;
}
.mfp-counter {
color: #000000;
font-size: 11px;
padding-top: 10px;
}
/* Lightbox Hintergrundfarbe */
.mfp-bg {
background-color:#ffffff!important;
}
/* Lightbox Transparenz */
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 1;
}
/* Lightbox Schrift Farbe */
.mfp-wrap * {
color: #000000!important;
}
BEST REGARDS!!!! Thanks you!
Hi,
Which font size do you want to change, the title or the description content?
Best regards,
Basilis
Okay so I’ve done what you said, and it is displaying the elements I want, BUT now the font size is much smaller than it was before for the main title of each post. How can I change the font size back to how it was before?
I am using custom font declarations and the following css works fine in Quick CSS, but not in style.css in the child theme:
h1, h2, h3, h4, h5 {
font-family: ‘Hardwood LP Std’;
}
.av-main-nav > li > a {
font-size: 24px !important;
}
#top .menu-item-search-dropdown > a {
font-size: 30px;
}
Why is this? I would rather keep all my css centralized in one place to make it easier to find and edit when necessary, but the styles simply don’t render if I place it in style.css.
Also this does not work
@media only screen and (max-width: 767px) {
h2 {
font-size: 20px !important;
}
h3 {
font-size: 18px !important;
}
body {
font-size: 17px !important;
}}
Hello team,
I want to adjust the font sizes for the whole site on small screens. Is there a CSS code for do that?
Now I have set this CSS code in my style.css in my child theme but it does not work.
@media only screen and (max-width: 767px) {
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
body {
font-size: 17px;
}}
Hi Enfold-Team,
i’m currently working on turning our website more mobile-friendly but i keep running into the issue that media queries in the style.css are either not recognized at all or they just work in the responsive view in chrome and firefox.
E.g. we have several full-width submenus which I removed the title in the mobile view and replaced them with the title of the corresponding page.
(for one of those pages see private content)
I have two media queries for those submenus – one for desktop view and one for mobile, but the ones for mobile are not working when I look at the page on a smartphone.
Currently I’m using the following code to change the style and title of the submenu with the following media query:
#top .av-current-placeholder{font-size: 0 !important;}
@media only screen and (max-width: 990px) {
div.container.av-menu-mobile-active {
background: #5e5e5e !important; /* Old browsers */
background: -moz-linear-gradient(left, #5e5e5e 1%, #989898 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #5e5e5e 1%,#989898 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #5e5e5e 1%,#989898 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#989898',GradientType=1 ) !important; /* IE6-9 */
}
.mobile_menu_toggle {color:white; background-color: #1f679d !important;}
a.mobile_menu_toggle {color:white !important;}
.page-id-33 #top .av-current-placeholder:after {content: "IT-Service" !important; font-size: 14px;}
.page-id-4272 #top .av-current-placeholder:after {content: "IT-Betreuung" !important; font-size: 14px;}
.page-id-5018 #top .av-current-placeholder:after {content: "IT-Vertrieb" !important; font-size: 14px;}
.page-id-5329 #top .av-current-placeholder:after {content: "Cloud Hosting" !important; font-size: 14px;}
.page-id-4697 #top .av-current-placeholder:after {content: "Server und Storage" !important; font-size: 14px;}
.page-id-5344 #top .av-current-placeholder:after {content: "IT-Infrastruktur" !important; font-size: 14px;}
.page-id-5349 #top .av-current-placeholder:after {content: "IT-Sicherheit" !important; font-size: 14px;}
.page-id-5337 #top .av-current-placeholder:after {content: "IT-Beratung" !important; font-size: 14px;}
}
I ran into some issues before when I was trying to hide and show sliders with individual CSS-classes in desktop and mobile version.
It finally worked after I put the media queries in the Quick-CSS section in enfold – so I have to ask at this point under which circumstances media queries actually work when they are in the style.css.
Thanks in advance for your answer
Hi,
1.) Please try to set the color section’s “Section Background” > “Background Repeat” settings to “Scale to Fit”. This option may create gaps or spaces around the image depends on the image’s and container’s size. We can also set the background size property manually to 100% but it will distort the image. The current background size property is set to “cover”. This forces the image to cover the whole container and maintains the image’s aspect ratio. Which one do you prefer?
2.) Yes, this is possible but it will require a lot of modifications and usually creates more issues so we don’t recommend it.
3.) Please set the default body font in the Enfold > General Styling > Fonts panel. You can also adjust it in the Advanced Styling panel.
Best regards,
Ismael
Hi hazelallturf,
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
#footer .social_bookmarks.icon_count_2 {
height: 50px;
}
#footer .social_bookmarks li a {
width: 50px;
font-size: 30px;
line-height: 46px;
}
#top #footer .social_bookmarks li {
width: 50px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Please remove the below code
/* Logo margin*/
#top .logo,
#top .logo a{
margin:15px 0;
}
/* Center menu */
.av-main-nav-wrap ul {
display: flex;
justify-content: center;
}
/* Social icon size*/
#top #header .social_bookmarks li a {
font-size:18px;
}
Best regards,
Vinay
Thank you Vinay, I was searching for the shortcodes for quiete some time…
The only thing is, that I was looking for font icons indeed but with your help I found my way.
But is there a way to change color of the icons on hover/ mouseover? Here is the shortcode I got.
[av_font_icon icon='ue8f4' font='entypo-fontello' style='' caption='' link='manually,https://www.facebook.com/blabla.com/' linktarget='_blank' size='40px' position='left' color='#ffffff' custom_class='' admin_preview_bg=''][/av_font_icon]
Thanks again for your support
Cheers, Peter
Hey alex_0111,
The option isn’t available, if you’re using a Special Heading, you should be able to change it in Screen Options when you edit it. As for the changing the general/global size in your site, you can add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top h1 {
font-size: 24px;
}
}
just replace 24px with the size you want to use. Hope it helps.
Best regards,
Nikko
I have some coding already there that I need to keep, below is the code, which do I replace in order to keep what I already had? Previous code in between the asterisks :
/* Logo margin*/
#top .logo,
#top .logo a{
margin:15px 0;
}
/* Center menu */
.av-main-nav-wrap ul {
display: flex;
justify-content: center;
}
/* Social icon size*/
#top #header .social_bookmarks li a {
font-size:23px;
}
******************************************
.phone-info {
font-size: 14px;
}
@media only screen and (max-width: 990px) {
body#top {
font-size: 11px !important;
}}
#top .widget_nav_menu li {
font-size: 16px;
}
.title_container .main-title {
font-weight: bold;
}
*****************************
-
This reply was modified 8 years, 1 month ago by
sfranks12.
Hi,
I set-up new forms with CF7, CF7DB is working now ;)
But i have a new issue on mobile/tab rendering, the css of the child theme seems not applied :( (but working on desktop…)
i used the code below :
/* contact form 7 design */
.wpcf7-form {
font-family: bree-serif!important;
font-size: 16px;
}
.wpcf7 .input-text, #top input[type="text"],
#top input[type="email"], #top input[type="number"],
#top input[type="tel"]
{
border-top: 1px solid transparent!important;
border-left: 1px solid transparent!important;
border-right: 1px solid transparent!important;
border-bottom: 2px solid #979797;
font-family: bree-serif!important;
font-size: 14px;
}
/*bouton*/
.wpcf7 input[type="submit"]{
border-color: transparent!important;
border-width: 1px !important;
background-color: #ff6565 !important;
color: white!important;
font-family: bree-serif!important;
font-size: 18px;
line-height: 24px;
text-align: center;
}
-
This reply was modified 8 years, 1 month ago by
smiollis.
Hi,
I’m trying to shorten the distance between my 3 footer columns whilst keeping the 2nd column central to the page.
I’d also like to know the CSS code to change the font and size etc of these areas of text.
Looking to replicate something like the footer here –> https://www.carbonbeauty.com/
Please see my current website to see how the footer is layed out at the moment.
Many thanks
Hey zuus_3802,
The plugin css uses !important for almost all the rules for that text, it is a bad practice.

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
#main #ec_store_product_list h3.ec_product_title_type4 a {
font-size: 13px;
}
#main #ec_store_product_list .ec_price_container_type4 span {
font-size: 14px;
}
You can change the valuesin px to whatever you need.
If you need further assistance please let us know.
Best regards,
Victoria
Hey Gene,
The icons are a font, so if you need to increase the size you can increase the font size.
Do you need help with some specific icons?
Can you explain a bit more what you’re trying to achieve?
Best regards,
Victoria
Hi,
Your initial request was to make the background transparent but if you like to add the image I have updated the code for you :)
Please use the below code.
a#scroll-top-link:hover {
background:gold;
color:#000;
}
a#scroll-top-link {
background-image: url(//77.104.145.231/~atouch87/wp-content/uploads/2018/03/socialicon_top-1.png);
font-size:24px
}
#top a#scroll-top-link .avia-font-entypo-fontello,
body a#scroll-top-link .avia-font-entypo-fontello,
html body a#scroll-top-link [data-av_iconfont='entypo-fontello']:before {
color:#000;
}
Best regards,
Vinay
Hi,
Please replace the code with the below
/* Logo margin*/
#top .logo,
#top .logo a{
margin:8px 0;
}
#top .logo a img {
max-height:80px;
}
/* Center menu */
.av-main-nav-wrap ul {
display: flex;
justify-content: center;
}
/* Social icon size*/
#top #header .social_bookmarks li a {
font-size:18px;
}
#top .logo ,
#top .logo a {
width: 180px;
}
@media only screen and (max-width: 767px) {
#top .logo ,
#top .logo a {
max-width: 100% !important;
width: 100% !important;
height: auto;
}}
Best regards,
Vinay
Hi,
The login URL has expired.
Please de-activate the overlay and captions in the element settings.
Add the below code to Quick CSS
/* Masonry overlay */
.av-masonry-entry:before {
content: attr(title);
position: absolute;
color: #FFF;
width: 100%;
height: auto;
z-index: 1000;
text-align: center;
line-height: auto;
opacity: 0;
font-weight: bold;
font-size: 18px;
transition: all linear 0.4s;
top:50%;
transform: translateY(-50%);
}
.av-masonry-entry:hover:before {
opacity:1;
transition: all linear 0.4s;
}
.av-masonry-entry:hover .av-masonry-outerimage-container:before {
background: rgba(0, 0, 0, 0.3);
position: absolute;
content:'';
width: 100%;
height: 100%;
z-index: 999;
transition: all linear 0.4s;
}
Let us know if you have any questions, we are happy to help :)
Best regards,
Vinay
Hey Genevieve,
As I understand you like to reduce the font size for the submenu correct?
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #av-burger-menu-ul li ul li a .avia-menu-text {
font-size: 18px!important;
}

Best regards,
Vinay
Hi Ismael
I opened a new Ticket last Wednesday I think, but had no response so far. So please let me have an answer to the question below:
If you look at the site http://testsite-adb.com Store/Home page, I asked how do I change the Font and Size of the wording describing the product and price of the article. Like MOUSE R100 for example. The options in Enfold don’t seem to have any effect on this via the General and Advanced styling options. The fonts created by EasyCart are not being overwritten
I have been thru various videos and the ENFOLD menu but do not see how to do it there?
Thanks
Alan
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #after_masonry .iconlist_icon span.iconlist-char {
font-size: 40px;
}
Just adjust the font size value, Hope it helps :)
Best regards,
Nikko
Hi,
I added this code to the end of your functions.php file in Appearance > Editor:
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub)
{
$sub .= "<span class='logo-title logo-subtitle'>";
$sub .= get_bloginfo( 'description', 'display' );
$sub .= "</span>";
return $sub;
}
and this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 1023px) {
#top .logo, #top .logo a {
overflow: visible;
}
#top .logo-subtitle {
color: #82817f !important;
font-size: 18px !important;
top: 1px !important;
left: 250px;
position: absolute;
white-space: nowrap;
}
}
@media only screen and (min-width: 744px) and (max-width: 1023px) {
#top .logo, #top .logo a {
overflow: visible;
}
#top .logo-subtitle {
color: #82817f !important;
font-size: 18px !important;
top: 1px !important;
left: 150px;
position: absolute;
white-space: nowrap;
}
}
and it is now working in tablet and desktop, it will not show in mobile as there is not enough room.
Please clear your browser cache and check.
Best regards,
Mike
Hi,
Knowing which elements you would use the h6 in would make it easier to override the theme styles. But you could try using this code in the WordPress > Customize > Additional CSS field:
#top #wrap_all .all_colors h6, h6 {
font-family: 'Droid Sans'!important;
font-size: 20px !important;
color: #444444 !important;
}
adjust to suit.
Best regards,
Mike
Good Morning Yigit.
I am having issues again.
The entire second line of editing tools has disappeared from the text block editor. I still have you on as a collaborator in my site and was hoping for your help. The change text color box and everything else is gone. I have disabled all plugins and still all the issues remain.
I cannot highlight and change font colors on any of the H1-H6 fonts.
I was trying to change the H6 to a different font in the Styling editor and it will only change the size, not the font.
The 1/5th box is doing the same thing as when it was acting up before you helped me the last time so I am suspicious something similar is happening?? The x is over the edit cell symbol is on top of the x to delete a 1/5th cell. It is easy to work around but just thought it was important since it happened the last time things went disarray.
Thank you in advance!!!
Pam
http://www.photomagx.com
Hi,
Thank you for the clarification. I did check your site and only after that, I suggested the best solution. I’m sorry, it was my mistake that I assumed you were using a header widget area to place the special heading. The current structure you have does not make it easy to have the special heading sticky as and make the full-width submenu element follow the special heading.
Please check this link and create a header widget area and check the “Header Position” section to get the CSS to place the widget below the header.
Place the shortcode for the special heading int he header widget area and activate the sticky header from the theme option.
[av_heading heading='Hello' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='20' 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='' admin_preview_bg=''][/av_heading]
Best regards,
Vinay