Viewing 30 results - 17,311 through 17,340 (of 18,745 total)
  • Author
    Search Results
  • #217164

    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!
    Yigit

    #217143
    This reply has been marked as private.

    Hi 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,
    Yigit

    #216789

    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!
    Yigit

    #216776

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #216763

    In 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.
    #216758

    In 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 unfortunately

    Cheers!
    Yigit

    #216754

    In 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 Chrome

    3. 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

    #216745

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #216728

    In 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

    #216701
    hianta
    Participant

    Hi,

    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;}

    #216680

    Hey 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,
    Devin

    #216566

    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.

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {font-size: 16px;}

    #216318

    In 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

    Hi 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

    #216264

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #216226

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #216223

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #216219

    In 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;
    }

    On 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>

    #216096

    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,
    Ismael

    #216019
    gentlemansgazette
    Participant

    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?
    Thanks

    #215935
    brenda28
    Participant

    How do I change the form button font to a bigger size?

    #215917

    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!
    Yigit

    #215895

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #215740

    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!

    #215551
    petekellyj
    Participant

    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/

    #215549

    In 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;
    }

    Hey!

    Please add following code to Quick CSS and adjust as needed as well

    #top .avia-slideshow-button { font-size: 18px; }

    Please do not hesitate to ask your questions :)

    Best regards,
    Yigit

Viewing 30 results - 17,311 through 17,340 (of 18,745 total)