Viewing 30 results - 17,851 through 17,880 (of 18,727 total)
  • Author
    Search Results
  • #188167
    mayorninja
    Participant

    Hey guys, sorry if this was already pointed out, but the image scaling for the fixed header logo in Firefox 25 is suddenly really poor once the header is resized. It was fine through Firefox 24, but it looks like image-redering: optimizequality is what’s messing it up, so maybe they deprecated that, or it’s a bug. It’s possibly just an issue on OS X, too, since I haven’t checked other platforms. (Edit: Looking at it closer, it actually affects all scaled images, which of course makes sense.)

    I guess while I’m on the subject, I’d also like to point out that FF25 supports -moz-osx-font-smoothing: grayscale, which improves the way icon fonts will render if you apply it to them. It’s very similar to -webkit-font-smoothing: antialiased. Lastly, Firefox will try to apply a faux bold to fonts that have no bold weight instead of ignoring it, and the faux bold search icon in the header has bothered me since v1.0, so if we could get a font-weight: normal on that, I’d appreciate it.

    Alright, thanks!

    • This topic was modified 12 years, 4 months ago by mayorninja.

    Hey!

    Please try following code to change font number

    .social_header .phone-info { color: orange!important; font-size: 20px!important; }

    and following for your logo

    .logo img { padding: 20px 0 0 0; }
    .header-scrolled .logo img { padding: 5px 0; }

    Best regards,
    Yigit

    #187883

    ok – the tab font size is also too small – how to increase?
    Is there a chart you have where we can see which css titles you have given to elements so we can find ourselves and write the css without having to ask you each time?

    #187846

    Hey!

    1) Please add following code to Quick CSS as well to increase the font size of main menu

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

    2) You cannot create a dropdown menu in sidebar but you can create something like http://kriesi.at/themes/enfold/pages/contact/
    You can assign parent page to your sub menu items and it will be created
    3) You can add [nolink] in Enfold theme options > Footer > Copyright section to remove “Enfold Theme by Kriesi”
    4)

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none; }

    5) Please post the link to your page where you have Dropcaps
    6) This code here should increase the font in content

    body { font-size: 16px!important; }
    
    Regards, 
    Yigit
    #187803

    Thanks!
    We would like to alter all sizes and type possibilities, especially where the typography only allows UPPER CASE letters.
    We would like the main menu larger to begin – this is too small for viewers over 40 years.

    Could you also please inform us how to set up a side menu – identical to the drop down menu under the main menu.
    We assume that this is possible – yes?

    Thanks for the reply
    : )

    #187791

    Hey!

    Please point out the elements you would like to increase font-size so we can provide you custom css code that you can add to Quick CSS in Enfold theme options under Styling tab, such as

    p { font-size: 16px; }

    Best regards,
    Yigit

    #187781

    Thanks!
    But we would like to change the sizes!
    this are much too small for the new generation websites where minimum size is at 16pt.
    Is this possible at all?

    Do we have to go into the child theme and write an entirely new css for this?
    or is there some possibility to tweak?
    We understood before purchase that the ability to work with the typography is possible.

    Thanks!
    Best regards,

    dara emerson

    #187757

    Topic: Font issue

    in forum Enfold
    bergzohar
    Participant

    Hi,
    I bought Enfold theme and i can not control the font size and type.
    Why is that?

    Thanks,
    Berg

    #187744

    In reply to: Tweaking the header

    Hi!

    1) Please go to wp-content\themes\enfold\js folder and open avia.js file and find

    el_height       = $(elements).filter(':first').height(),

    and change it to

    el_height       = 120,

    120 here represents 120pixels. Then add following code to Quick CSS in Enfold theme options under Styling tab

    .fixed_header #main { padding-top: 120px; }

    2) In WordPress dashboard, go to Appearance > Editor and open Header.php file and find

    wp_nav_menu($args);
                                echo '</nav>';

    and add following line right under it

    echo "<div class='phoneno'>tel</div>";

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

    .phoneno {
    float: right;
    font-size: 20px;
    margin-top: -25px;
    }

    Cheers!
    Yigit

    #187611

    Hi heufti65!

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:

    [av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_promobox]

    Note that you can’t use the Default Editor and the Advance Layout Builder simultaneously.

    Best regards,
    Ismael

    #187463

    Hey!

    You can pick the colors directly to prevent the button from inheriting that content sections overall style. Eg:

    
    [av_button label='Click me' link='manually,http://google.com' link_target='' color='custom' custom_bg='#81d742' custom_font='#b100ed' size='medium' position='center' icon_select='yes' icon='ue83d' font='entypo-fontello']

    Best regards,
    Devin

    DaraEmerson
    Participant

    in the Enfold Child Theme Options> STYLING
    We have: General, Header, Main Content, Alternate Content, Footer, Socket
    We do not have: Fonts, Background!

    Why is this?

    where can we adjust sizes etc… of fonts?
    how can we adjust the background

    your documentation needs work!

    • This topic was modified 12 years, 4 months ago by DaraEmerson.

    the code for the social bar doesnt work.

    is there a conflict in some of my CSS style code?

    #top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
    #top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }

    #top .header_color .main_menu .menu ul li a{
    background-color: #4787f3;
    color: #ffffff;
    font-size: 17px;
    }
    #header_main {
    background: #4787f3;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 17px;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .woocommerce .template-shop.content.nine.units {
    width: 100%;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .woocommerce .template-shop.content.nine.units {
    }
    .grid-content {
    height: 70px;
    }
    .woocommerce .sidebar {
    display: none !important;
    }
    .woocommerce .template-shop.content.nine.units {
    width: 1030px;
    border: none;
    }
    .header_color .sub_menu>ul>li>a {
    font-size: 12px;
    color: #0e75bf;
    }
    #top .main_menu .menu a {
    color: white;
    }
    #top .main_menu .menu a:hover {
    color: white;
    }
    .main_menu ul:first-child > li > a {
    font-size: 17px;
    font-weight: 700;
    color: white;
    }

    #footer .widget {
    padding: 30px 0 30px 0 !important;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 100px;
    }

    #top .sidebar_tab_content.sidebar_active_tab_content {
    background-color: #fff;
    color: black;
    }
    #top .sidebar_tab.sidebar_active_tab {
    background-color:#0e75bf;
    color: #fff;
    }
    .slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
    color: #0e75bf;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 10px;
    }
    #top .ajax_controlls {
    top: 70%;
    }
    #footer .widget_nav_menu li a {
    font-size: 20px;
    }

    #menu-item-1045 a, #menu-item-1044 a, #menu-item-1043 a, #menu-item-1988 a {
    color: #FFF;
    font-size: 25px;
    }
    #footer .widget_nav_menu li a {
    text-align: center;
    }
    .iconbox_icon {
    background-color: white !important;
    }
    .widget_nav_menu h3.widgettitle {
    text-align: center;
    }
    #top .iconbox {
    width: 100%;
    }
    #top .avia_mega_div {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .sub-menu {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .menu-item ul {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .main_menu .menu ul li a {
    background-color: #f5f2f5;
    color: white
    }
    .sidebar_tab_title {
    margin-left: 10px !important;
    }
    #js_sort_items a {
    font-size: 19px;
    }
    #top.woocommerce-page .woocommerce-ordering select { width: 25%; }

    @media only screen and (max-width: 767px) {
    #top.woocommerce-page .woocommerce-ordering select {width: auto; }
    }
    .chzn-container {
    position: initial;
    }
    #top .chzn-container .chzn-drop {
    top: 70px !important;
    width: 325px !important;
    margin-left: 3px;
    }
    .woocommerce-pagination {
    display: none;
    }
    #top.tax-product_cat .container > .term-description {
    display: none;
    }
    .added_to_cart {
    display: none;
    }
    .form-row.address-field{
    overflow: visible;
    }
    #top .chzn-single div b {
    background-position: 5px 6px !important;
    }
    .widget .gform_wrapper .gform_footer br{
    display: none !important;
    }
    div .main_color .active_tab {
    background-color: #0e75bf;
    color: #FFF;
    }
    div .main_color .tabcontainer .active_tab {
    color:#FFF;
    }
    #top .main_color .tabcontainer .tab:hover {
    #FFF:

    }
    .main_menu ul:first-child > li > a {
    padding: 0 5px;

    }
    #top .main_menu ul:first-child > li > a {
    padding: 0 13px;

    }
    .social_header .phone-info.with_nav span {
    color: orange;
    font-size: 20px;
    }

    Hey!

    Looks like you managed to change the main menu font color and size. You can use this for the phone number:

    .social_header .phone-info.with_nav span {
    color: orange;
    font-size: 20px;
    }

    Regards,
    Ismael

    Hi

    Ismael. It was on a 17″ computer screen but I still have big problems that I really need to resolve now.

    My logo is : 250 x 101 so it’s not big.
    The problem I think is that my menu has to be written in capitals.

    When I am on 17″ computer I have this problem: The logo is WAY TOO CLOSE to the nav bar text. And it even goes on the first word when the page first appears.
    https://www.dropbox.com/s/5iz4ngqfhn0uxed/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg
    AND on ipad look what I have.
    https://www.dropbox.com/s/oadbyqxlukzdxzv/IMG_1087.PNG

    But when it’s enfold default logo it’s almost perfect (still too close but better) (on computer screen)

    https://www.dropbox.com/s/n5p25999q0mo4w3/Banners_and_Alerts_et_mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg

    In my css I have all of these:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive .mobile_menu_tablet .main_menu {
    display: block!important; }}

    div .logo { left: -30px; }

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a {
    padding: 0 10px !important;
    font-size: 12px;
    }
    }

    I really need to fix this..Please.

    Kind regards

    Delphine

    Hey!

    What screen resolution are you testing this with? You can add this on your custom.css or Quick CSS to prevent the menus from overlapping the logo on iPad or mobile view:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a {
    padding: 0 10px !important;
    font-size: 12px;
    }
    }

    Cheers!
    Ismael

    #186892

    In reply to: H1 tag size

    Hi!

    Font size of H6 is 14px. If you would like to make all H1 tags 14px, please add following code to Quick CSS in Enfold theme options under Styling tab

    h1 { font-size: 14px!important; }

    Best regards,
    Yigit

    #186550

    Hi!

    The code should work:

    .main_menu ul:first-child > li > a {
    padding: 0 12px !important;
    font-size: 15px;
    }

    Please remove browser cache then reload the page a few times. Don’t forget to “Save Changes”.

    Regards,
    Ismael

    #186472
    tiredagent
    Participant

    The question asked in #185474 was solved tangentially, but adjusting padding and font size. But I have a situation where a customer wants to know if we can wrap menu items. The following entries are only examples but you’ll get the idea:
    Home About Us Electrocardiography Program Center Peritoneal Dialysis Training Department

    I’ve suggested modifying the content – ECG Program Peritoneal Dialysis Dept
    I suggested breaking centers and departments into mega menus
    I tried entering <br> in the lines but that obviously didn’t work:

    They still ask about wrapping items so I’m asking if you have a trick to arrive at something like this?

    Home About Us Electrocardiography Peritoneal Dialysis
    Program Center Training Department

    Line height is off but you get the idea.

    #186413

    In reply to: H1 tag size

    Hi thanks for trying but that did not do it either. I have searched the forum before posting one search that did work was making the phone number bigger.
    .social_header .phone-info { font-size: 20px!important; }

    so far though nothing is working for making the H1 to look like H3 but be an H1, we all know SEO wise how important H1, 2 and 3 tags are. and I love this theme but all caps and so big is annoying. any other help?

    #186398

    Hey!

    Please use this on your custom.css or Quick CSS:

    @media only screen and (min-width: 769px) and (max-width: 1250px) {
    .logo img {
    width: 180px !important;
    margin-top: 10px;
    }
    
    .main_menu ul:first-child > li > a {
    font-weight: 600;
    font-size: 11px;
    }
    }

    Cheers!
    Ismael

    #186395

    In reply to: H1 tag size

    Hey!

    Please use this:

    .product_title.entry-title {
    font-size: 12px !important;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #186392

    Hey seelyjen!

    You can add this on your custom.css or Quick CSS:

    #top .fullsize .template-blog .post .entry-content > * {
    text-align: left;
    }

    You can use this to modify the meta info:

    .post-meta-infos {
    font-size: 10px;
    }

    Regards,
    Ismael

    #186365

    Hey juannjo1!

    What type of header do you have? You can use this:

    .main_menu ul:first-child > li > a {
    padding: 0 12px;
    font-size: 15px;
    }

    Regards,
    Ismael

    #186347

    Hi!

    Add this too:

    .toggler{
        font-weight: bold;
        font-size: 18px !important;
    }
    .toggle_icon{
        top: 15px !important;
    }

    Cheers!
    Josue

    #186324

    In reply to: H1 tag size

    @ContentedKerry: try:
    .div.product .product_title { font-size: 42px !important; }

    • This reply was modified 12 years, 4 months ago by melonmelon.
    #186296

    In reply to: H1 tag size

    I was looking for a way also to change the font size of the H1, 2 and 3 and not have them all upper case can you help. I will need to know where to put this information and what to put in,

    #186269

    I tried changing the width to 989 and I’m still having issues with my menu showing up under my logo on an iPad and other similar devices:
    http://www.alpineorthopaedics.com

    I just changed it to 1024 and it still doesn’t work…. is there a way to have the menu font size shrink responsively so that the original menu would still show up on an iPad and not encroach under the logo?

    • This reply was modified 12 years, 4 months ago by ewingmh.
    #186231

    In reply to: H1 tag size

    Hi ContentedKerry!

    Please try replacing your code with following one

    div.product .product_title { font-size: 42px; }

    Cheers!
    Yigit

    #186219

    Topic: H1 tag size

    in forum Enfold
    ContentedKerry
    Participant

    Hi
    I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.

    h1.product_title{
    font-size: 42px !important;
    }

Viewing 30 results - 17,851 through 17,880 (of 18,727 total)