Viewing 30 results - 17,311 through 17,340 (of 18,727 total)
  • Author
    Search Results
  • #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

    Thanks, that did it. One last thing please, if you don’t mind. How do I make the box stay relative to the font size? Right now I have it set to 28, but the box around the font isn’t relative to it’s size the way it is on the title box that says Welcome.

    Hey!

    Please replace the code i posted with following one

    .caption_framed .slideshow_caption .avia-caption-content p {
    color: #99cc00;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    padding: 20px;
    }

    Cheers!
    Yigit

    • This reply was modified 12 years, 1 month ago by Yigit.

    Hi Alex!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .caption_framed .slideshow_caption .avia-caption-content p { color: #99cc00; font-size: 18px; }

    Cheers!
    Yigit

    #215473

    Hi!

    Please try adding following code to Quick CSS as well

    .avia-button.avia-size-large {
    padding: 25px 9px 13px;
    min-height: 120px;
    } 
    .avia-button.avia-size-large {
    font-size: 18px;
    }

    Regards,
    Yigit

    #215403

    Hey!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .avia-slideshow .avia-caption .avia-caption-title {
    font-size: 10px;
    }}

    Regards,
    Yigit

    #215388

    Yup seems to be working, oddly enough. =) I wont bother trying to figure out why it didn’t work in the child theme’s css file before. It’s working now, and thats good enough for me. Thank you for the support. You guys rock.

    #215373

    Hi!

    I have added custom CSS code to bottom of Quick CSS section in Enfold theme options under Styling tab and it seems to be working now. Please review your website and confirm that it is working fine for you too so we can mark this thread as resolved.

    Best regards,
    Yigit

    #215361

    In reply to: Font Weight Font Size

    Hi!

    Please try adding !important rule to force your custom CSS as following

    h2 {
      font-weight: normal!important;
    }
    
    h3 {
      font-weight: 300!important;
    }
    
    h4 {
      font-weight: 300!important;
    }
    
    p {
      font-weight: 300!important;
      font-size: 115%!important; 
    }

    Please also note that in your code, font size is missing semi colon at the end

    Regards,
    Yigit

    #215335

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #215334

    Topic: Font Weight Font Size

    in forum Enfold
    Jasmer
    Participant

    I have changed the font weight with the following in quick CSS.

    I cannot get the sidebar headings to change font weight.

    I cannot get the headings for the form page to enlarge and lighten.

    Basically I’d like to adjust all the fonts on the theme. Do you have sone quick CSS I can try?

    Thank you for your time

    h2 {
      font-weight: normal;
    }
    
    h3 {
      font-weight: 300;
    }
    
    h4 {
      font-weight: 300;
    }
    
    p {
      font-weight: 300;
      font-size: 115%
    }
    #215306

    Menu option to easily adjust font sizes for most elements in header, navigation, body, footer, and socket in the Theme Options instead of quick CSS.

    #214928
    This reply has been marked as private.
    #214912

    Hi!

    Please give us the login details. Set it as a private reply. We would like to inspect it.

    Regards,
    Ismael

    #214856

    Hi BlendMarketing!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    
    @media only screen and (max-width: 767px) {
    .avia-slideshow .avia-caption .avia-caption-title
    { font-size: 14px; }}
    @media only screen and (max-width: 480px) {
    .avia-caption {
    bottom: -10px;
    left: -18px;
    padding: 0 20px;
    width: 305px;
    }
    .avia-caption .avia-caption-title { margin: 0; }
    }

    Best regards,
    Yigit

    #214837

    Hi Yigit,

    Yes, that is where I have been trying the code given above.

    Japk

    #214819

    Hi!

    Have you tried adding the codes to Style.css file of your child theme? If not, please try and let us know if it works

    Best regards,
    Yigit

    #214796

    Thanks Ismael,

    I’ve tried your suggestion, but still the stubborn text size has not changed. I did clear the cache.

    #214795
    mijyman
    Participant

    Hi there,

    My website:

    http://www.whitestagweddings.com/

    I have added some quick css:

    .home .content { padding-top: 0px!important; }
    .main_menu ul:first-child>li>a {
    font-size: 9px;
    }

    to alter with the padding on the home page and the font size of the menu. In other pages, i.e. pricing (http://www.whitestagweddings.com/pricing/) i’d like to have the same padding but I can’t seem to get it to work?
    Is there any way to alter my code or add code to get the padding to fit on all pages (very small padding between header and page content).

    Thank you very much!

    Andy

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