Viewing 30 results - 17,281 through 17,310 (of 18,727 total)
  • Author
    Search Results
  • #218548

    Hi!

    I’m not sure why you though that upgrading would give you text size control on headlines but that is not in any plans for the theme right now.

    If you use a Special Heading element you can choose the H1-H6 option which changes the output and if you want more specific control of the font size of those elements you can add css to the Quick CSS to modify them. Eg;

    
    h3 { font-size: 16px; }
    

    Regards,
    Devin

    #218383

    Hi Devin! Thanks very much. I had assumed that the demo was using the default. I’ll not make that mistake again ;)

    Much appreciated!

    #218380
    #218379
    foreigner
    Participant

    Hi. No doubt the answer to my question is an obvious one, but I cannot find settings for font size–just for font type, font color, etc. I’m aware that different font faces can differ in size, but I’m using the same font–Open Sans–as the Enfold demo. Yet the Enfold demo site-wide text ( not just main body text, but ALL text, even breadcrumbs) is noticeably larger. I know I can change font size within a given element using inline css in a text box–but where is the setting for overall (site-wide) text size?

    Thanks!

    #217736

    Hey sineadh!

    Please use this on Quick CSS:

    #top form h3 {
    font-size: 15px;
    font-weight: 400;
    }

    Use this to change the color of the submit button:

    .main_color input[type='submit'] {
    background: red;
    }

    Regards,
    Ismael

    #217715

    Disappointed that the upgrade didn’t fix the lack of headline control, I went ahead and took jtree’s advice and installed the Ultimate Tiny MC plugin which has allowed me to view headline options and enable font control (thanks jtree5757). Hopefully sailing will be a bit smoother here on out.

    #217675
    sineadh
    Participant

    Hiya,

    Is it possible to make the Contact form title a smaller font and not bold?

    font-size: 15px;
    font-weight: 300;

    and also change the colour of the form button (Have it different from the set link colour)

    Thanks!!!

    #217669

    In reply to: HEADER MENU

    Great thanks.
    Is this code correct? All is working besides from the hover state isn’t previewing the correct colour.
    Thanks!

    .header_color .main_menu ul:first-child>li>a {
    font-size: 14px;
    font-family: ‘Raleway, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    }

    .header_color .main_menu ul#menu-main_navi:first-child > li a:hover { color: #a37a08; }
    .header_color .main_menu ul#menu-main_navi:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #918f91; }

    #217571

    In reply to: Spacing Issues

    Hi!

    You can add following code to Quick CSS as well

    @media only screen and (max-width: 989px) {
    .widget_nav_menu a {
    font-size: 11px; }}

    Best regards,
    Yigit

    Hi Yigit,

    GOT IT !! My yesterday’s idea worked.

    Best regards,

    Klaus

    Here’s my complete Quick-CSS-Code:

    h4.iconlist_title {
    color: #808080;
    font-size: 16px;
    }

    .iconbox_content {
    min-height: 220px;
    }

    /*iOS-Geräte interpretieren die Zahlen im phone-info als Link! */
    .header_color .phone-info, .header_color .phone-info a {
    color: white !important;
    }

    .header_color .social_bookmarks a {
    color: #000000;
    }

    body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #0045b5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px; /*Größe des Zeichens im Kreis*/
    }

    .avia-icon-list .iconlist-timeline {
    left: 21px;
    }

    #217255

    In reply to: Header questions

    Hey!

    That’s expected, as there is no Menu, a fallback Menu is being called. You need to create a new Menu and assign it as the primary Menu in Menu locations.

    Add these codes in the Quick CSS for 3 and 4:

    .social_bookmarks a {
        font-size: 20px !important;
    }
    .logo img {
        height: 100% !important;
    }
    .bottom_nav_header.social_header #header_main .container {
        height: 149px !important;
    }

    Cheers!
    Josue

    #217226

    In reply to: Spacing Issues

    See these lines (one or both of theme) to change the spacing between the title of the page and the body :
    #top .title_container .container{padding:10px 0;min-height: 56px;}
    .title_container .main-title {margin: 0;font-size: 16px;position: relative;z-index: 2;min-height: 36px; line-height: 2.3em; top: 0;font-weight: 400;}

    #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, 1 month 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, 1 month 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.
Viewing 30 results - 17,281 through 17,310 (of 18,727 total)