Forum Replies Created
-
AuthorPosts
-
Hey!
Oh, please add following code to Quick CSS instead in that case
#header_main_alternate { background-color: red; }Regards,
YigitHey SamScrimshaw!
Can you point out the elements on your website? I looked around but could not find 2 column layout
Please add following code to Quick CSS in Enfold theme options under General Styling tab.avia-section .container { width: 100% }Best regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hi!
Yes, the code Ismael provided will make the changes you have shown in your screenshot. If you would like to apply the code differently on same of your pages, you can add page ID in front of the code as following
.page-id-8128 .caption_framed .slideshow_caption .avia-caption-content { background: rgba(0,0,0,.8); font-size: 20px !important; color: red; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitHi nsr500rossi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav > li:hover { background-color: red; }Cheers!
YigitHi!
If you are not using a child theme ( for more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/ ), changes you have made on theme files will unfortunately get lost. Your content, theme options etc on the other hand, are safe.
Cheers!
YigitHey 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.phone-info { position: relative; top: 60px; right: 10%; }Cheers!
YigitHey!
Probably. I have tried to reproduce the issue on my end but it works fine on my local installation. I noticed that you are using an older version of the theme. Updating the theme may help. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHey ryanbmoran!
Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
You are currently using an older version which is not compatible with the WordPress version you are using.Regards,
YigitHey!
Currently it is not possible but feel free to request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHi!
Please add following code to Quick CSS as well
.header_color .main_menu .menu ul li a { color: white; }Cheers!
YigitHi Frederic!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
YigitJune 24, 2014 at 4:04 pm in reply to: Questions about full screen slider and and logo header #283101Hi!
Please add following code to Quick CSS
.html_header_top #top .av_logo_right .logo { right: 46%; }You may need to adjust the value to center the logo perfectly.
I will ask @ismael and @josue to check the example site you posted here – https://kriesi.at/support/topic/questions-about-full-screen-slider-and-and-logo-header/#post-282983
Best regards,
YigitHey!
You can remove the date with following code
.slide-meta { display: none; }As you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/ category is not displayed on blog grid
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main .container, .logo, .logo a, .logo img { width: 100%; margin: 0; padding: 0; }Cheers!
YigitHi bitinteractive!
Please add following code to Quick CSS
.html_boxed #main { overflow: visible; }Cheers!
YigitHi!
Please review your website. You can find custom CSS code i added in the bottom of Quick CSS field :)
Cheers!
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Regards,
YigitHey originaltours!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitHi Butterfly44!
Please go to Enfold theme options and choose “Home” as your Frontpage – http://i.imgur.com/J8W4uxw.png
Regards,
YigitHi!
You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
Cheers!
YigitHi AdriaWave!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.post-meta-infos { display: none; } .page-id-2131 .post-meta-infos { display: block; }Please replace the page ID in the second line with the page id of your blog grid page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitJune 24, 2014 at 2:59 pm in reply to: Questions about full screen slider and and logo header #283055Hey!
1- I cannot open the example site :/
2- Please refer to Peter’s post here – https://kriesi.at/support/topic/image-overlapping-header-and-main-content/#post-281128Regards,
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
