Forum Replies Created
-
AuthorPosts
-
Hey!
Have you tried flusing browser cache on your mobile device? Top and bottom paddings are not decreased to 40px and to 20px instead of using default 50px
Regards,
YigitHey!
Please add following code to Quick CSS and adjust as needed
.av-main-nav > li > a { padding: 0 25px; }Best regards,
YigitHi!
You can add following code to Quick CSS to display different version of your header background image on mobile
@media only screen and (max-width: 768px) { .header_color .header_bg { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}your current background image is not playing well on mobile header as you can see. changing it should solve the issue :)
Cheers!
YigitHey runekjensen!
I checked your website and ALB loaded fine on my end – http://i.imgur.com/LeNum54.png
Have you figured it out already?Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) and (min-width: 767px) { div .av_one_fourth { width: 48%; }}Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { .header_color .header_bg { background-size: contain; }}Best regards,
YigitHey lizybloom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.themify_announcement.bottom { left: 0; }Regards,
YigitHey Pearwcz!
Please add following code to Functions.php file in Appearance > Editor
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_add_to_cart' );Regards,
YigitSeptember 18, 2014 at 7:10 pm in reply to: Reduce space between elements in layout builder. (see attached image) #321406Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .av_one_third { margin-left: 0; width: 30%; } body .column-top-margin { margin-top: 10px; }If that does not work as expected, please post the link to your website
Best regards,
YigitHey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widgettitle { color: black; font-family: arial; } #footer p, #footer a { font-size: 14px; } #footer { max-height: 200px; } #footer * { border-color: #628029!important; }If that does not work, please post the link to your website
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav>li>a { letter-spacing: 1px; }You can use ’em’ instead of ‘px’
Best regards,
YigitHey codecreative!
1- Can you post a screenshot and show the changes you would like to make?
2- Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/Best regards,
YigitHey!
Sorry for late reply! You can go to wp-content/themes/enfold and remove config-layerslider folder and it should work fine.
Regards,
YigitHi!
Please go to wp-content/themes/enfold/includes/admin folder and open register-admin-options.php file and find
$avia_elements[] = array( "slug" => "styling", "name" => __("Quick CSS", 'avia_framework'), "desc" => __("Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file.", 'avia_framework'), "id" => "quick_css", "type" => "textarea" );and change it to
//$avia_elements[] = array( // "slug" => "styling", // "name" => __("Quick CSS", 'avia_framework'), // "desc" => __("Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file.", 'avia_framework'), // "id" => "quick_css", // "type" => "textarea" // );Best regards,
YigitHi saki!
Please choose to display – logo center, menu below in Enfold theme options > header layout and then add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { left: 0; }Cheers!
YigitHi!
Please add following code to Quick CSS as well
#top .avia-slideshow-button.avia-color-light { color: red; }Best regards,
YigitHi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitSeptember 18, 2014 at 6:15 pm in reply to: How to display a full website in an iframe without scroll bars #321358Hi farrdesign79!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a#scroll-top-link, a#scroll-top-link:hover { background: transparent; border: none; font-size: 26px; }Regards,
YigitSeptember 18, 2014 at 5:45 pm in reply to: Fullscreen Slider Font Color for Caption Title and Caption Text #321344Hi!
You can use hex value of the color as following
.avia-caption-content { color: #e6e8d8; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
select#spcdm_batch_plug { display: inline !important; }If that does not help, please post a screenshot and show how it should look
Best regards,
YigitHey!
Please add following code to Quick CSS as well
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-weight: 600; }Best regards,
YigitSeptember 18, 2014 at 5:41 pm in reply to: Problems with uploading images after updating to WordPress 4.0 #321338Hi!
Please add following code to Quick CSS as well
strong.news-headline, span.news-time { color: white!important; }Cheers!
YigitHi Sigrid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu ul:first-child > li a { line-height: 230px; }Cheers!
YigitHey slimmer1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .content, .sidebar { padding-top: 10px; padding-bottom: 10px; }}Cheers!
YigitHi OlivierCharlot!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar p { color: #666666; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { h4.iconlist_title { font-size: 12px; }}Cheers!
Yigit -
AuthorPosts
