Hi microhound!
Add this to the Quick CSS:
#header_main .container, .main_menu ul:first-child > li a
{
font-size: 120% !important;
}
Adjust “120” to whatever number you like.
Cheers!
Andy
For the Phone number question…
Add this into your css file (Enfold quick css or child theme)
.phone-info {font-size: 18px !important;} /*use your own size*/
I think you take care of “line-height: –px;” command too
Dear Kriesi.
Im building one more site for my building activities with your amazing enfold theme. And i have couple questions.
1.I think i have tried everything trying to switch of showing Blog description bellow the name “September 28, 2014/0 Comments/in Blogas /by admin” in my blog layout, but its still active. Any suggestions?
2.Is there any possibility to show phone number above the menu in a bigger font size?
Thanks,
Tomas
Hey ryandewitt!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
input[type="button"] {
padding: 9px 22px;
cursor: pointer;
border: none;
-webkit-appearance: none;
border-radius: 0px;
background-color: #8cc63e;
color: #ffffff;
font-size: 22px;
border-radius: 0px;
}
Cheers!
Ismael
Hi ShortieD!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css to change the size of the caption title:
@media only screen and (max-width: 767px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px !important;
}
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
font-size: 12px;
line-height: 18px;
}
#top .avia-slideshow-button {
font-size: 12px;
margin-top: 5px;
padding: 6px 8px !important;
}
}
You can also hide it on mobile device, apply the display: none property.
Regards,
Ismael
Thank you guys for the great support. I was wondering how I could make the menu fonts 20% bigger then the default size?
Hi!
Please change the code to following one
.home #searchsubmit, .ajax_load { font-size: 24px; }
.home #s { font-size: 20px; }
Cheers!
Yigit
I realize that, I meant the bar itself.
I want the fonts sizes to remain the same size.
I would like amount of space between the top and bottom of the fonts to be less, but the fonts to remain the same size.
Hello Yigit:
I have added your code but do not see the “Quickgifts” logo on my iPhone. I see it on my desktop browser, but not my iPhone.
Here is the page that we are going to be using as our home page:
http://23.235.201.84/homepage/home-v2-3-col-images-contact/
Here is a screenshot showing the missing “Quickgifts” image:
http://prntscr.com/4sndro
Maybe there is some other CSS code that is creating the problem? Here is all of the “Quick CSS” codes that you have given to me that are live:
h1, h2, h3, h4, h5, h6 { text-transform: none!important; }
.phone-info {
font-size: 18px;
padding: 15px 0;
color: #a70600!important;
}
@media only screen and (min-width: 1140px) {
strong.logo {
left: 20%;
}}
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 85%;
height: auto !important;
margin-top: 5px!important;
}}
div .logo {
float: left;
position: absolute;
left: -5px;
}
.header-meta-img { position: relative; left: 10px; top: -10px; }
.phone-info a img {
position: absolute;
left: 36%;
top: 8px;
}
@media only screen and (max-width: 767px) {
.phone-info a img {
display: none;
}
}
@media only screen and (max-width: 480px) {
.phone-info span {
margin-left: 17%!important;
}}
Hey GOWD!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
h2.av-special-heading-tag {
font-size: 20px;
}}
Best regards,
Yigit
Hi!
Layerslider doesn’t accept shortcodes. Therefore you will need to paste the generated HTML of the button shortcode inside a text layer.
<div class="avia-button-wrap avia-button-center avia-builder-el-9 el_after_av_hr avia-builder-el-last "><a href="#contact" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color-subtle avia-size-large avia-position-center "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Contact Us</span></a></div>
Best regards,
Arvish
Hey blofsy!
Could you please elaborate on the following ” change wave color to black”.
From what I see on your site, it is already black.
Unfortunately sizes and appearance depends on the setting the font icon’s font properties. You can try adding another font icon to your theme by following this video
Regards,
Arvish
Hi,
I’m building a page http:://asz-gaz.hu and I’ve copied a part from your demo page here: http://kriesi.at/themedemo/?theme=enfold
Under the h1 A BEAUTIFUL EXPERIENCE! there are icons with wave effects. It works nicely, but I’d like to change the wave color to black if possible. Also when I resize the icons in the page builder menu the icons shrink considerably more than the border and they look ugly under 30px. Is there a solution to this?
Thanks,
PS.: great theme
Mate
Hi sadephoi!
Thank you for using Enfold.
You can use the following to modify the phone number and social icons:
.phone-info span {
font-size: 30px;
}
#top .social_bookmarks li {
width: 80px;
height: 80px;
}
#top .social_bookmarks li a {
width: 80px;
line-height: 80px;
min-height: 80px;
font-size: 30px;
}
#header_meta .container {
min-height: 80px;
}
Adjust the width and height.
Regards,
Ismael
Hi Micheal0424!
Thank you for using Enfold.
You can adjust the Number custom font size? and Description custom font size?.
Best regards,
Ismael
Hi Micheal0424!
Have you tried using CSS media queries to change the CSS for the each slide at different screen resolution.
The custom.css file inside the css folder of the theme already has has a basic structure to help you out.
You can add your css for mobile devices where it says /* Add your Mobile Styles here */
This way you can for example add the following to modify the caption font-size for one of the slides.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.slide-2 .slideshow_caption{
bottom:50px;
right:50px;
}
.slide-2 .avia-caption-title{
font-size: 12px;
}
.slide-2 .avia-caption-content{
font-size: 12px;
}
}
If you need a more in-depth explanation on media queries, have a look at these articles:
I’m trying to link the Form Lightbox to the standard button, but it uses a class or shortcode (see below Object 1) to call the lightbox. Neither of which work with the button (see below Object 2). The below code (Object 1) works on natural links, but doesn’t work at all with the shortcode.
Object 1
[formlightbox_call title=”Schedule Demo” class=”2″] LINK HERE[/formlightbox_call]
[formlightbox_obj id=”2″][contact-form-7 id=”397″ title=”Schedule Demo”][/formlightbox_obj]
Object 2
[av_button label='Schedule Demo' link='manually,#' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='ue806' font='entypo-fontello']
Is there a better lightbox and/or form that works better with this theme?
Hey pnacho!
Please add following code to Quick CSS
#top #searchsubmit, .ajax_load { font-size: 24px; }
#top #s { font-size: 20px; }
Regards,
Yigit
Hi,
I want to increase the text size in search bar. Also I want to increase the button like image shows.
Thanks in advance!
Hey!
You can use this to adjust the position of the headlines on mobile device:
@media only screen and (max-width: 767px) {
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
position: absolute;
bottom: 0;
}
.av-masonry-entry .av-masonry-entry-title {
line-height: 1.1em;
font-size: 11px;
}
}
Regards,
Ismael
For the testimonials on mobile, add this:
@media only screen and (max-width: 767px) {
#top .av-large-testimonial-slider .avia-testimonial-content{ border:none; padding: 0; background: transparent; font-size: 1em; line-height: 1.4em;}
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{ padding: 0px 30px; }
#top .av-large-testimonial-slider .avia-slideshow-arrows a{ font-size: 22px; top: 25%; margin: 0;}
}
Best regards,
Josue
Updated to the 3.0. all of a sudden all my product images on their detail page are huge. Not sure what happened but here is the css style info that I have been using and have not changed for a long time. Not sure if therein is the problem or? My website is lindapirri,com. Go to portfolio>artprints and then click on any image:
.product-sorting, .related.products { display: none!important; }#header_main_alternate { z-index: 2; }
.single-product #top .price { display: none!important; }
li.additional_information_tab { display: none; }.single-product .price { display: none!important; }h1.product_title{
font-size: 22px !important;
}
#top .variations .label label {
margin-top: 5px;
text-align: left;
min-width: 220px;
}
#top .price { display: none!important; }
.template-shop .product_meta { display: none!important; }
#top .variations td.label { background-color: #222222; color: white; }
.products .product h3 { text-align: center; }
.inner_product .avia_cart_buttons { display: none!important; }
Hi!
It should be:
.custom_info{
right: 0;
position: absolute;
line-height: 24px;
top: 18px;
font-size: 14px;
font-family: “Merriweather”;
}
Cheers!
Josue
Hi!
You can turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your icon a custom CSS class and then add following code to Quick CSS
.custom-class .av_font_icon a {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.custom-class .av_font_icon a:before { display: none; }
Cheers!
Yigit
Hey Josue,
I’m trying to use the google font in there with this css, but not sure I’m doing it right because it doesn’t work:
/* header info right */
.custom_info{
right: 0;
position: absolute;
line-height: 24px;
top: 18px;
font-size: 14px;
font-family: “Merriweather”,”Helvetic…vetica,Arial,sans-serif;
}
Hi!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” to increase font size of Menu
and go to Enfold theme options > Header and choose to display “Custom pixel value” for header size and increase it as needed
Regards,
Yigit
This reply has been marked as private.
Hi bakbek!
Your pricing table looks fine on my end. If you would like to adjust font size, please add following code to Quick CSS in Enfold theme options under General Styling tab
.pricing-table li.avia-pricing-row { font-size: 55px; }
Regards,
Yigit
Josue:
The image has disappeared on my iPhone. I only see the telephone number now (and the telephone number is still not centered).
Can you fix this?
Here is all code from Quick CSS:
h1, h2, h3, h4, h5, h6 { text-transform: none!important; }
.phone-info {
font-size: 18px;
padding: 15px 0;
color: #a70600!important;
}
@media only screen and (min-width: 1140px) {
strong.logo {
left: 20%;
}}
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 85%;
height: auto !important;
margin-top: 5px!important;
}}
div .logo {
float: left;
position: absolute;
left: -5px;
}
.header-meta-img { position: relative; left: 10px; top: -10px; }
.phone-info a img {
position: absolute;
left: 36%;
top: 8px;
}
@media only screen and (max-width: 767px) {
.phone-info a img {
display: none;
}
}