Forum Replies Created
-
AuthorPosts
-
September 17, 2013 at 12:52 pm in reply to: Custom CSS not working correctly following update #162244
Hi,
You cannot customize Error 404 page from backend. You need to customize files i mentioned above
Regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options under Styling
@media only screen and (min-width: 768px) and (max-width: 989px) { .avia-button.avia-size-medium { min-width: 210px; } } @media only screen and (max-width: 767px) { .avia-button.avia-size-medium { min-width: 231px; } }
Regards,
Yigit- This reply was modified 11 years, 2 months ago by Yigit.
Hi,
Please take a look at this tutorial that plugins author uploaded http://www.youtube.com/watch?v=ZY9SxVyugx4 I hope that it helps.
Let us know if you have questionsRegards,
YigitHi,
I answered your questions on other thread. So i’m closing this one
Regards,
Yigit- This reply was modified 11 years, 2 months ago by Yigit.
Hi,
I checked your website on Firefox as well and it looks fine. Only on IE 8 your first menu item overlaps logo. You can decrease padding between menu items by adding following code to Quick CSS to solve this issue.
.main_menu ul:first-child > li > a { padding: 0 10px; }
Regards,
YigitHi Masten,
Glad you figured it out! Let us know if you have any other questions
Regards,
YigitHi,
In your WordPress theme directory you should go to Enfold > 404.php file and Enfold > Includes > Error404.php file
Regards,
YigitSeptember 17, 2013 at 12:08 pm in reply to: Change Default Colors for Special Headings in Text Element's Kitchen Sink #162216Hi,
You can use following CSS codes to change the color of headings
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: red; }
Regards,
YigitHi,
Please add following code to Quick CSS as well
.single-post .image-overlay { max-height: 100%; }
This should do itRegards,
YigitHi,
1) Please add following code to Quick CSS in Enfold theme options under Styling
.avia-content-slider .slide-entry-title { text-align: center; }
2) You can change blog layout in Blog Style in General Settings
http://i.imgur.com/VrbxQnB.jpgRegards,
YigitHi,
Can you once again check that Enfold Main Menu is checked in Appearance > Menus
http://i.imgur.com/4D7x1G3.jpgRegards,
YigitSeptember 17, 2013 at 11:44 am in reply to: Adding Space Before and After First and Last Menu Items in Dropdowns (Submenus) #162198Hi,
No, your last menu item had padding-right: 0; that is why it was ‘touching’ border.
Regards,
YigitHi,
Please see this topic https://kriesi.at/support/topic/menu-with-logo-above-content/
Regards,
YigitHi Trap,
You are welcome. I’m closing this thread for now. If you have any questions after update, feel free to open a new topic.
Regards,
YigitHi,
I applied the code it works fine. But read more does not work. It may be because you are using WordPress 3.6.1 and Enfold version 1.6. You should at least have version 2.0.1 if you are using WordPress 3.6+. Version 2.1 is available on ThemeForest. You can try updating your theme. In that case, if you are not using child theme, please make sure you have backup of changes you have made on the theme overall.
Regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .main_menu .menu>li:last-child>a { padding-right: 13px; }
Regards,
YigitHi,
Can you create a temporary admin login and send me on
Regards,
Yigit- This reply was modified 8 years, 6 months ago by Yigit.
Hi Bogdan,
If you are not using child theme and made changes on theme files or on custom.css file you will loose them. So you should back them up or you will have to do them again
Regards,
YigitHi Bogdan,
Actually you are using Enfold version 1.6. Currently 2.1 is available on ThemeForest. I would recommend you to firstly update your theme and WordPress to 3.6 or to 3.6.1. Since version 1.6 many bugs fixed and improvements done. Let us know if issues remain after update
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/67209750Regards,
YigitHi Stephane,
Just figured out the problem. Your widget titles are the same color as your background. They are there but not visible. Please add following code to Quick CSS in Enfold theme options under Styling
#footer .widgettitle { color: white!important; }
You can change the color by changing ‘white’ and you can insert Hex color values like #ff4d4dRegards,
Yigit- This reply was modified 11 years, 2 months ago by Yigit.
Hi Stephane,
You can add titles to your widgest as shown in this image http://i.imgur.com/Tn3Odke.jpg
Regards,
YigitAloha!
Please add following code to Quick CSS in Enfold theme options under Styling
.main_color.iconbox_top .iconbox_icon { background-color: #EE5625; }
This should do itRegards,
YigitHi Stephane,
You should choose to “Display the footer widgets” in Enfold theme options under Footer. http://i.imgur.com/g83QZ3h.jpg
Then you can set footer widgets in Appearance > Widgets sectionRegards,
Yigit -
AuthorPosts