Hey!
Try adding this to your custom CSS.
@media screen and (max-width: 900px) and (min-width: 767px) {
h3.iconbox_content_title {
font-size: 11px !important;
}
}
You may need to play around with the max-width and min-width values depending on the screensize of your iPad.
Regards,
Elliott
Yes I would like to reduce font size. How do I do that?
Hi!
I see what you mean. I don’t know if there is anything we can do about that though. There just isn’t enough space there.
We could set the overflow to visible instead of hidden like so.
article, article * {
overflow: visible !important;
}
But then the headings will display beneath the icon. Would you like to try reducing the font size?
Regards,
Elliott
if you are in f.e. advanced layout builder and you have opened e.g. an icon-box
by hovering the icons and let the mouse over it for a while the charcodes are shown.
by the way – if you want to use the fonts via css in enfold ( for example via :before or :after pseudoclass you have to put
content:” \e803″; instead of content:” \ue803″; _ the u has to be deleted)
for example – i have an own fontello icon set (vfg) uploaded with a pdf icon and on every pdf link i do this:
.pdflink li a:after {
content:" \e803";
font-family:vfg;
font-size:10px;
position:relative;
top:-8px
}
Hi, i am using a icons in the footer, like this:
[av_font_icon font="entypo-fontello" icon="ue805" size="14px" position="left" Color="#8cc7b6"]welcome [at] techtalk.at
[av_font_icon font="entypo-fontello" icon="ue854" size="15px" position="left" Color="#8cc7b6"]+43 (1) 402 35 96 – 0
I dont remember where i saw the list of available icons as ue codes?
I want to add a 3rd link as a Twitter icon.
Thank you,
-rolf
An example of the kind of page i’d like to print is in the private content.
When printing the page i have the following problems:
– Header color is gone -> can be fixed in print.css
– The info of the accordeon takes up a lot of page space (big font size, lots of white padding/margin)
– Only one picture of the slideshow is printed, instead of all pictures
– The pin of the Google map moves to a different location and the map looks weird
– The ‘related projects’ section does not need to be printed.
Thanks for looking into this!
Hi!
It is because of this css modification:
#top #wrap_all .header_color h3, #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3, #top #wrap_all .footer_color h3, #top #wrap_all .socket_color h3 {
color: #4ea3bd;
font-size: 35px;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: lighter;
text-transform: uppercase;
}
Try to add the line-height property:
#top #wrap_all .header_color h3, #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3, #top #wrap_all .footer_color h3, #top #wrap_all .socket_color h3 {
color: #4ea3bd;
font-size: 35px;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: lighter;
text-transform: uppercase;
line-height: 3em;
}
Regards,
Ismael
Hey midischool!
Thank you for using Enfold.
You could use this in the Quick CSS field in order to adjust the style of the button:
.avia_ajax_form .button {
margin: 0;
padding: 16px 20px;
border-radius: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
font-weight: normal;
font-size: 12px;
min-width: 142px;
outline: none;
}
Adjust the values as you please.
Best regards,
Ismael
Hi!
Thank you for the info. You can start with this in the Quick CSS field:
.esg-selected-filterbutton {
background: white !important;
border: 1px solid #e2e0de;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
font-size: 15px;
height: inherit;
line-height: inherit;
width: 100% !important;
box-sizing: border-box;
border: 2px solid gray;
padding: 5px 20px;
}
.esg-filter-wrapper.dropdownstyle {
width: 23%;
margin-left: 1% !important;
margin-right: 0 !important;
}
Best regards,
Ismael
Hi,
Can you please advise me on how i can have the same button for the contact form as the Enfold button?
I use them side by side on the site a lot and they look wrong next to each other..
See page link in private content.
My buttons look like this, ( I have made the font a size 14 on the enfold button, just so you know with this code already in quick CSS)
.avia-button {
font-size: 14px!important;
}
I also made them both grey when hovered over by adding this to the quick CSS
body .avia-button.avia-color-theme-color:hover , body .avia-button.avia-color-theme-color:hover, .main_color input[type=’submit’]:hover, .main_color .button:hover { background-color: #535353!important; border-color: black!important; }
I just can’t work out how to get the contact form button style to look the same..
My Enfold button looks like this.

And the contact form looks like this, they are close but not the same.. The contact form is basically bigger and square edges, and small font.

This is how they look on the page, as you can see they look different.

Can you please advise, thanks in advance.
-
This topic was modified 10 years, 6 months ago by
mmsdev.
Thank you.
Unfortunately, that hook places the content inside #main not #header. I want it in the header so that it inherits header settings (sticky, resize, global font changes, etc). This new div is where I am placing the page title.
I’ve explored:
ava_main_header
ava_after_main_title
ava_before_bottom_main_menu
ava_inside_main_menu
ava_after_main_menu
ava_after_main_container
ava_after_content
ava_before_content
Hey!
Please add following code to Quick CSS as well and adjust as needed
#socket .social_bookmarks li a {
font-size: 12px;
}
Cheers!
Yigit
Hi A!
Thank you for using Enfold.
You can try this:
.iconbox_icon {
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
font-size: 24px !important;
top: -20px;
position: relative;
}
Best regards,
Ismael
I am using the following code to change the size of the iconbox icons. I have the position and size of the icon where I want, but how do I move the circle up so it is centered? I know I can change the circle size, and play with the font and line height, but how can I move only the circle up?
.iconbox_icon {
width: 50px !important;
height: 50px !important;
line-height: 24px !important;
font-size: 24px !important;
}
Hi ..
I’m using the RSS feed widget …and would like to change the font size and color — is there a way to do this?
Thanks
Hey!
Please add following code to Quick CSS as well
#nav_menu-2 .widgettitle {
font-size: 30px;
}
Regards,
Yigit
Great! Thanks Yigit!
Is it also possible to enlarge the font size of the menu title?
Regards,
Pim
Hey eric_peeters!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu-blue-stables-container a {
font-size: 20px;
}
Regards,
Yigit
I do not want to set the font unetr the image higher , special image to the size of 1030 * 360 to get as here – http://kriesi.at/themedemo/?theme=enfold-overview
the mobile menu always came up on responsive mode… so i’m not sure why you needed to add additional code to the quick CSS? i have edited this back out.
the reason i want the mobile menu to come up on the fixed layout (on mobile/tablet only) was because i liked the look of the mobile site in fixed layout better than in responsive mode. The site in responsive mode has a lot of text that’s the wrong font size, along with spacing issues, sizing and positioning problems etc… that’ll need to be fixed which could take a lot of work. that’s why i was wondering if i could stay in fixed layout, but solve the problem of the fixed layout mobile menu (submenu links not being able to be clicked) by replacing the menu bar with the responsive mode mobile menu bar button, all while staying in fixed layout. does that make sense? I have added images in the private section below, that better explains what i’m talking about.
-
This reply was modified 10 years, 6 months ago by
erusko.
Hi!
Please use the code as following
li.cat-parent .children a {
font-size: 11px!important;
}
li.cat-item > a {
font-size: 14px!important;
}
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mega_div .avia-menu-text {
font-size: 14px;
}
Regards,
Yigit
Hi Yigit, your CSS code is perfect.
Thanks.
But for your recommandation ??
(Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field)
My Quick CSS :
.header_color .main_menu ul:first-child > li > a { font-size: 12px; }
.header_color .main_menu ul:first-child > li > a:hover { color: #ec7a23; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #ec7a23; }
li.current-menu-ancestor > a > .avia-menu-text { color: #ec7a23; }
div#orange10px {
height: 10px;
min-height: 10px;
}
div .av_one_fifth {
margin-left: 3%;
width: 17.6%;
}
div .av_one_fourth {
margin-left: 2%;
width: 23.4%;
}
div .av_three_fourth {
margin-left: 3%;
width: 73.5%;
}
Hi Yigit;
Thanks, it works just fine :)
One last thing if you please, what’s the right code for me to change font size in mega menu items, I’d like it a little bit bigger as it seems to be 11 or 12px and it’s a bit tiny…
Thanks for your time and efforts!
Hi,
I created a menu item (without page link, just #) with a sub menu (5 menu items with page links).
I changed the color of the active menu items with the following Quick CSS:
.header_color .main_menu ul:first-child > li > a { font-size: 14px; }
.header_color .main_menu ul:first-child > li > a:hover { color: #f05a1a; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #f05a1a; }
How can I also changed the color of the menu item (which has no page link), when a sub-menu page is active?
Thanks
Hi!
This seems to be a little bug in the rotator css styling. The font size property of the av-rotator-container-inner container is set to inherit but since there is no designated font size property applied to its parent element, it inherits the font size property of the body tag. Please edit css > shortcodes.css, look for this code:
#top .av-rotator-container-inner{position: relative; line-height: 1.1em; margin:0; font-weight:300; text-transform:none; color:inherit; font-size: inherit;}
..replace it with:
#top .av-rotator-container-inner{position: relative; line-height: 1.1em; margin:0; font-weight:300; text-transform:none; color:inherit;}
We removed the font size property.
Cheers!
Ismael
Hey!
Please replace the code in the functions.php file with this:
// add account icon
add_action('avia_meta_header', function() {
echo '<a class="mobile-account" href="#"><span class="av_font_icon avia_animate_when_visible 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:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span></a>';
});
You can use the same css selector to adjust the position of the icon.
.mobile-account {
position: absolute;
top: 0;
right: 120px;
}
Adjust the values.
Best regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.entry-content {
font-size: 14px;
}
h2.post-title.entry-title a {
font-size: 26px;
}
Regards,
Yigit
Andy,
There is no overlapping currently you gave me the code that does not correspond with my current code. If you look what you wrote
I can see this code in your source code:
@media only screen and (max-width: 767px) {
.responsive #header .main_menu .social_bookmarks {
display: none;
}}
which is preventing social icons to appear. Use this code instead:
@media only screen and (max-width: 767px) {
.responsive #header .main_menu .social_bookmarks {
display: block !important;
}}
Cheers!
Andy
You will notice that the above code is not found in my current code
font-size: 20px;
font-weight: bold;
text-align: center;
}
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;}
body { font-size: 16px; }
.phone-info span { font-size: 16px; }
.main_menu .menu ul { width: 235px; }
#top div .avia-gallery img { border-style: none; padding: 0; }
@media only screen
and (min-width: 584px)
and (max-width: 1200px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: block;
}
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: none;
}}
@media only screen
and (min-width: 584px)
and (max-width: 1200px) {
ul.noLightbox.social_bookmarks.icon_count_4 {
left: -60px;
display: block;
}}
I value your alls time however I have explained this 3 times in past posts. Can you please review the code and help me correct the problem of the social media icons disappearing around 770 pixels. So once again please view my code and you will notice that what you wrote above does not include that code in my most recent code. Thank you for your time and make it a great day!
Hi!
Perhaps this would work.
aside li a { color: red !important; font-size: 14px !important; }
aside li li a { color: red !important; font-size: 13px !important; }
Send us a link to your page and we’ll take a look.
Best regards,
Elliott
-
This reply was modified 10 years, 6 months ago by
Elliott.