Hey Pictori!
Please add this on your custom.css or Quick CSS:
#js_sort_items {
visibility: visible;
font-size: 12px;
}
Remove browser cache then reload the page.
Best regards,
Ismael
Hey kangaroozach!
Please edit css > shortcodes.css, find this code:
@media only screen and (max-width: 767px)
{
.responsive div .avia-data-table table,
.responsive div .avia-data-table tbody,
.responsive div .avia-data-table tr,
.responsive div .avia-data-table td,
.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
.responsive .avia-data-table{border-style:solid; border-width: 1px;}
.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
.responsive .avia-data-table td:before {
display:block;
font-style: italic; font-size: 11px;
}
.responsive .avia-data-table td {
position: relative;
}
}
Remove it. It will disable the responsive styling for mobile devices. I’ll get back to you after you remove it, the table might need some adjustments.
Best regards,
Ismael
Hello asherbarrett!
Please try this on your custom.css or Quick CSS:
.mega_menu_title span {
font-size: 12px;
}
#header .avia_mega_div .units {
padding: 0 10px 0 15px;
}
#top .main_menu .menu li ul a {
width: 100%;
min-height: 23px;
max-width: 60px;
}
Best regards,
Ismael
Hi, with the new version, this don’t works:
<center><span class=”av_font_icon avia-icon-pos-left avia-font-entypo-fontello” style=”color: #000000; font-size: 150px;”>⌂</span></center>
how to fix this?
Thanks!!
Xavier.
Hi, I spent ages adding text shadows to my text on a layerslider only for it not to show in the live site. It works fine in the “preview”.
I used text-shadow: 5px 5px 3px #b5b5b5 in the Custom Style Settings (after googling how to do it, I don’t know CSS)
The live version also removes the font size so i then made the Custom Style Settings field as follows: font-size: 40px; text-shadow: 5px 5px 3px #b5b5b5 but i still don’t get a shaddow.
Any ideas? Is this a bug? Tried searching the support forum but can’t find anything.
Thanks,
Heathcliffe
p.s my site is not live yet but I can send you a login or give you access via IP address.
Hello!
You are welcome glad we could help :) Let us know if you have any other questions or issues
Regards,
Yigit
Thank you, it worked fine.
Well it actually doesn’t look like it included all the code in my last message. Let’s try that again:
<div class="avia-button-wrap avia-button-right "><a href="" class="avia-button avia-icon_select-yes avia-color-custom avia-size-large avia-position-right " style="background-color:#ed1c24; border-color:#ed1c24; color:#ffffff; "><span class="avia_button_icon avia-font-entypo-fontello">
Hey Devin,
2. The white background is still disappearing from behind the menu when sized down to the point of the mobile menu kicking in.
3. Unfortunately I’ve tried re-installing the theme files a couple of times and the problem with the fonts not showing still remains. I am not using any caching plug-ins.
5. I tried installing the modernizr plugin, but it did not fix the issue with the Recent Post images (I did not notice any changes from installing the plug-in).
6. I followed the instructions for changing the menus responsive function, which worked for the most part. Although now I’m getting a weird 10-15px zone between where the menu changes from regular to mobile where the mobile menu shows and is mis-aligned to the top right. I’ve taken a screenshot of the issue, seen below. *Note this is not happening in IE8, only in modern browsers like Firefox and Chrome*
http://s7.postimg.org/7fnke3yez/Screen_Shot_2013_09_30_at_9_13_50_AM.png
Thanks,
Tom
Hello ullastret!
Please add following code to Quick CSS in Enfold theme options under Styling
.header_color .main_menu ul:first-child > li > a { color: red; font-weight: 400; font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.header_color .main_menu ul:first-child > li > a:hover { color: green; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: blue; }
You just need to adjust colors, font-weight and font-family as you desire
Cheers!
Yigit
Hello I would like to change the size, weight and font-family of the top navegation menu. Could you please tell me which changes should I make to the CSS file.
Hey!
Yes you can mix it:
html[lang="zh-hans"] #top .main_menu .menu li > a{ font-family: ‘Microsoft Yahei’, sans-serif; font-size: 14px; }
I didn’t get what you mean by defaulting the font for the chinese site.
Cheers!
Josue
Hi Josue,
What about font size? do I merge the two together or do I keep the font-family as a different entry?
Is there a way to make the font one of the default ones for the entire Chinese site?
thanks,
Bzgl Überschriften dürfte sich eigentlich nichts geändert haben, sofern diese nicht mit benutzerdefinierten Code geändert wurden (was zumindest aus dem Code der oben steht nicht ersichtlich ist). Du kannst h3 Überschriften aber mit folgenden Code abändern
#top #main h3 {
font-size: 20px;
line-height: 1.1em;
margin-bottom: 8px;
}
2) Was ist deine Primary Color? Derzeit bestimmt folgender Code die Farbe der strong und b tags
.main_color strong, .main_color b, .main_color b a, .main_color strong a {
color: #c3512f;
}
Dieser findet sich in custom.css.
Hi stevemulisa!
Please add following code to Quick CSS in Enfold theme options under Styling
#top .social_bookmarks li a { color: blue; font-size: 18px; }
You just need to change “blue” to hex value you desire
Cheers!
Yigit
Hi,
I need to add font “Microsoft Yahei” to the Chinese version of site. What would be the syntax to use to add it to the css file?
If it’s not possible to do that for the entire site, then how could I change the font-family for main menu and footer?
This is what I have in the Chinese version Quick CSS field,
html[lang=”zh-hans”] #top .main_menu .menu li > a{ font-size: 14px }
html[lang=”zh-hans”] #socket .sub_menu_socket { font-size: 12px }
To add “Microsoft Yahei” to the font-family, can I change it to like this?
html[lang=”zh-hans”] #top .main_menu .menu li > a{ font-size: 14px; font-family:’Droid Sans’, HelveticaNeue, ‘Helvetica Neue’, Helvetica, ‘Microsoft Yahei’, Arial, sans-serif }
Thank you!
Hi summerg!
1.) How do I change the icon that is shown in the button row? I would like a checkmark instead of a heart.
Edit the Button Row then scroll below, select the icon that you want.
2.) How do I change/enlarge the “$” in my pricing row? It’s too small.
Add this on your custom.css or Quick CSS:
.pricing-table li.avia-pricing-row .currency-symbol {
font-size: .9em;
top: 0;
}
3.) Can you give us a link to the page please?
Cheers!
Ismael
Hello!
Looks like you already applied a border to the footer container:
#footer.container_wrap.footer_color {
border-bottom: none!important;
border-top: 1px solid #c980a3 !important;
}
You can target the footer widget title font with this selector:
#footer .widgettitle{
font-size: 2em;
}
Regards,
Josue
Hi,
on http://energiefrey.de/produkte/angebotscheck/ i used the icon`s shortcode to solve this. For the cross e.g.:
[av_font_icon color="#999999" icon="115" size="30px" position="center" link="" linktarget="no"]
Style it with the intended color and size and your done.
HTH.
Cheers, Sebastian.
Hi!
thanks for the reply. I don’t think is so complicated, only i don’t understand why i can’t override the opacity of the element with the one write in css inside my keyframes animation.
.image-overlay {
overflow: hidden;
}
.image-overlay .image-overlay-inside::before {
font-size: 30px;
}
@-webkit-keyframes avia_pop_small {
0% { -webkit-transform: scale(6); opacity:(0);}
100% { -webkit-transform: scale(1);opacity:(1); }
}
@-moz-keyframes avia_pop_small {
0% { -moz-transform: scale(6);opacity:(0);}
100% { -moz-transform: scale(1); opacity:(1);}
}
@-o-keyframes avia_pop_small {
0% { -o-transform: scale(6); opacity:(0);}
100% { -o-transform: scale(1); opacity:(1);}
}
@keyframes avia_pop_small {
0% { transform: scale(6); opacity:(0);}
100% { transform: scale(1); opacity:(1);}
}
a:hover .image-overlay .image-overlay-inside {
-webkit-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
-moz-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
-o-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
}
Hey!
Ok, das Problem liegt in der .entry-content Klasse. Diese wurde von uns auf .entry-content-wrapper umbenannt, da der hatom feed Standard der entry-content Klasse eine semantische Bedeutung gibt. Daher haben wir zur Verbesserung bzgl SEO unsere Struktur umgestellt. Dein Code ändert sich somit zu
.entry-content-wrapper .post-title {
font-size: 50px;
}
Best regards,
Peter
Hi!
You decrease the h3 size a little for mobile view. It will give some space for the button. :)
@media only screen and (max-width: 767px) {
h3 {
font-size: 18px;
}
}
Best regards,
Ismael
Here was the response I received from my hosting support person :
its not a hosting issue its to do with how safari is ignoring the !important in the css rules probably
this rule affects the of the menu text
color: rgb(187, 187, 187) !important;
its in .main_menu ul:first-child >
thats in enfold.css
OR – safari is making the borders of the font slightly fuzzier (you could make that look better by increasing the font size).
The second option is more likely as the mouseover effect makes the words brighter.
But theres nothing server side that affects how different css browser rules are rendered in different browsers.
It’s not an !important rule issue because i cleared all the custom css and the issue still persisted. This is one crazy situation. It really sucks because this is the best theme ever and I might have to start over with a new theme.
So it sounds like I’m stuck. I guess the last thing to try would be to test another font maybe. I’m out of ideas. I will update (in case soeone else has this issue.)
Hello scanova!
Please add following code to Quick CSS in Enfold theme options under Styling
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }
Cheers!
Yigit
Hello itchybrain!
Please add following code to Quick CSS in Enfold theme options under Styling
.mobile_active #advanced_menu_toggle { font-size: 14px; }
Then in your WordPress theme directory, please go to Enfold > Js folder and open Avia.js file find following code in line 106 http://i.imgur.com/4Duo3EP.jpg and replace underlined place with “Menu”
Cheers!
Yigit
Hey omakad!
Can you give us a link to the page? Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 11px;
}
}
Regards,
Ismael
Hello Marcel!
Please add following code to Quick CSS in Enfold theme options under Styling for the 1st one
.social_header .phone-info span { font-size: 18px; }
Can you show the custom css you have applied? And a link to your website would be very useful.
Best regards,
Yigit
Hi ShortHills!
Please add following code to Quick CSS in Enfold theme options under Styling
.social_header .phone-info span { font-size: 18px; }
#top .social_bookmarks { font-size: 18px; }
First line is to change the font size of phone text and second one is to increase size of icons.
Regards,
Yigit
Hey!
You are welcome :) Let us know if you have any other questions
Cheers!
Yigit