
Hey everybody,
I used CSS to increase to font size of my text, now the text overlaps. Can you help please?
cheers
Daniel
http://www.africonwest.com
Hi,
I have a small adjustment to make to the header, I have tried several solutions but without success.
My customer would like a “make a donation” button added the header. I have used the following php in my child theme:
`add_action( ‘ava_main_header’, ‘enfold_customization_add_to_header’ );
function enfold_customization_add_to_header() {
echo do_shortcode(“[av_button label='Make a Donation' link='manually,http://www.google.com' link_target='' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']“);
}
I would like to adjust the styling of the button – background colour, font and position (so that it aligns on the right with the social icons and moves down 20px)
It would be great if you could advise which elements I need to target.
Fiona
Hey!
To change the title size please add the below code to Enfold > General Styling > Quick CSS
feel free to adjust the font size to suit your needs :)
/*Change title size */
#top .aviaccordion-title {
font-size: 34px!important;
}
Regards,
Vinay Kashyap
Thanks Yigit. I see the new icons there now.
Now that I see them in the website at a larger size, I can see they aren’t shaped quite the same. If I downloaded two different icons (facebook-rect and linkedin-rect from Web Symbols) do I need to change anything in the functions.php file to use those? Or do I just replace what I previously uploaded to the Iconfont Manager area?
I was able to increase the size of the icons. Here’s the code that I used to do that:
#top .social_bookmarks li a {
width: 55px;
line-height: 32px;
min-height: 50px;
font-size: 35px;
}
#top .social_bookmarks li {
height: 100%;
width: 55px;
}
However I still can’t figure out how to change the LinkedIn and Facebook icons to a square style icons I downloaded from Fontello. Any help you can provide with that would be great.
Hi Basilis. I tried that, but it didn’t seem to change anything. Here is what I added (including a border so I could see the area around the icons when testing):
#top .social_bookmarks li a {
font-size: 45px;
width: 100px !important;
line-height: 30px !important;
border: #F33 solid thin;
}
Hi Janinifee!
verwende folgenden Code im Quick CSS Feld:
#scroll-top-link:before {
font-size: 40px !important;
color: green;
}
und passe wie du es brauchst an.
Gruß,
Andy
Hi Stephan!
1.) Verwende diesen Code im Quick CSS Feld:
.avia-menu-text {
font-size: 10px !important;
}
und passe an.
2.) Wenn ich auf den Link unten gehe, dann sehe ich die Elemente nicht. Kannst du bitte einen präzise Link schicken?
Gruß,
Andy
Thank you Rikard,
I know Pingdon but my question is about if it possible an optimization because from that test seems that the same resource is downloaded twice:
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3
Content Type: application/vnd.ms-fontobject – Size: 46.41KB
0.15 secs
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix
Content Type: application/vnd.ms-fontobject – Size: 46.41KB
0.15 secs
Thank you
Mauro
Hi Steph!
Thank you for using the theme.
I’m sorry but you can’t move the caption below the slider. You can only decrease the font size and padding of the caption content:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
padding: 5px 7px;
font-size: 10px !important;
}
Regards,
Ismael
Hi!
If you add the code to Quick CSS field as following
#header .mega_menu_title {
font-size: 14px;
}
and it should look like this – http://i.imgur.com/I6ZRZLH.png
If you do not mind creating a temporary admin login and posting it here privately, we can gladly look into it :)
Regards,
Yigit
I need to increase the size of the social media icons being used in the header/nav area of the website I’m working on. I can increase them to around 35px, but if I go larger than that, they start to get cut off and don’t fit in the area they are contained in. I also need to add some additional space between each so they aren’t so close together and I can’t seem to get that to work.
Lastly, I need to change the LinkedIn and Facebook icons to a square style icon. I followed the instructions in the video provided on how to download and import icons from Fontello. However, I can’t figure out how to actually use the two icons I imported in the CSS to replace the LinkedIn and Facebook icons currently being use. Any help with these couple of things would be great.
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag {
font-size: 32px!important;
}}
Regards,
Yigit
Dear Kriesi support,
Running this test
http://www.pagescoring.com/website-speed-test/?url=http%3A%2F%2Fnaturalnicheperfume.com%2F
seems that 1 seconds is needed to download the web fonts
#####################
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3
Content Type: application/vnd.ms-fontobject – Size: 46.41KB
0.18 secs
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix
Content Type: application/vnd.ms-fontobject – Size: 46.41KB
0.18 secs
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3
Content Type: application/font-woff – Size: 30.08KB
0.18 secs
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3
Content Type: application/octet-stream – Size: 46.22KB
0.15 secs
/en/wp-content/themes/naturalnicheperfume/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello
Content Type: image/svg+xml – Size: 109.49KB
0.22 secs
//fonts.googleapis.com/css?family=Open+Sans:400,600%7CTenor+Sans
Content Type: text/css – Size: 0.32KB
##########################
Is it possible to optimize something? And how?
Thank you
Mauro
Hey!
Please add !important rule as following
.avia-tooltip {
font-size: 8px!important;
}
Cheers!
Yigit
Hey sitesme!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip { font-size: 16px; }
Best regards,
Yigit
Hi,
I would like to decrease the tooltip font size: http://dns.d.pr/YLUF/1QXC28or
What is the code for this please?
Thank you
Hi jmkeyru35!
adjust font size with this code inside of Quick CSS field:
.avia-content-slider .slide-entry-title {
font-size: 20px;
}
and adjust it as needed.
Remove date with this code:
time.slide-meta-time.updated {
display: none;
}
Best regards,
Andy
Hi kmac,
Try this CSS, it worked for me :
#top .av-subnav-menu a {
font-size: 14px; }
Found it at this ticket : https://kriesi.at/support/topic/fullwidth-submenu-color-customization/
Hi gooseflight!
Thank you for using Enfold.
1.) Please use this css declaration:
.avia_ajax_form h3 {
// style here
}
2.) Yes, you can adjust the width using css. This is the default style:
.avia_ajax_form .button {
margin: 0;
padding: 16px 20px;
border-radius: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
font-weight: normal;
font-size: 0.92em;
min-width: 142px;
outline: none;
}
3.) I’m not sure what you mean by this but you can add a custom script via functions.php file. Example here: https://kriesi.at/support/topic/insert-java-scripts-in-body/#post-579587
Cheers!
Ismael
Hi Charlotte!
Thank you for using Enfold.
1.) Set the height of the header in the Enfold > Header panel. Set the Header Size settings to custom then adjust the height accordingly.
2.) Add this in the Quick CSS field:
#top #extended-categories-select-2 {
padding: 20px 20px;
font-size: 20px;
}
3.a) Use this to disable the animation:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
3.b) For the title:
.av-masonry-entry-title.entry-title {
font-size: 30px;
}
3.c) Remove the date:
.av-masonry-date.meta-color{
display: none;
}
4.) Add the “noLightbox” to the class attribute of the link tag.
In the future, please create a single thread for each inquiry. Thank you.
Cheers!
Ismael
Hi Yigit,
Tried that already – didn’t make a difference – still not applying the new font-size.
What a conundrum!
Hey mcraig77!
Please add following code to Quick CSS
.phone-info * {
font-family: 'Source Sans Pro', sans-serif!important;
font-weight: 200;
font-size: 24px!important;
}
.phone-info a img {
top: 5px;
position: relative;
}
Cheers!
Yigit
Hi mcraig77!
Please add following code to Quick CSS
.special_amp {
font-family: inherit;
font-size: inherit!important;
font-style: inherit;
font-weight: inherit;
color: inherit!important;
}
Cheers!
Yigit
Hi!
if you want smaller font size for menu items on iPad screen size use this code in Quick CSS field:
@media only screen and (max-width: 1024px) {
.avia-menu-text {
font-size: 7px;
}}
Cheers!
Andy
Okay, this is driving me crazy. I want to change the sub menu font-size to 14px (which is at 12px)
When I inspect the element it seems to be coming from #top .av-main-nav ul a
So, added to Quick CSS the following:
#top .av-main-nav ul a {font-size: 14px;} and tried #top .av-main-nav ul a {font-size: 14px !important;}
But it isn’t taking, even though a change of the font size in the browser inspector does work.
Here’s a link to the site:
http://lucie.ca/kahns/
Hey MEXX!
Thank you for using Enfold.
I checked the site but I got a 500 error. Please check with your hosting provider. Regarding the inquiries, please do the following:
1.) Add this in the Quick CSS field:
#socket, #footer {
font-size: 13px;
}
2.) Not sure what you meant with this and we can’t access the site. Could you please provide a screenshot?
3.) This is possible but you have to decrease the width of the remaining columns. Use this:
#footer .av_one_fifth {
margin-left: 4%;
width: 14%;
}
#footer .av_one_fifth:nth-child(5) {
width: 27%;
}
Cheers!
Ismael
look here f.e. to get it from 30px to 50px
go here
#top .social_bookmarks {
height: 50px;
}
#top .social_bookmarks li {
width: 50px;
}
#top .social_bookmarks li a {
line-height: 50px;
min-height: 50px;
width: 50px;
}
.social_bookmarks li > a::before {
font-size: 30px;
}
-
This reply was modified 10 years, 2 months ago by
Guenni007.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling to make the caption content text smaller on mobile:
@media only screen and (max-width: 480px) {
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 11px !important;
}
}
Best regards,
Rikard