Hey,
Please go to Enfold > Css and open Custom.css file and add the code under 3rd line where it says ” /* General Custom CSS */”
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox { font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif; }
Regards,
Yigit
Hey,
I`m trying to change the default font (to an Hebrew one – Alef Hebrew) on all elements, but without success.
I tried to added the following code to the quick css form on the style tab:
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
<p>body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox<br />
{font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif;}
Hi Nigel,
Please try the workaround in this topic https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint
Regards,
Yigit
I want to set the color of an “2/3 Column – Layout Element”
My Code on a “Text Block”
<div id=”test” style=”z-index: 1; left: 5px; top: 50px; width: 530px;
height: 370px; background-color:#003366; layer-background-color:#003366; visibility: visible”>
Don’t work. So i tried your “Color Section” This works great but only for Wide Columns.
Is there a way to set the Color of a single “Text Block”?
Cheers,
Jan
I am having the same issue. It’s in the admin area when trying to create a form. The popup to create a form loads but cuts off the top part of the window so you can’t enter a form name.
Now, in order to create a new form I have to temporarily switch to a default theme, quickly add a new form, then switch back to enfold.
Hi,
I don’t see the search widget, however if you want to reduce the sidebar padding, this CSS code will do it (change 20px for the desired amount):
.sidebar{ padding-top: 20px; padding-bottom: 20px }
.inner_sidebar{ margin-left: 20px }
Regards,
Josue
Hey,
Can you give us a screenshot of what you’re trying to do? You can add a left margin on the widget nav menus to move them closer to the left border. Add this on your custom.css or Quick CSS:
#top .widget_nav_menu li {
margin: 0 0 0 50px;
}
Adjust the 50px value if necessary.
Regards,
Ismael
Hey,
Edit header.php, find this code:
<?php
/*
* Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart)
*/
do_action('ava_main_header');
?>
<div class='container'>
Below, add the fb code:
<div class="fb-like" data-href="http://developers.facebook.com/docs/reference/plugins/like" data-width="450" data-show-faces="true" data-send="true"></div>
Edit footer.php, find this code:
<![endif]-->
<?php
echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
}
?>
Add the fb script:
div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Then add this on your Quick CSS or custom.css to adjust the position of the widget.
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
position: absolute;
right: 0;
top: -10px;
}
It is better if you use a non-fixed header for this.
Regards,
Ismael
Hi Jeff,
In more recent topic you have mentioned that you figured this out so i’m closing this one.
Regards,
Yigit
Hey!
I’m not sure but maybe this thread: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help will help you. If not please elaborate on “I lost the ability to use the Avia page builder”.
Best regards,
Peter
Hi,
Its a little more than the default support covers. You can request feature on https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Yigit
Tbh I think this is the intended behavior of the slider and the video controls do not affect the slider autoplay feature. If you want to change it please contact the plugin authors because we just bundle the original slider code with the theme and we can’t read/work with the obfuscated Layerslider source code.
Hi,
It’s because of Shareaholic. Starting from the blog title all the way down to icons there is Shareaholic’s container. You can use following CSS code for a quick solution.
.shareaholic-canvas { height: 50px; }
.shareaholic-share-buttons-container .shareaholic-ui .badge-counter { z-index: -1; }
Please add this code to Quick CSS
Regards,
Yigit
Edit: Then icons stick to footer. You can add
.shareaholic-canvas { margin-top: 2625px; }
for a temporary solution but it will be problematic again once you post a new blog post. I would recommend you to delete Shareaholic.
Hi there,
When I use the Columns shortcode in the Tabs editor, the first tab looks perfect, but the second and subsequent tabs have about 20px of padding at the top. Take a look at the first two tabs to see what I mean (http://hayleytarrant.com/kcr). I placed the exact same code in the first two tabs as an example:
([av_one_third first]
<h2>EXCAVATING</h2>
- We can excavate to a depth of ____ feet
- We have a width of ____ inches and fit into most back yards with minimal modifications, if any.
- Trenching for electrical, water and sewer lines and septic repairs.
- Trenching drain pits and drain tiles.
- Installing culverts and catch-basins.
- Trenching in trees and moving trees
- We can dig out sites for ponds and swimming pools.
[/av_one_third][av_two_third]
[caption id="attachment_643" align="alignnone" width="1024"]
Excavating[/caption]
[/av_two_third])
Hey.
There are lots of elements with the fontello icons. Can you give us a specific list of items that you want to change? Iconbox? Iconlist etc?
This will get you started.
.avia-icon-list .iconlist_icon {
background-color: #ECE661;
background: #ECE661;
color: #FFFFFF;
}
.main_color.iconbox_top .iconbox_icon {
background-color: #ECE661;
color: #FFFFFF;
border-color: #ECE661 ;
background: #ECE661;
border: 1px solid #ECE661;
}
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS to fix the iconbox and iconlist:
.avia-icon-list .iconlist_icon {
background-color: #333333;
background: #333333;
}
.main_color.iconbox_top .iconbox_icon {
background-color: #ffee38;
color: #191919;
border-color: #ffee38;
background: #ffee38;
border: 1px solid #ffee38;
}
Regards,
Ismael
Thanks a lot, but your link describes something about lists and the minor-meta category names are as I see it, no lists?
I’ve tried with a lot of try and error with my low CSS knowledge this:
.category-36 .post-meta-infos a[rel] {
color: #ff0000 !important;
}
This code shows the category name in a single post (!!!) NOT COLOURED, but at a category archive page, which contains posts of this category, it is right coloured:

and with Firebug:

But when I view only this single post, it is no more coloured.
Another error: if I’m on the category archive page of cat-36 for example, and the post is set to cat 36 and cat37, too, then both category names are coloured (in posts on the category archive page of cat36).
In a single post the category name of one of my 3 top cats should each get there another colour.
Hey,
What do you mean add the arrow in the footer instead? You can change the position of the scroll to top button. Edit footer.php, find this code:
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
Cut it then paste it below this code:
<div class='container_wrap socket_color' id='socket'>
<div class='container'>
Add this on your custom.css or Quick CSS:
#scroll-top-link {
position: absolute;
right: 50px;
bottom: 0px;
border: none !important;
}
Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS:
Text link color:
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}
Background hovercolor:
.header_color .main_menu .menu ul li a:hover {
background-color: blue;
}
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: red;
}
Regards,
Ismael
Hello Guys,
Updated one of our enfold pages to use a colour section with a background image as fixed. Looks great on a desktop, however it doesn’t seem to work on iPad or iPhone as well. The image in the colour section is there, but it’s just a section of it and it scrolls, rather than stay fixed.
Any ideas for a fix?
Thank you.
Hey,
Please add this on your custom.css or Quick CSS:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
Regards,
Ismael
Hey,
You can visit odesk.com or freelancer.com. You hire a freelance wordpress developer there. :)
Regards,
Ismael
I’m not exactly sure how get on this path. Am I looking in Appearances => editor? I can’t find contact.php in the list of .php files on the right side of the page when I select the Enfold option at the top.
When I use the Ajax for my portfolio page, how can I UNLINK the item’s TITLE in the description that automatically appears at the top of the right side description pane?
If I remove the scroll-to-top button, is it possible to add the arrow in the footer instead?
Yes, it would need to be added in as a new feature. You can request it in this topic: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
The footer has its own padding for all of the content inside of it. The base values are:
#footer {
padding: 15px 0 30px 0;
}
So you can edit them as needed to get rid of or add more space.
Regards,
Devin