Hi Vinay,
Unfortunately not one of your solutions worked.
Also, I don’t have to enlarge the font on mobile, but the logo (see question 2)
Can anybody help me?
<EDIT> I don’t know what happened, but the logo is the right size on mobile all of a sudden. I still can’t seem to make the logo go higher in the section with your custom id suggestion, unless I put more content in the column, so that’s what I did.
Sincerely,
Morticka
-
This reply was modified 7 years, 9 months ago by
Morticka.
I’m also having trouble with a secondary menu – I wondered if you could help?
I have a new top bar on the site with is a secondary menu. I’ve changed the background color but I can’t see how to change the colour of the font & hover to white.
Also i’d like to increase the size slightly and increase padding…
I wondered if all of that would be possible?
Website is http://www.macstruckrental.co.uk
-
This reply was modified 7 years, 9 months ago by
ChrisBards.
Hey Eefke,
Thank you for using Enfold.
The blog content is using the default font size.
body#top {
font-size: 16px;
}
Use this css code if you want to specify the size manually.
.slide-entry-excerpt.entry-content {
font-size: 11px;
}
Best regards,
Ismael
hello i,ve decreased the fontsize however it had to be made so small for the text to fit that it/s barely visible
also i’d want to have the words on the tab to also fit into one line just like above
hello i,ve decreased the fontsize however it had to be made so small for the text to fit that it/s barely visible
also i’d want to have the words on the full subwidth menu to also fit into one line
Hi,
You are welcome!
Just to be clear, tab section images are fixed and long word issue is with mega menu, is that correct?
As you mentioned, titles are a bit long. You could decrease font size using following code in Enfold theme options > General Styling > Quick CSS
#top #header .mega_menu_title a {
font-size: 14px;
}
Please try this and let us know if you would like to make further adjustments :)
Best regards,
Yigit
Hey!
I changed the code to following one
//Add fixed menu to all POSTS
add_action( 'ava_after_main_menu', 'ava_after_main_container_mod', 10 );
function ava_after_main_container_mod() {
if( !is_single(array(15255)) ) 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_textblock wrapper_element='' wrapper_element_attributes='' av_uid='av-2gpcv34' custom_class='']
[av_sidebar widget_area='HAMBURGUER' av_uid='av-bm8mys']
<div class='centrotitulo'>[page_title]</div>
[/av_textblock]
[/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']
");
return $output;
}
Please review your website :)
Best regards,
Yigit
I’d like to change the color of the text in the header line above the menu to white but since the color is the same as the background of the menu it blends in. Can I change the color of the phone number to white and keep the menu a darker color?
Also, can I increase the size of the line and the size of the font by a few points?
Hi,
To align the color section content please check https://kriesi.at/documentation/enfold/color-section/#content-alignment
Please check the screen options to change the font size in mobile view.

