-
AuthorSearch Results
-
January 30, 2014 at 10:01 pm #217164
In reply to: Legend size on small/easy-slider on iPad & iPhone
Hey marienoisette!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .avia-caption .avia-caption-title { font-size: 10px; } }Cheers!
YigitJanuary 30, 2014 at 9:11 pm #217143In reply to: Hiding very top Banner so not a double navigation
This reply has been marked as private.January 30, 2014 at 5:06 pm #217040Hi Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }Regards,
YigitJanuary 30, 2014 at 4:56 am #216789In reply to: Business Name / Address / Phone in Header
Hey!
It looks like this http://i.imgur.com/A4ZDldV.jpg
You can adjust it using following class.social_header .phone-info { font-size: 15px; }Cheers!
YigitJanuary 30, 2014 at 4:31 am #216776In reply to: Font Weight Font Size
This reply has been marked as private.January 30, 2014 at 4:17 am #216763In reply to: Font Weight Font Size
Gracias!
1. Is there a way to put the mail envelope icon inside the button to the left of the word “submit’? Shortcode? How would I do that?
2. Yes I noticed that the font looks the same in Firefox and Chrome. Safari looks much better. I’m guessing that Firefox and Chrome doesn’t recognize anything under font weight 300. I just doesn’t look as crisp. HOWEVER, the site I sent you a link to above actually looks perfect on all. I wonder what they did?
Thanks for your help Yigit! Jas
-
This reply was modified 12 years, 3 months ago by
Jasmer.
January 30, 2014 at 4:05 am #216758In reply to: Font Weight Font Size
Hi!
I have updated my previous code, please try it now. There was a small typo that is why submit button looks like how it looks now. That should fix it.
I checked your website on Chrome, Firefox and IE and text looks fine on all of them and since custom CSS code is being applied, i am not really sure what we can do about it unfortunatelyCheers!
YigitJanuary 30, 2014 at 3:58 am #216754In reply to: Font Weight Font Size
Yigit,
Thank you.
1. I don’t think the visual change to the submit button worked. It seems mostly invisible.
2. For some reason chrome does not look as thin as Safari. If you look at my screenshot of safari you can see the difference.
– Safari
– Your Chrome3. The color change to the submit button also took the blue away from the search box but that is ok. I think I like that.
Thank you, Jas
January 30, 2014 at 3:42 am #216745In reply to: Font Weight Font Size
January 30, 2014 at 1:54 am #216728In reply to: Font Weight Font Size
Hi Yigit,
Urgent. Will you please answer the last 3 posts when you have a moment?
There are a couple posts I could not delete (I put a “-” instead) because I solved those issues, but there are still three readable posts I’d like to solve.
Thank you, Jas
January 30, 2014 at 12:52 am #216701Topic: changing the font of the menu
in forum Enfoldhianta
ParticipantHi,
I’ve just updated to the new version of Enfold, and it cancelled my custom font for the menu…
not sure how to make it come back.
my custom font is CaviarDreams and this is the CSS I had pasted in Quick Css form:
.header_color .main_menu ul:first-child > li > a { font-family: ‘caviar_dreamsregular’;
src: url(‘caviardreams-webfont.eot’);
src: url(‘caviardreams-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘caviardreams-webfont.woff’) format(‘woff’),
url(‘caviardreams-webfont.ttf’) format(‘truetype’),
url(‘caviardreams-webfont.svg#caviar_dreamsregular’) format(‘svg’);
font-weight: normal;
font-style: normal;
font-size: medium;}January 30, 2014 at 12:02 am #216680Hey gentlemansgazette!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-content-slider .slide-entry-title { font-size: 23px; }You can adjust it as needed.
If you want it to only effect the home page then you can use:
#top.home .avia-content-slider .slide-entry-title { font-size: 23px; }Best regards,
DevinJanuary 29, 2014 at 7:23 pm #216566In reply to: fixed background image and width
Your child theme style.css has a missing bracket so all the css after it is not actually being executed. You can, in the future, inspect your color section with dev tools in the browser and if the css isn’t showing as effecting the element then the css file has an issue.
In your case, look for this block:
/*fix header dissapearing on ipad */ @media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ h1 { font-size: 24px; padding-right:30px; }It needs to have a closing bracket on the media query.
January 29, 2014 at 2:49 pm #216371.bottom_nav_header.social_header .main_menu ul:first-child > li a {font-size: 16px;}
January 29, 2014 at 11:28 am #216318In reply to: Font Weight Font Size
Hi Yigit,
I noticed this code causes a problem in the search box. See that little space? When I remove the code the problem goes away. Hmm.
#top input[type="text"] { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; }Thank you so much for your time, Jasmer
-
This reply was modified 12 years, 3 months ago by
Jasmer. Reason: one problem solved, one still remaining
January 29, 2014 at 11:23 am #216316Hi Yigit,
thanks for the answer. But this does not solve the Problem i mentioned.
Please take a look at the screenshot:
http://authentic-voice.at/wp-content/uploads/2014/01/123.jpg
The Menu is still overlapping to the right. How can i get rid of this?
And i am not able to enlarge the size ofthe menu font.
I tried these codes:.main_menu ul:first-child>li>a {
font-size: 16px;
}and :
#top .main_menu .menu li ul a { font-size: 15px; }
both with different fonts but no change in the size.
Thanks
January 29, 2014 at 9:38 am #216264In reply to: Font Weight Font Size
This reply has been marked as private.January 29, 2014 at 4:43 am #216226In reply to: Font Weight Font Size
This reply has been marked as private.January 29, 2014 at 4:05 am #216223In reply to: Font Weight Font Size
This reply has been marked as private.January 29, 2014 at 3:57 am #216219In reply to: Font Weight Font Size
Hey Yigit! Thanks!
1. **********BROWSER FONT RENDERING: Why does the font look bolder in Chrome, Firefox Etc? Look at the copyright etc. All the font is noticeably bolder. It ruins my fun! note: I reset my browser to factory defaults so it definitely cleared the cache.
Safari (perfect)
Chrome (not good)2. BUTTON: The submit button seems to get larger and smaller when I change the text. How can I change that differential? I’d like to make the font larger and the button smaller.
3. BUTTON EDIT: Would you happen to know how to make the button look like this? With just a ultra thin stroke around it :)
Gracias! Jas
Here is the entire CSS so you can see what is gong on:
/* misc */ .title_container { display: none; } .form-allowed-tags { display:none; } a, a:hover { text-decoration: none!important; } /* top */ #top .social_bookmarks li { border-right-style: none; } .phone-info { font-weight: 500!important; font-size: 110%!important; } .main_menu a { font-weight: 400!important; } /* body */ h2 { font-weight: 100!important; font-size: 130%!important; } h3 { font-weight: 100!important; } h4 { font-weight: 100!important; font-size: 130%!important; } p { font-weight: 100!important; font-size: 110%!important; } body { font-weight: 100!important; } /* form*/ .avia_ajax_form label { font-weight: 100!important; } #top input[type="text"] { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; } #top textarea { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; } .avia_ajax_form .button { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 100!important; } /* sidebar */ .asc_count { font-weight: 300!important; } .news-headline { font-weight: 100!important; } .rsswidget { font-weight: 300!important; }January 29, 2014 at 3:40 am #216217On this page
http://staging.actify.com/product-visualization/I have 2 pieces of code. The first one displays a white box “Request a Quote” that pops-up a form named #fancyboxID-2. This works great.
The second piece displays a blue box “Request a Quote” with an icon in it as well. The box is perfect but I am unable to get it to pop up the same form. I have tried many variations but cant it to work right.Could you tell me how to change the code in the second instance to pop up the same form as in the first piece of code?
Code that works well:
<div class=”avia-button-wrap avia-button-center avia-builder-el-16 el_after_av_hr “><span class=”avia_button_icon” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=”font-size:18px;”></span><span class=”avia_iconbox_title”>Request a Quote</span></div>Code that wont pop the form correctly.
<div style=”float: left;”>[av_button label='Request a Quote' link='manually,#fancyboxID-2' link_target='' color='custom' custom_bg='#41c0e1' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='ue871' font='entypo-fontello']</div>January 28, 2014 at 11:56 pm #216096In reply to: form button font bigger
Hi!
You can add this on Quick CSS:
.avia_ajax_form .button { margin: 0; padding: 16px 50px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 20px; }Regards,
IsmaelJanuary 28, 2014 at 8:02 pm #216019Topic: How to Increase the heading font size on Blog Post Widgets.
in forum Enfoldgentlemansgazette
ParticipantHi there,
I use a number of blog posts widgets with the advanced layout builder on my homepage. Unfortunately the font of the title underneath the big slider is too small. How can I increase it?
ThanksJanuary 28, 2014 at 6:10 pm #215935Topic: form button font bigger
in forum Enfoldbrenda28
ParticipantHow do I change the form button font to a bigger size?
January 28, 2014 at 5:49 pm #215917In reply to: ENFOLD 3.8.1 Header Logo and Font Resizing
Hi Pete!
You can add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { display: none; } /* removes the logo */ .main_menu ul:first-child > li > a { font-size: 17px; } /* changes the font size of main nav */Cheers!
YigitJanuary 28, 2014 at 5:31 pm #215895In reply to: Font Weight Font Size
January 28, 2014 at 12:24 pm #215740In reply to: Enfold Feature Requests
I love the new special heading element with subheadings. Nevertheless one slight improvement suggestion: Various font sizes requiere different white space. As you can chosse the font sizes, it would really make sense to control the space between heading and subheading as well. Thanks!
January 27, 2014 at 10:29 pm #215551Topic: ENFOLD 3.8.1 Header Logo and Font Resizing
in forum FAQ & Video Tutorialspetekellyj
ParticipantHi,
I am trying to figure out how to increase both my logo size and or remove it al together from the header section? I would also like to able to change font size easily in the header. How would I do this?my website is: http://vermonttrophyguides.com/
January 27, 2014 at 10:27 pm #215549In reply to: Font Weight Font Size
Hi Yigit,
Thank you!
Almost done. As you can see on the form page in the link I provided still shows bold: I’d like to font-weight: 300 these 3 elements:
1. CONTACT FORM: The submit button font size I’d like to enlarge and font weight 300. I can change the size of the font but I can’t seem to change the weight.
2. CONTACT FORM: How do I change the input text font? The font that users will type to submit?
3. BROWSERS: The code I have listed below seems to work on Safari for Mac but the changes are showing on Chrome or Firefox?? Why?
4. How do I get rid of the underlines in links site wide?
Thank you!
Currently this is what I have: Is this correct? Seems to work.
.title_container { display: none; } .form-allowed-tags { display:none; } h2 { font-weight: 100!important; font-size: 130%!important; } h3 { font-weight: 100!important; } h4 { font-weight: 100!important; font-size: 130%!important; } p { font-weight: 100!important; font-size: 110%!important; } body { font-weight: 100!important; } .main_menu a { font-weight: 400!important; } .avia_ajax_form label { font-weight: 100!important; } .phone-info { font-weight: 500!important; font-size: 110%!important; } .asc_count { font-weight: 300!important; } .news-headline { font-weight: 100!important; } .rsswidget { font-weight: 300!important; }January 27, 2014 at 9:59 pm #215531 -
This reply was modified 12 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi there,
I use a number of blog posts widgets with the advanced layout builder on my homepage. Unfortunately the font of the title underneath the big slider is too small. How can I increase it?
ThanksTopic: form button font bigger
How do I change the form button font to a bigger size?
Hi,
I am trying to figure out how to increase both my logo size and or remove it al together from the header section? I would also like to able to change font size easily in the header. How would I do this?my website is: http://vermonttrophyguides.com/
