Forum Replies Created
-
AuthorPosts
-
Hey!
You are welcome, let us know if you have any other questions or issues :)
Best regards,
YigitHey killyman!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo { margin-left: -10px; }If that does not work, please post the link to your website
Best regards,
YigitHey papernapkinmarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_font_icon.av-icon-style-border .av-icon-char { margin: 0; }Cheers!
YigitHey jb84!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu Links”. And to change transparency menu color, please go to Enfold theme options > Header Layout > Transparency Options and change under “Transparency menu color”
Best regards,
YigitHi Richard!
By adding following code to Quick CSS in Enfold theme options under General Styling tab
div.special-heading-border { display: none; }Regards,
YigitJune 26, 2014 at 5:39 pm in reply to: Sidebar background color (or gradient) – full sidebar height, to top of footer #284182Hey!
You can try adding following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-5959 .sidebar { min-height: 2000px; background: #e2e2e2; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
This is not a reliable solution. If that does not work for you, please hire a freelance developer as Ismael suggestedCheers!
YigitHey GeoCreo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.avia-menu-text { text-transform: uppercase; }Best regards,
YigitJune 26, 2014 at 5:29 pm in reply to: Blog Post with Sidebar right and after clicking on the header in fullsize #284175Hey sunshineh!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery( '#header' ).click(function() { jQuery( '.single-post .nine.units' ).css('width', '100%').css('border', 'none'); jQuery( '.single-post .sidebar' ).css('display', 'none'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
YigitHey!
Well, glad it is working fine now! Let us know if you have any other questions or issues :)
Cheers!
YigitHi!
Great! I have created a private testing page, please remove it. Let us know if you have any other questions or issues
Cheers!
YigitHey!
You are welcome, we are always glad to help :) Let us know if you have any other questions or issues
Best regards,
YigitHi!
Please see – http://diywpblog.com/how-to-increase-max-input-vars/
You can contact your service provider and they can increase it for you as wellCheers!
YigitHi Karsten!
Seems like you figured it out! I currently cannot see anything wrong with the menu
Best regards,
YigitHi!
I have updated the code i posted in my previous post, please try it now. You may need to adjust RGB value of the color
Regards,
YigitHi!
Please add following code to Quick CSS
.custom_elements { padding: 50px; }and adjust as needed
Regards,
YigitHey!
Please add following code to Quick CSS as well
.av-special-heading { margin-top: 20px; } .sort_width_container { margin: 0; }Best regards,
YigitHey!
Have you tried re-updating the theme via FTP as i suggested here – https://kriesi.at/support/topic/menu-not-showing-up-properly/#post-283841 ?
Best regards,
YigitHey getHopeGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { width: 100%; height: 100%; }Regards,
YigitHi!
Please add following code to Quick CSS as well
.header_color .main_menu .menu ul li a { background-color: rgba(92,101,115,0.9); color: black; }Best regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hey!
Please go to Enfold/css folder and open Layout.css file and remove or comment out following line
#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li{ background: transparent; }then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#header_main .social_bookmarks { left: 19%; }Regards,
YigitHi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .av_one_third { margin-left: 2%; width: 33.3%; } div .av_one_half { margin-left: 2%; width: 49%; } body .column-top-margin { margin-top: 20px; } .content, .sidebar { padding-top: 20px; padding-bottom: 20px; } #top .isotope-item { padding-right: 10px; }Cheers!
YigitJune 26, 2014 at 3:09 pm in reply to: How can I delete the TIME in the Combo widget but keep the DATE stamp? #284112Hi!
Please connect via FTP and remove the code i posted from functions.php file. I tried it on my local installation and it does work fine. I am not sure what went wrong. Have you copy&pasted the code directly?
Cheers!
YigitHi!
I do not have a chance to check your website on an actual ipad but using simulator and resizing browser window, this is how it looks – http://i.imgur.com/lwjUCVz.png Have you flushed browser cache on your ipad?
Please add following code to move mobile menu higher
#advanced_menu_toggle, #advanced_menu_hide { top: 47%; }Cheers!
YigitJune 26, 2014 at 2:51 pm in reply to: How to change text size & color and remove hover in Recent Posts widget footer #284100Hey onegirlrtw!
– Please add following code to Quick CSS in Enfold theme options under General Styling tab
.news-headline { font-size: 16px; font-family: arial; }– Can you elaborate? A screenshot would help
–strong.news-headline:hover { color: red; }–
#top .news-wrap li { border-bottom: 1px solid #e2e2e2; }– I have answered your question on your other topic here – https://kriesi.at/support/topic/how-can-i-delete-the-time-in-the-combo-widget-but-keep-the-date-stamp/#post-284048
Regards,
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