Lastly, don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay
HI,
I’m trying to change the font on the mobile site (it’s not the same as my main site for some reason). I found the below code on here and tried it (in quick CSS), cleared all cache on dashboard then in mobile browser and see no change.
#mobile-advanced a, #mobile-advanced .mega_menu_title {
font-family: “Droid-Serif”;
font-size: 16px;
font-weight: normal;
}
Can you confirm I the code is correct? And if it is what else can I do here?
Thanks
Hi,
Try the following:
#avia-menu a .avia-menu-text{
font-size:20px!important;
}
Best regards,
Jordan Shannon
Hi,
just to update:
I worked myself into the widget issue, feels better now – hope I got it right and prepared. Put a text widget into Header Area. But now I have a Header 1 area as well, not sure what this is for?
Deleted the different image for mobile and the corresponding code at functions.php
So text shows up beside the logo on screen and mobile correctly, but the size is to small.
How do I get the styling for the “subtext” (now in a widget) back?
And the CSS is missing, can I enable the CSS and JS merging from Enfold > Performance tab??
All the CSS you added at the enfold-child style sheet, what are all these color and font-size settings for, especially under Menu? How do I handle all this?
And can you help now with the logo overflow issue, please.
I really would like to go on … its a week now waiting on responses… looks like we have an issue here because of different time zones…
Looking forward to a more fluid work pace, thanks,
Britta
Hi,
Two things I don’t understand why this is happening:
1. I use Font Awesome for my bullets and they show up perfectly in all browsers but Safari. I can not figure out why.
2. In the second level of the submenu there are tiny dots visible although I use ul.sub-menu {list-style-type: none!important;}
See screenshot here
Best regards,
Steven
CSS used:
/*Submenu settings*/
.widget_nav_menu li:first-child, .widget_nav_menu li {
border: 0px!important;
}
.widget_nav_menu li a {padding:5px 0 0 0!important; color:#ffffff;font-size:14px;}
.widget_nav_menu li a:hover {background:none!important;color:#f8c57a;}
#top .content .flex_column .widget_nav_menu ul:first-child > .current-menu-item{background-color: transparent; color:#f9dbaf!important;}
.widget_nav_menu .current-menu-item > a, .widget_nav_menu .current_page_item > a {color:#f9dbaf!important;}
.widget_nav_menu .current-menu-item > a::before, .widget_nav_menu .current_page_item > a::before {color:#f9dbaf!important;}
.widget_nav_menu ul li a::before {
text-align: center;
content: "\f138";
font-family: FontAwesome;
font-size: 14px;
color: #ffffff;
display: inline-block;
position: absolute;
left: -26px;
top: 5px;
}
ul.sub-menu {list-style-type: none!important;}
.widget_nav_menu ul li a:hover::before {color:#f9dbaf;}
.widget_nav_menu ul{margin-left:26px!important;}
Hi,
I would like to have different font sizes for the subtitle in H2 and H3. I would have liked to do that via CSS. But did I only find the class .av-subheading p:last-child that fits both (!) sizes? Is there a other way to solve this?
Furthermore: if I select and save the text size of the subtitle in the Avia layout element “special heading”, it is not displayed correctly in the frontend.
Hi,
Sorry for the late reply, I have adjust your css for each screen size:
@media only screen and (min-width: 768px) and (max-width: 900px) {
.white_text h1 {
font-size: 38px !important;
}
.white_text p {
font-size: 18px !important;
line-height: 18px !important;
}
.white_text {
padding: 10px !important;
}
.green_section .container {
padding: 0px !important;
float:right !important;
}
.green_section_image {
width: 60% !important; ;
}
}
@media only screen and (min-width: 901px) {
.green_section .container {
float:right !important;
padding: 0px !important;
max-width: 1410px !important;
}
.green_section_image {
width: 70% !important;
padding-left: 20px !important;
}
}
@media only screen and (max-width: 767px) {
.green_section .container {
margin: 0px !important;
width: 100% !important;
max-width: 100% !important;
}
.white_text {
padding: 10px !important;
}
.green_section_image {
margin-bottom: 0px !important;
}
}
Please see screenshots in Private Content area.
Please clear your browser cache and check.
Best regards,
Mike
Hi Enfold team,
How can I adjust the font (size) of the summary of my blogpost?
At this moment it is a lot bigger than the font on the rest of my homepage.
Thanks!
Eefke
Hey Eefke,
Thank you for using Enfold.
What is your browser? It displays fine on Opera. The whole text “Download de gratis tips” is shown. Try to adjust button font size.
.avia_ajax_form .button {
font-size: 12px !important;
}
Best regards,
Ismael
Hi,
I’m trying to force the mobile menu for screen size less than 1250px. This is what I have but it’s not working:
@media only screen and (max-width: 1250px) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}
#advanced_menu_toggle, #advanced_menu_hide {
font-size: 60px;
}
.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
background-color: #3B596A;
color: #3F9A82;
border-color:#3B596A;
}
}
Yes that would appear to have been a problem, but that was placed there because I couldn’t get the advanced style feature to work. I’ve removed it and tried to use advanced style again and nothing I try seems to change the font size of the main menu or the body font for that matter. Thanks for your help. Any other suggestions?
Carolyn
Hi Enfold Team,
I was asked to start a new thread. Since the Layer Slider must be full width, I switched to the Easy Slider. The dimensions work fine within the Grid Row, but I need to know if there is a way to modify the text like the Layer Slider? (i.e. adjust font size, color, placement). And if so, how?
I also still need to know the following:
1) Is there a way to decrease the white space (margins) between the 8 photos below the sliders (I want the left/right width to match the top/bottom width)?
2) Is there a way to modify the placement of the text over the photos in the 8 photos underneath the slider? For example, can I move the text to the lower right corner?
3) Can I add a drop shadow to the text over the photos?
4) Why is the word “Collections” (second row, second photo) not centered?
Thanks so much!
Hi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me.
I have customized the code for you please remove the previous code and try the below CSS
1. How to I get the 2 logos to align with the container for the page
By default, the logo and widget should automatically align to the width of the page container unless some change has been made. Please check the theme options Header > Header Behavior > Let logo and menu position adapt to browser window is checked? You can also define a custom header width (Please check the header section of the docs for code snippets).
2. What kind of CSS should I use to make the logo in the widget area adjust in size to become responsive
After the code is added the logo and the widgets show up in the original image size provided there is enough space available. If there isn’t much space available the images are auto re-sized proportionately to fit in the available space. To increase or decrease the width of the images a “flex-basis” value can be specified.
3. On tablet portrait and mobile portrait mode in the customise view the logo is moving to the right and forcing the widget down
This issue is fixed in the below code :)
/*--------------------------------
Widget area on the right
----------------------------------
CSS Settings
. Flexbox support
. Settings
. Header
. Logo
. Menu
. Cart Icon
. Social Icons
. Header Widget
--------------------------------/*
/*--------------------------------
Enable Flexbox Support to the header elements.
--------------------------------*/
/* Header */
.responsive #top #header,
/* Top bar */
.responsive #top #header #header_meta,
/* Search icon */
.responsive #top #header #menu-item-search a,
/* Shopping cart */
.responsive #top #header a.cart_dropdown_link,
/* Social icons */
.responsive #top #header #header_main nav .social_bookmarks,
/* Logo */
.responsive #top #header #header_main .inner-container .logo,
/* Main menu area including the main menu (with search and burger icons), cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu,
/* Widgets */
.responsive #top #header #header_main .inner-container .widget,
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
position: relative;
display: flex;
flex-wrap: nowrap;
}
/*--------------------------------
Settings: flexbox order, width, height and alignment for header and header elements
----------------------------------*/
/* Top bar */
.responsive #top #header #header_meta {
order: 0;
flex-grow: 0;
flex-basis: 100%;
}
/* Header */
.responsive #top #header #header_main {
order: 0;
flex-grow: 0;
flex-basis: 100%;
}
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
order: 0;
flex-grow: 0;
flex-basis: auto;
flex-direction: row;
/* Vertical alignment */
align-content: center;
/* Horizontal alignment */
justify-content: space-between;
height: inherit;
}
/* Logo */
.responsive #top #header #header_main .inner-container .logo {
order: 1;
flex-grow: 0;
flex-basis: auto;
}
/* Main area: Menu with siblings cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu {
order: 2;
flex-grow: 0;
flex-basis: auto;
align-items: center;
align-self: center;
justify-content: flex-end;
}
/* Menu: Menu items with search and burger icon */
.responsive #top .av-main-nav #avia-menu {
order: 0;
align-items: center;
align-self: center;
flex-grow: 0;
flex-basis: auto;
}
/* Search icon */
.responsive #top #header #menu-item-search a {
order: 0;
flex-grow: 0;
flex-basis: auto;
}
/* Shopping cart */
.responsive #top #header a.cart_dropdown_link {
order: 0;
flex-grow: 0;
flex-basis: auto;
}
/* Social icons */
.responsive #top #header #header_main nav .social_bookmarks {
order: 0;
flex-grow: 0;
flex-basis: auto;
}
/* Widgets */
.responsive #top #header #header_main .inner-container .widget {
order: 3;
flex-grow: 0;
flex-basis: auto;
align-items: center;
align-self: center;
justify-content: center;
margin-left: auto;
}
/*--------------------------------
Header
--------------------------------*/
/* Header */
.responsive #top #header #header_main {
padding: 30px 0;
}
/* Main Header */
.responsive #top #header #header_main,
.responsive #top #header #header_main .container.av-logo-container {
height: inherit;
/*background: aquamarine;*/
}
/* Header container height */
.responsive #top #header #header_main .container.av-logo-container .inner-container {
position: relative !important;
}
/*--------------------------------
Logo
--------------------------------*/
/* Logo image size */
.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img { /* Logo Width and alignment */
width: 100px;
max-width: auto;
align-items: center;
align-self: center;
height: auto;
justify-content: center;
}
/*--------------------------------
Menu
--------------------------------*/
/* Main area: Menu with siblings cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu {
/*flex-wrap: nowrap;*/
}
/* Meun: Menu items with search and burger icon */
.responsive #top .av-main-nav #avia-menu {
}
/* Menu style */
#top #header #avia-menu a .avia-menu-text {
color: #222;
font-size: 18px;
}
/* Menu hover color */
#top #header #avia-menu .menu-item:hover>a>.avia-menu-text {
color: #20f;
}
/* Activate burger menu */
@media only screen and (max-width: 1280px) {
#top #header .av-main-nav>li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
}
/*--------------------------------
Cart Icon
----------------------------------*/
/*--------------------------------
Header Social Icons
----------------------------------*/
/* Main menu social icon alignment fix */
/* Flex support and position fix */
.responsive #top #header #header_main nav .social_bookmarks {
display: flex;
top: auto;
margin-top: 0;
align-items: center;
}
/* Inherit height for flex alignment */
#top .av-logo-container .social_bookmarks li {
height: inherit;
}
/*--------------------------------
Header Widget
--------------------------------*/
/* Reset default theme styles */
.responsive #top #header #header_main .inner-container .widget {
padding: unset;
clear: none!important;
margin-left: 10px;
}
/* Widget Text */
.responsive #top #header #header_main .inner-container .widget p {
font-size: 11px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: .35em;
color: #222;
padding:0 10px;
}
Best regards,
Vinay
Hey websavvymarketers,
I’m seeing:
font-size:18!important;
This is in your css currently and would have to be removed before you can change the size.
Best regards,
Jordan Shannon
Hi,
Please use the code as following
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_textblock wrapper_element='' wrapper_element_attributes='' av_uid='av-2gpcv34' custom_class='']
[av_sidebar widget_area='HAMBURGUER' av_uid='av-bm8mys']
<div class='centrotitulo'>[page_title]</div>
[/av_textblock]
[/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;
}
Best regards,
Yigit
Hey, want to increase font size on blog posts. Is there a easy css solution?
font-size: 16.3px;
line-height: 1.65;
Hi kphillips22,
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 .alternate_color.title_container h1.main-title.entry-title a {
color: #00833d;
font-size: 24px;
text-transform: none;
font-weight: bold;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
You’ll find the access in the Box below.
Please note that this formatting is only intended for the tables on this page:
The table here: https://zfag.focus-demo.ch/auf-einen-blick/
would be perfect with this formatting:
.left td { text-align: left !important; color:#55524e !important; font-size: 16px !important; line-height: 26px !important; padding-left: 0px !important; border: 0px !important; }
Thanks a lot!
Best regards,
Esther
Hi,
Thank you for the login, I removed the column background-image and added a image element, and then adjusted the text size slightly for tablet so the image & text would be the same height and the buttons would line up side-by-side. I see you had a minimum height of 500px for the color section, I was not sure if you really wanted this for the tablet view, but I thought 350px looked a little better.
Please clear your browser cache and check. Please see screenshot in Private Content area.
Here’s the css I used:
@media only screen and (min-width: 768px) and (max-width: 900px) {
.white_text h1 {
font-size: 40px !important;
}
.white_text p {
font-size: 20px !important;
line-height: 20px !important;
}
.green_section .container {
padding: 0 25px !important;
height: 350px !important;
}
}
Best regards,
Mike