I have chosen to Display Shadow in a color section but no shadow is appearing. How can I resolve this? Also, is it possible to add a shadow to the bottom of a color section as well as the top?
Hi!
I’m not sure if this was intentional or if it was needed with one of the updates but for the short term the only way to go back would be to downgrade your theme to a previous version.
I’ll tag Kriesi on the topic as well since I’m not aware of any discussion about it or it being changed.
Best regards,
Devin
Hey jdrakeproductions!
Please try adding following code to Quick CSS in Enfold theme options under Stylign tab
.avia_mobile #top .av-parallax-section { z-index: 0; }
Regards,
Yigit
Hey!
I’m going to close this topic for now since Peter’s response is the correct end for this and it isn’t something we have control over “fixing” as he mentioned.
Cheers!
Devin
Hi okay i got it done!!
#top .variations_form { background-color: transparent !important;
border: 0px;
Thanks!
This reply has been marked as private.
Hey GJ2030!
Please Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
You can update Enfold to the latest version 2.6.2 to have more control over Header options – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
How can we add social links to our top menu like you have on http://kriesi.at/
We would like to achieve this and link it to our social sites. Is there a tutorial that shows how?
This reply has been marked as private.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .avia-gallery img { border-style: none; padding: 0; }
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 16%; margin: 20px; }
P.S.: Nice website! :)
Best regards,
Yigit
Hi Monjacq01!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.responsive #header .social_bookmarks {
top: 85%;
}}
:)
Cheers!
Yigit
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hey!
Please try adding following code to Quick CSS as well
#top .variations_form { background-color: transparent !important; }
Best regards,
Yigit
Hey!
.main_color .avia_cart, .main_color form, .main_color tr:nth-child(odd) { background-color: white; }
#top.woocommerce-page select { width: 48%; }
#header_main .container, .main_menu ul:first-child > li a { height: 130px; line-height: 130px; }
.logo img { width: auto; }
Please edit your logo image and remove top and bottom whitespace
Cheers!
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
h1 { font-size: 30px; }
As i posted in my previous post, please follow the instructions here - https://kriesi.at/support/topic/add-new-font/#post-234710
Best regards,
Yigit
That, unfortunately, did not work. You can see the results here: http://pres-truth.christianinternethosting.com/. The menu items are now piling on top of each other.
Thanks!
Hi Tanya2105!
No, you are not missing anything. It is not posibble to add layers to easy slider.
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-special-heading { margin-top: 90px; }
.avia_textblock { margin-top: 50px; }
You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
Regards,
Yigit
How can I remove the menu that shows up on mobile devices? I have the header set to transparent and a menu chosen that has no links set. On the desk top there is no header/menu, which is what we are looking for but when viewed on the phone a small menu box appears but with no links inside. How can I get rid of this?
This reply has been marked as private.
Hi!
Please add following code to Quick CSS as well
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, #top .main_menu .menu li ul a { border: none!important; }
.header_color .main_menu ul:first-child > li > a { color: #ddd; font-size: 16px; }
.header_color .main_menu ul:first-child > li > a:hover { color: white; }
.header_color .main_menu .menu ul li a { background-color: #444444; color: #ddd; }
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 14px; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS
#top .social_bookmarks li a { background: #888; color: white; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS instead
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 16px; }
Best regards,
Yigit
Thanks fro the support!
These drop downs though give problems on Desktop too.. Maybe because i have retina display?
http://i.imgur.com/L4jm39f.png
Is there a bug report area?
Thank you!
Igi
I inserted the code but still didn’t change the font size, I’m talking about the categories that are on top of the image portfolio
http://shocktp.com/u-f-media/
Hi All,
I found a little bug/feature that was bothering me. in base.css the images are set to have width:auto and height:auto.
However this breaks the width and height inline css tags. Then I read a discussion here where people are saying that
you should show images in their true dimensions. However this is not entirely true when considering retina displays.
More and more people are moving to ipads, iphones and retina laptops and you want your images to be sharp as can be.
So when I add an image left aligned in some textblock I often add it at twice the pixels then scale it back to 50%, the result is an image that is super sharp on both normal screens and retina screens. For instance, add image 200×300 and scale down to 100×150 inline html.
I know its easy to fix in base css, just remove it, however its another unnecessary theme edit if you ask me.
ps. This was not there in previous versions, just popped up in latest.
Keep up the good work!
Thomas
If I do this, all my work will be messed up – the latest update screws up all the custom quick css coding I did for many days through this forum for the header so I had to revert back to the older theme.
You can see some of the custom coding I did for the header here:
.main_menu a {
color: white !important;
}
#top .social_bookmarks { display: none; }
#header_meta { display: none; }
#header_main .container, .main_menu ul:first-child > li > a {
height: 161px !important;
line-height: 161px !important;
}
#header_main_alternate .container, .main_menu ul:first-child > li > a {
height: 40px !important;
line-height: 40px !important;
}
#top #header_main {
border-bottom-width: 0px !important;
}
@media only screen and (min-width: 767px) and (max-width: 989px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 3px;
}}