Hi silviouk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main img { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease; }
#main img:hover { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none; }
.image-overlay { display: none !important; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-main-menu .sub-menu li .sub-menu a {
background: #2b153c;
}
Regards,
Yigit
Hi!
In that case we are going to need to see your live website. Since you are using an older version, css selector may not be the same. For example the selector you posted does not do anything on my local installation on Enfold 2.8.1.
Best regards,
Yigit
I enjoy using the advanced layout editor, and it works, but you still have to go back and forth between preview and backend to see what it looks like.
If you could make the andvanced layout editor like this, http://velocitypage.com/ I think you’d be revolutionary and you’d attract even more buyers…
Are you working on adding such a feature in the future or is enfold compatible?
Thanks in advance!
Hi!
That means you are using an older version of the theme. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hi curmi01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
body * {
font-family: 'Varela Round', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
2-
.widgettitle { text-transform: none; }
Cheers!
Yigit
I cannot find advanced styling under enfold theme. Please advise.
This reply has been marked as private.
Hey!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links”
Cheers!
Yigit
There is a password protect on the link. But you shouldn’t need to see the website, please just provide me with the code for the second level drop down menu for enfold.
http://optimized360.biz/personaltouchdental.com/
Please provide asap.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .isotope-item {
padding-bottom: 10px;
padding-right: 10px;
}
.js_active .grid-image { border-radius: 10px; }
#js_sort_items {
width: 35%;
margin: auto;
}
Best regards,
Yigit
Hi!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu Links”
Best regards,
Yigit
Hey!
Please login on ThemeForest with the account you have purchased Enfold and go to Downloads under your profile to download it
Best regards,
Yigit
Hey!
Please go to Appearance > Widgets and add a text widget to one of Footer column widget areas and paste this code inside it
[av_image src='http://localhost:8888/Enfold/wp-content/uploads/2014/04/comodo_internet_secure.jpg' attachment='3083' align='center' animation='no-animation' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image]
You should upload your logo in Media Library, get its link and change it with the one in this shortcode
Regards,
Yigit
Hey!
Please go to Enfold theme options > Footer Layout and choose to “Display footer widgets & socket”. Then create a contact forum.
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Copy&paste the shortcode into the widget area you would like to display in Appearance > Widgets.
Please try using this plugin http://wordpress.org/plugins/download-manager/
Cheers!
Yigit
Hi!
Please try adding the code to Custom.css file inside Enfold/Css folder. Currently code is not being applied
Regards,
Yigit
Hey capuchin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h3.av-special-heading-tag {
font-weight: normal;
font-size: 18px;
}
Cheers!
Yigit
Hi Team Kriesi,
I am having a confusing and troubling issue. When I view the website I have built using Enfold, on large screens like a 27″ for example, the layer slider seems to swallow the images and screw up the look. Words start to disappear and the image seems to grow but not outer box so the bottom portion disappears. For example go to my website listed below, you will find the first slider image looks fine on normal screens but when you stretch the browser size notice how the image starts to get swallowed on the bottom. Yo u can also see this on our “Brands” page. How do I prevent this form happening and keep the look the same across browsers?
Hey paola86pp!
1- Please go to Enfold theme options > General Styling tab and change the background color
2- Please go to Advanced Styling tab and choose to edit Strong tag and change its color
Regards,
Yigit
Hey frederictib!
Just to make sure, you do choose the correct slider item in Advanced Layer Slider settings, is that correct?
Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Thank you very much. After a year and a half trying to make a WordPress site and failing, Enfold is working for me, thank you so much for creating such a well constructed theme. best wishes, Clive
Hey Jeppesen53!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and give a custom class to each of your tables and using following code in Quick CSS field in Enfold theme options under General Styling tab, adjust as needed
.custom-class .pricing-table li.avia-heading-row { background-color: red; }
.custom-class .pricing-table li.avia-pricing-row { background-color: orange; }
.custom-class-one .pricing-table li.avia-heading-row { background-color: blue; }
.custom-class-one .pricing-table li.avia-pricing-row { background-color: yellow; }
Regards,
Yigit
Hi frederictib!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Cheers!
Yigit
Hi sevanah!
You can find Footer options in Enfold theme options > Footer Layout tab and you can add widgets to Footer widget areas in Appearance > Widgets.
Please take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Cheers!
Yigit
Hi, Is there some instruction on how to access and change the Enfold footer in WordPress please? A VERY simple method is appreciated.
Thank you
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product .av-share-box {
height: 200px!important;
}
Regards,
Yigit
Hi there
Is it possible to merge the cells in a table I have inserted on a page in Enfold?
Say, I have a table with 4 columns and three rows.
In row 2, I would like to merge cell 3 and 4.
On row 3, I would like to merge cells 2 to 4.
Is this possible?
Help much appreciated!
Hey evtilsley!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-post-nav span.entry-image {
display: none;
}
Cheers!
Yigit