Hi!
It is working. I even tried to change the icon from entypo character map: http://www.entypo.com/characters/
<center><span class="”av_font_icon avia-font-entypo-fontello" style="font-size: 50px;">✉</span></center>
This is the result.

Cheers!
Ismael
Hey!
You can change the style of the sale tag using this on your custom.css or Quick CSS:
#top .onsale {
position: absolute;
background: rgba(0, 0, 0, 0.8);
z-index: 10;
color: #FFF;
background: #7E9A47;
top: -220px;
right: 0;
left: auto;
margin: 0;
min-width: 40px;
}
span.onsale {
min-height: 32px;
padding: 4px;
font-size: 12px;
text-align: center;
line-height: 32px;
-webkit-border-radius: 0;
-moz-border-radius: 20px;
border-radius: 0;
}
Cheers!
Ismael
Hi crew,
Are there instructions somewhere for using the Quick CSS tool?
I’m trying to use it for the first time, but no change I make is showing up on the site. Not sure if it’s my coding (I’m a beginner) or something else is going wrong.
To test it out, I added this to the Quick CSS:
h2 {
font-size: 8px;
}
No change to the h2 headings on my pages.
Is the code wrong, or could there be some issue with the permissions on the files?
Hope you can help,
Lucy
Hello guys,
Asked similar question before but for Replete.
Link: http://tinyurl.com/o5a9kmu
What css code should i use in order to make font a bit smaller for menu and sub-menu items
and
decrease interval between sub-menu items…
Just want to make menu to occupy less space..
Kind Regards,
Denis
Hello,
I’m looking to make some CSS changes to the form styles. I’ve found them in the base.css file.
However, seems like the only change that’s taking effect is the font-size. Nothing else wants to respond – border, font color, etc. I assume it’s getting overridden somewhere else.
Please point me in the right direction.
Thanks for your help!
How can I use Entypo icon font in footer.
I have 3 columns on it, I’d like to use facebook icon etc. on the 3rd one.
I have on child theme’s style.css
#footer #text-4 .textwidget a {
font-family: ‘entypo-fontello’ !important;
font-size:40px;
}
and on widget
What I’m doing wrong? Before the newest theme update I got it working, but not anymore
Hi! i’ve the same issue with the shortcode.
The missing icon problem is probably related to the link manually option.
if I set manually the link for the icon, like this it doesn’t work:
[av_font_icon color="" icon="ue82d" size="40px" position="center" link="manually,http://www.chricchio.com/wp-content/uploads/CV_ChristianRonchi_it.pdf" linktarget="yes"]
If i remove the link it works fine:
[av_font_icon color="" icon="ue82d" size="40px" position="center" link="" linktarget="yes"]
Hello rcgroup!
Please add following code to Quick CSS in Enfold theme options
span.ls-s-1 { text-align: left; }
@media only screen and (min-width: 989px) and (max-width: 1140px) { span.ls-s-1 span { font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 988px) { span.ls-s-1 span { font-size: 17px; } }
@media only screen and (min-width: 989px) and (max-width: 1140px) { span.ls-s-1 { left: 5px; } span.ls-s-1 span { font-size: 11px; } }
Regards,
Yigit
Hello BelIblis!
Please add following code to Quick CSS and adjust as desired
#top .main_menu .menu li ul a { font-size: 15px; }
.header_color .main_menu .menu ul li a:hover { background-color: red; }
Best regards,
Yigit
Hey mattsimpson55!
They are bigger because you enabled MegaMenu on Services menu item. You can uncheck it in Appearance > Menus and it will look like how it supposed to look
Best regards,
Yigit
Hey!
I just did a quick test using the short code insert through the magic wand icon, popup and am not having any issues. See if deactivating all currently active plugins helps first and if that doesn’t then please try re-downloading the theme files and then installing the theme via ftp.
See this video for a quick how-to: http://vimeo.com/channels/aviathemes/67209750
Also try using this shortcode and link us to the page if possible:
[av_font_icon color="#1e73be" font="entypo-fontello" icon="ue925" size="40px" position="left" link="" linktarget="no"]Playing with some new icons!
Best regards,
Devin
Hi Yigit!!
Before last upgrade enfold i had this instruction HTML and the pages with which entypo loaded icons I wanted, by assigning the code, size and color I needed dynamically.
Now do not charge anything or charged erroneously. As I would have to do to have that functionality as the previous version if you would?
Thank you!
Xavier.
Hi, I’ve followed the instructions in this post to change my rollover icon. https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/
I changed it fine but it doesn’t look right for some reason, I want this icon, “U+2295” which is a nice thick plus symbol.
Firstly I had to change the font size from 18 to 60 as it was tiny, but it is really thin and has a border round the circle ?
Also its not in the center of the circle its too low ?
see attached image

the icon I want in this library http://www.entypo.com/characters/ is a nice thick cross with no border, not sure if i need to change some more settings here is the code Ive changed in base.css all I changed was the two lines
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\2295";}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\2295";}
here is the full code
.image-overlay{position: absolute; background: #fff; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0);}
.image-overlay .image-overlay-inside{height:100%; width:100%; position: absolute; left:0; top:0;}
.image-overlay .image-overlay-inside:before{position: absolute; border-radius: 50px; background: #000; height:80px; width:80px; line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color:#fff;}
.image-overlay .image-overlay-inside:before{content:"\E744"; font-family: 'entypo-fontello'; font-size: 60px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\2295";}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\2295";}
#top .hide-inner-overlay .image-overlay-inside{display: none;}
Many thanks
-
This topic was modified 12 years, 7 months ago by
mattock. Reason: tried to make some code bold but it doesnt allow
Seem to have another issue, when I used the shortcode button to insert a font icon in a text block the resulting page doesn’t show the icon, it shows the shortcode text in the colour/size set for the icon.
Hi,
I have increased the menu font size with some custom CSS. How can I also increase the child menu’s font size?
(And how can I customize the child menu’s “hover” background colour, if possible?)
Thank you!
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.