Forum Replies Created
-
AuthorPosts
-
Hey!
Can you post the link to your website please?
Please try adding the code to Style.css file of your child theme if you are using a child theme. Please disable CSS minifying feature if you are using on any plugin. And most importantly, please make sure to flush browser cache after making styling changesBest regards,
YigitHi!
Code is currently not being applied. Please try adding it to Style.css file of your child theme in Appearance > Editor.
Also, i noticed that you are using an older version of the theme. Version 2.9.1 is available on ThemeForest. If you would like to update the theme, please see video tutorial here – http://vimeo.com/67209750Cheers!
YigitHi!
Glad you figured it out Nancy! Let us know if you have any other questions or issues
Cheers!
YigitHey debenm!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { width: 100%; }Best regards,
YigitHi!
Can you please post the link to your page where you would like to add background image as well?
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Stlying tab and change image url
.blog-meta span.iconfont { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: center center; } .blog-meta span.iconfont:before { display: none; }Regards,
YigitHi Marcelo!
Please add following code to Quick CSS as well
.inner_sidebar { margin-right: 50px; }Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Regards,
YigitHi holleycreative!
Fullwidth elements such as Color Section, Advanced LayerSlider etc. can be used only fullwidth so they would push the sidebar content below them. You can use Widget Area element to display your widgets on your pages with fullwidth elements.
Cheers!
YigitAugust 18, 2014 at 11:13 am in reply to: Next and Previous Post Navigation is in reversed order #305622Hi!
Please refer to Peter’s post here – https://kriesi.at/support/topic/portfolio-link-arrows/#post-245040
Cheers!
YigitHi Frank!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none !important; }Best regards,
YigitAugust 18, 2014 at 11:10 am in reply to: Colour section Background Video Safari does not work #305618Hi!
Thank you for sharing your solution! Glad you figured it out. Let us know if you have any other questions or issues
Regards,
YigitHi Mervyn!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#layer_slider_1 { height: auto!important; }Best regards,
YigitHi Effektid!
Please add following code to Quick CSS
.av-main-nav > li > a, #header_main_alternate { border: none !important; }Best regards,
YigitHey mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { background-color: rgba(0,0,0,0.5); }0,0,0 is RGB value of the color and 0.5 is opacity level which you can set between 0-1
Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { top .wp-caption.aligncenter { margin: 0; width: 100%!important; margin-top: 20px; }}You can use HTML tab in your new layer and add your button manually
Regards,
YigitAugust 15, 2014 at 8:28 pm in reply to: Remove black space so picture is behind transparent header at top. #305069Hi mcraig77!
Please edit your page and choose to display one of the transparent headers – http://vimeo.com/91837491
Cheers!
YigitHey!
Just to make sure that we are on the same page, we are talking about this overlay – http://i.imgur.com/aqQPQcy.png is that correct?
If so, please add following code to Quick CSS instead.avia_transform a .image-overlay { opacity: 0.7 !important; background-color: transparent; }Best regards,
YigitHey!
I believe without distorting the image it is not possible. Video looked fine on browser but did not work on an actual mobile device
Best regards,
YigitAugust 15, 2014 at 8:17 pm in reply to: Title and Horizontal Bar for Built-in "Page Sidebar Navigation" #305063Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .widget_nav_menu:before { content: 'my title'; font-size: 20px; color: black; } ul.nested_nav { border-bottom: 1px solid #e2e2e2; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
input#searchdata1, select[name="library"] { width: 100%!important; }EDIT: please also add following code
.avia-mozilla select, .avia-mozilla .avia_ajax_form .select, .avia-mozilla .entry-content-wrapper select, .avia-mozilla .mobileMenu { background-image: none !important; }Cheers!
Yigit-
This reply was modified 11 years, 6 months ago by
Yigit.
Hi!
Please insert the code Ismael posted to the bottom of Functions.php file in Appearance > Editor
Regards,
YigitHey!
Please add following code to Quick CSS as well
div#layer_slider_1 { height: auto!important; }Best regards,
YigitHey squaic!
Please firstly turn on Custom CSS class for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your button a custom class ( i.e. “cool-button” ) then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.cool-button { position: relative; top: 30px; }Regards,
YigitHi blankonblank!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { background: transparent!important; opacity: 1; filter: alpha(opacity=1); }Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { visibility: visible; opacity: 1; }Please also try re-updating the parent theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Best regards,
YigitHi!
Please try and let us know so we can mark this thread as resolved.
Best regards,
YigitHi!
You are welcome. I have checked your blog but seems like you are not using fetured image on your posts?
Best regards,
YigitHey!
Have you refered to guide on Sevenspark’s website here – http://sevenspark.com/docs/ubermenu-enfold ?
If you did, please do the changes Ismael suggested so we can see the issues you are havingBest regards,
Yigit -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
