Forum Replies Created
-
AuthorPosts
-
Hey Ben!
It seems like it was set to black manually – http://i.imgur.com/md9uns0.png
You can also add following code to Quick CSS in Enfold theme options under General Styling tabdiv.entry-content p span { color: #4170cf!important; }Best regards,
YigitHi!
You are welcome, let us know if you have any other questions or issues :)
Cheers!
YigitHey!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
If you do not mind creating a temporary admin login and posting it here privately i can look into home icon issueBest regards,
YigitHey Dev_Company!
Have you already figured it out? It does work fine on my end
Best regards,
YigitHi sineadh!
Can you please publish the page and then post the link to it? We cannot see drafts
Regards,
YigitHi depietrijojo3!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div .slideshow_caption h2 { font-size: 20px; } div.avia-caption-content { font-size: 16px; } #top .avia-slideshow-button { font-size: 18px; }Regards,
YigitJune 26, 2014 at 12:57 pm in reply to: How can I delete the TIME in the Combo widget but keep the DATE stamp? #284048Hi onegirlrtw!
Please add following code to Functions.php file in Appearance > Editor
function custom_widget_time($time_format, $location) { $time_format = get_option('date_format'); return $time_format; } add_filter('avia_widget_time', 'custom_widget_time');Regards,
YigitHey!
You are welcome! :)
You can place your icons inside a desired column under Layout elements in Advanced Layout BuilderRegards,
YigitHi Sal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .phone-no { display: block; position: fixed!important; left: 60%!important; }}Regards,
YigitHi sineadh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; }}Cheers!
YigitHi!
You can turn on custom CSS class field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a unique class and add following code to Quick CSS in Enfold theme options under General Styling tab to move your arrows down
.your-custom-class { padding-top: 20px; }Best regards,
YigitHi!
This is how you should add custom class to your element – http://i.imgur.com/WaJ4MPO.png?1
I have also adjusted the custom CSS code in Quick CSS field. Please review your website nowCheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.footer_color { background-size: cover; }Best regards,
YigitHey Alex!
Please add following code to Quick CSS as well
.av-main-nav > li > ul { border-top-width: 1px; }Cheers!
YigitHi profil77!
Can you post the link to your page where you have your contact form?
Cheers!
YigitHey stephenturner!
Can you post the link to your website so we can see what you currently have? :)
Best regards,
YigitHi ajosecorrea!
Please try using this plugin – http://wordpress.org/plugins/wp-mail-smtp
Regards,
YigitHey MeisDesign!
Seems like you have already figured it out but if you would like to change the header size, please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height and adjust as needed
Regards,
YigitHi Finlando!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled #header_main_alternate { border-bottom: 1px solid black; }Regards,
YigitHi!
Code i posted here – https://kriesi.at/support/topic/center-icon-respect-other-icons-with-borders/#post-283769 should work fine. If you do not mind creating a temporary admin login and posting it here privately, we can also look into it for you
Regards,
YigitHey!
I am so sorry about that! Please add folllowing code and customise the class names for each section as following
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if ( jQuery("div").hasClass(".custom-class-one") ) { jQuery(".custom-class-one").attr('id','custom-class-one') }; if ( jQuery("div").hasClass(".custom-class-two") ) { jQuery(".custom-class-two").attr('id','custom-class-two') }; if ( jQuery("div").hasClass(".custom-class-three") ) { jQuery(".custom-class-three").attr('id','custom-class-three') }; if ( jQuery("div").hasClass(".custom-class-four") ) { jQuery(".custom-class-four").attr('id','custom-class-four') }; }); </script> <?php } add_action('wp_footer', 'add_custom_script');and please try not to use numbers as ID’s.
Cheers!
YigitHey!
Changes are done – http://i.imgur.com/mVuJqq0.png
You can find adjusted code in Functions.php fileCheers!
YigitHey tonyiatridis!
Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu”. Font weight is already bold
Best regards,
YigitHey psipi!
Can you please re-update the theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHey LenfertDesign!
Please flush browser cache and refresh your page a few times. Also try deactivating all active plugins and check if that helps
Cheers!
YigitHi!
Can you try deactivating all active plugins and check if that helps? :/
Cheers!
YigitHi loyalzoo!
Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab and change page id
.page-id-5979 #header { display: none !important; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit -
AuthorPosts
