Forum Replies Created
-
AuthorPosts
-
Hi!
Please flush browser cache and refresh your page a few times, it checked your website and it does work fine on my end
Edit: See Peter’s post belowRegards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hi!
No, not at all :)
Following code should do it@media only screen and (max-width: 990px) { #header { border-bottom: 1px solid black; }}Regards,
YigitJune 26, 2014 at 2:33 pm in reply to: NOTHING WORKS WHEN CODE IS PLACED IN QUICK CSS BOX & HOVER IDEA DOESN'T WORK #284080Hi silviouk!
Please change the code to following one
div.avia-image-container div a img { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } div.avia-image-container:hover div a img { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }If that does not work, please hire a freelancer to make the code cross-browser compatible
Best regards,
YigitHi!
You can add font family in LayerSlider layer options as well – http://i.imgur.com/toVgJQ1.png
Best regards,
YigitHey!
I updated the code i posted in my previous post and added a custom CSS code to remove menu fx, seems like you set it to white, to hide i believe? It causes 1px gap
Cheers!
YigitHi!
Please add following code to Quick CSS
.header-scrolled .av-main-nav ul { top: 98%; } .avia-menu-fx { display: none; }Regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hi!
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.iconbox .iconbox_content .iconbox_content_title { font-size: 18px; color: red; }– You can use custom CSS as following
.ls-l { font-family: arial; }Regards,
YigitHi!
Please create a temporary admin login and post it here privately so we can have a look :)
Cheers!
YigitHey 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,
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
