Hi Yigit, it was my own custom CSS that was causing the error – sorry!
All sorted on my side now! : )
Hey!
@dmaca You are welcome, glad we could help :)
@kt2webdesign can you post the link to your website?
Best regards,
Yigit
Hello, I have a similar problem in that the spacing in my sub menu drop downs is not the same as the live demo. The code above made the text smaller but did not change the drop down spacing.
Image of what I mean can be found here, your help is really appreciated!
https://www.dropbox.com/s/15svcegujbxkce1/Screen%20Shot%202013-10-03%20at%2012.17.32%20PM.png
-
This reply was modified 12 years, 5 months ago by
kt2webdesign.
1) Pages, Posts and Also Archive Pages the option to change the header BG color and Image like colorShemer element.
especially for the part where the Title and breadcrumb disappears
Like this examples
http://artbees.net/themes/jupiter/blog/ http://artbees.net/themes/jupiter/pages/faq-page/ http://artbees.net/themes/jupiter/features/
2) Icons for Accordion like the Tabs
3) Icon Box . feauture like size , icon color , Background color, Background radius and also ffor font Icon
4) More admin options for
header size and line height
Navigation fontsize, bgcolor and color
5) Custom Post Type for team Member
Hello!
Please add following code as well
.avia_mega_div .avia-bullet { margin-top: 9px; }
#top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0px 12px 0px 12px; }
Best regards,
Yigit
Thanks a lot, Josue!
It worked almost fine!!!
Do you know if it is possible to decrease that spacing?
http://tinypic.com/r/2zfmwl4/5
Kind Regards,
Denis
Hello ChunkyBits!]
Please try this on your custom.css or Quick CSS:
.fc-event-inner.fc-event-skin {
min-width: 80px;
padding: 0 10px;
margin: 0 auto;
top: 0;
left: 0;
min-height: 20px;
font-size: 10px !important;
border: none;
position: relative;
}
Cheers!
Ismael
Hey Denis!
Try this CSS code:
.sub-menu{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.sub-menu li > a {
font-size: 10px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.avia_mega_div .avia-bullet{
margin-top: 8px;
}
Regards,
Josue
-
This reply was modified 12 years, 5 months ago by
Josue.
Hello!
You can remove the responsive styling of the table on mobile view. You might need to adjust it a little. Edit css > shortcodes.css, find then remove 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;
}
}
Best regards,
Ismael
Hey boursedata!
Your code looks fine. You can try forcing it by adding !important
h2 { font-size: 8px!important; }
Best regards,
Yigit
Hey Ismael thanks for the reply. That’s great for the alignment but what about my first problem of the icon not looking like it should do.
here is what it should look like

but mine has two problems
1) the plus symbol is much thinner
2) it has a circular a white border ?
i just want the plus symbol exactly as it shows in the entypo library
Now I also have a new problem, I’ve updated to the latest Enfold from 2.2 to 2.3 and now I cannot change icons at all only the font size ?
I’ve added the same code to the new base.css file and have tried various things with the 2295 adding U in front etc
With the update do we need to change more than those two lines now ?
Many thanks
This reply has been marked as private.
Hello!
The code above has nothing to do with font size. Can you give us a link to your website please? We need to inspect it. A screenshot will help.
Regards,
Ismael
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, 5 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!