Viewing 30 results - 15,121 through 15,150 (of 18,733 total)
  • Author
    Search Results
  • #360211

    Thanks that worked. Is there a way to change the size of the main menu’s font size when the header is shrunk down?

    #360103
    curtdonohue
    Participant

    Hi,

    I’ve sort of figured out how to adjust the size of many of the font elements I want to change. I’ve read this support article: http://kriesi.at/documentation/enfold/change-the-default-font-size/.

    I’m also aware of changes I can make to various elements in the Advanced Styling section of the Enfold Theme’s options.

    Question #1:
    Why isn’t changing the body font size part of those options in the Advanced Styling section? It would be great if you could add that option.

    Question #2:
    Through your support response noted above, I was able to change my body font size but I was wondering if anyone was aware of general design guidelines on how to adjust all the other fonts in relationship to changing the body font? I’ve found the following resources regarding “Golden Mean” typography that seem to be reasonably relevant:
    1. http://www.pearsonified.com/2011/12/golden-ratio-typography.php
    2. http://www.pearsonified.com/typography/

    The above information is great at helping me understand the size I may want for my base body font. However, I don’t understand how to translate into sizes for H1, H2, H3, ect.

    Has anyone run across this before?

    #360097
    curtdonohue
    Participant

    In the “Content Elements” section of the Avia Layout Builder, there is a “Button” element.

    I’d like to make the text for those buttons larger. How do I do that?

    Also, we can choose the size of the buttons we like (i.e. small, medium, large, x-large). I may want to change the size of those buttons. How do I do that?

    Thanks for the help!

    Hi Ismael,

    Thank you for your response. I have exactly the same problem as the other participant in the previous thread. I am trying to use the following options which i assume should result in having the thin font type for those headings.

    Special heading
    – Heading Type is set to “H1”
    – Heading Style is set to “Heading style modern (Centered)”
    – Heading Size is set to “50”

    The whole thing works as it should when I am logged into WP Admin but when I log out, it stops showing the thin modern style.

    Best wishes,
    Steve

    #360037
    agameseo
    Participant

    Hi,

    We love this theme and have been running with no issues, until today. For some reason our Special Headings are all now displaying as code on the website, like shown below:

    <’h1′ class=’av-special-heading-tag’ itemprop=”headline” style=’padding-bottom:’10′px;font-size:”px;’>’Adult

    This seems to be happening only with text that is using the Special Heading element. Could you please take a look at this as soon as possible and let us know how this can be resolved?

    Thank you for your attention to this issue and your help in resolving it. We appreciate it.

    Kind Regards,

    Alex

    #359993

    Hi Ismael,

    Reducing the font size is a quick work around, but this doesn’t make it responsive.

    If the font remains the same size at 80px, and the text reaches the end of the screen it should drop down to the next line right? Whats the code to make it truely responsive?

    #359852
    MarcG5
    Participant

    Hi All,

    Apologies for the long winded message but there are a few tweaks that’s needed to my site after upgrading from 2.9.2 to 3.0.4 and WP 4.0.1 My live site can be seen here: http://www.marcgodfreeweddings.co.uk and my dev site here: http://www.dev.marcgodfreeweddings.co.uk

    Home page:
    – My logo and menu on my live site does not have a line separator between them yet my dev site does. How can this be removed? (please note my custom css below)

    Pages:
    – The page title (same level as the breadcrumb) is forced left on my dev site. How can this be aligned with the page content as seen on my live site?

    With Mobile devices (iPad air) my menu is wrapping in landscape view on my dev site. I have previously included the following css code which worked on my live site but not in dev. Please can you let me know what I need to modify to resolve this?:

    /* Responsive menu placement in Portrait mode */
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: 65px !important;
    top: 5px;
    }
    }
    
    @media only screen and (max-width: 990px) {
    .title_container .breadcrumb { right: auto; top: 75%; left: 0; margin-left: -2px; }
    #top .title_container .container { min-height: 60px; }}

    Here is a list of the full custom ccs code that I am using:

    /*Border removal for the main menu*/
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, .html_bottom_nav_header.html_logo_center #top #menu-item-search>a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a { border: none; }
    
    #header_main { border-bottom-style: none; }
    /*Border removal for the main menu - end*/
    
    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:80px; line-height: 150px; }
    
    /*Font sizes for H1-6 headings*/
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 1px;
    }
    
    h1 {font-size: 25px};
    h2 {font-size: 18px;line-height: 1.1em;margin-bottom: 10px;}
    h2 {font-size: 18px;line-height: 1.1em;margin-bottom: 10px;}
    
    h3 {font-size: 15px};
    h4 {font-size: 12px};
    h5 {font-size: 12px};
    h6 {font-size: 10px};
    
    #top .main_menu .menu li ul a { font-size: 18px; }
    
    .phone-info span{
    font-size: 1.30em;
    }
    
    /*End of font sizing for H1-6 headings & Submenu resize*/
    
    /* White space removal after slider and headlines */
    .av_textblock_section {
    margin-top: -25px;
    }
    /* White space removal after slider and headlines - END*/
    
    /*Testimonial white space reducer*/
    .avia-testimonial {
    padding: 10 20px;
    }
    
    .avia-testimonial-wrapper {
    margin: 0 0 30px 0;
    }
    /*Testimonial white space reducer-END*/
    
    /*White space adjustments*/
    .avia-section-large .content, .avia-section-large .sidebar {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    body .column-top-margin {
    margin-top: 0!important;
    }
    
    body.home .column-top-margin {
    margin-top: -0;
    }
    /*White space removel - end*/
    
    /*Center alignment for footer copyright*/
    #socket .copyright { width: 100%; text-align: center; }
    #socket .sub_menu_socket { margin-top: -20px; }
    /*Center alignment for footer copyright - end*/
    
    /*Main menu font size*/
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 14px; }
    /*Main menu font size - end*/
    
    /*Page title font size & Breadcrumb-Title box height*/
    .title_container .main-title {
    font-size: 20px;
    font-weight: 400;
    }
    
    #top .title_container .container {
    padding: 0px 0;
    min-height: 36px;
    }
    
    #top .alternate_color.title_container .main-title a {
    color: #e46ba8;
    }
    
    /*Page title font size & Breadcrumb-Title box height - end*/
    
    /*Line seperator spacing*/
    .hr {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    }
    /*Line seperator spacing - end*/
    
    /*Footer box height*/
    #footer, #socket .container { padding: 0; }
    #footer .widget { margin: 0; }
    /*Footer box height - end*/
    
    .phone-info span{
    font-size: 1.30em;
    }
    
    /* Phone number resizing for mobile phones */
    @media only screen and (max-width: 479px) {
    .av_phone_active_right .phone-info {
    width: 100% !important;
    text-align: center !important;
    font-size: 10px !important;
    }
    }
    
    /* Breadcrumb removal for mobile phones */
    @media only screen and (max-width: 767px) {
    div.breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }
    }
    
    /* Responsive menu placement in Portrait mode */
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: 65px !important;
    top: 5px;
    }
    }
    
    @media only screen and (max-width: 990px) {
    .title_container .breadcrumb { right: auto; top: 75%; left: 0; margin-left: -2px; }
    #top .title_container .container { min-height: 60px; }}
    
    /*Remove the option to have replies on posts*/
    div.comment-entry.post-entry { display: none; }
    /*Remove the option to have replies on posts - END*/
    
    .avia-content-slider .slide-meta div { display: none !important; }
    
    /*Remove items under each post*/
    .post .comment-container,
    .post .text-sep-comment{
    display: none;
    }
    /*Remove items under each post - END*/
    
    span.blog-categories, .text-sep-cat {
    display: none !important;
    }
    
    .single-post .breadcrumb-trail span:nth-child(5), .single-post .breadcrumb-trail span:nth-child(6) {
        display: none;
    }
    
    /*GRAVITY FORMS TEST*/
    
    .gform_wrapper .gfield_label {
    color: #black;
    font-family: Questrial, Verdana, Geneva, sans-serif;
    font-size: 16px;
    }
    
    /*GRAVITY FORMS TEST-END*/
    
    /*TEST*/
    add_action('init','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
        remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
        remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
    }
    
    /*TEST-END*/

    Thanks in advance
    Marc

    • This topic was modified 11 years, 4 months ago by MarcG5.
    #359810

    In reply to: Blockquotes leading

    Hey freeethinka!

    Can you please elaborate? Not sure if i understood you clearly.
    If you would like to change padding and font size, please add following code to Quick CSS in Enfold theme options under General Styling tab

    blockquote { padding-left: 5px; font-size: 22px; }

    Best regards,
    Yigit

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1200px) {
    .fallback_menu.av-main-nav-wrap { position: relative; right: -120px; }}


    @kristyengels
    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info {
    font-size: 16px;
    }

    If that does not help, please post the link to your website. It would be better if you start a new topic – https://kriesi.at/support/forum/enfold/#new-topic-0

    Best regards,
    Yigit

    #359536

    In reply to: phone-info with image

    I see another problem when i make the browser window smaller. the breadcrumbs disappear

    i have this in custom css

    .title_container .main-title { display: none;
     }
    .title_container .breadcrumb { left: 53px;
    }
    #top .title_container .container {
    min-height:30px !important;
    padding: 0 !important;
    margin:0 !important;
    }
    .phone-info img {
        position: relative;
        top: 7px;
    margin-top: -10px;
    }
    .phone-info {
    margin-left: -14px;
    font-size:10px;
    }
    • This reply was modified 11 years, 4 months ago by ITCJB.
    #359445

    Hi!

    Thank you for the link.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    strong.heading.avia-animated-number-title span {
    font-size: 20px !important;
    }
    }

    Best regards,
    Ismael

    #359438

    Hi!

    There’s a missing semi colon on the style.css codes:

    .avia-button.avia-size-large { padding: 15px 25px 13px; font-size: 18px !important; min-width: 139px; border-radius: 0; border: 1px solid ; border-color: rgba(226, 27, 133, 1) !important; font-weight: 200 !important}
    

    The last property should be:

    font-weight: 200 !important;
    

    Please make sure that your codes are properly closed.

    Regards,
    Ismael

    This reply has been marked as private.
    #359399

    In reply to: Read more link

    Hi!

    Check your website, i found a better way, added this to Quick CSS:

    a.more-link:before{
        content: "Learn more";
        font-size: 12px;
    }
    
    a.more-link {
        font-size: 0;
    }
    
    span.more-link-arrow {
        font-size: 12px;
    }

    Best regards,
    Josue

    #359227

    Hey!

    You can use this:

    #top .flex_column .template-blog .post-title {
    font-size: 25px;
    }

    Cheers!
    Ismael

    #359062

    Hey graphico!

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

    .home div#av_section_1 .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    Best regards,
    Yigit

    #359051
    graphico
    Participant

    hi team, thanks for the great help.

    in the headlines i’m using the special heading from avia builder, i inserted this text:

    but in the website, the “&” was automatically detected as a span.special_amp:

    how can i make sure it won’t be detected as a span.special_amp? i want a simple “&” character, in the same font and size as the rest of the heading.

    i don’t want to reset the span.special_amp class alltogether, just prevent the specific & character from this headline from it.

    #358910
    This reply has been marked as private.
    #358831

    Hey MarinaDsf!

    Thank you for using Enfold.

    1.) You can decrease the font size on mobile device:

    @media only screen and (max-width: 767px) {
    #partenaire_section p {
    font-size: 13px !important;
    }
    }

    2.) Use this to center align the featured image:

    .big-preview.single-big a img {
    margin: 0 auto;
    }

    Cheers!
    Ismael

    #358821

    Hi Geoffdoyle!

    add this to Quick CSS:

    .entry-content {
    font-size: 16px;
    font-color: black;
    }
    

    Cheers!
    Andy

    #358754

    In reply to: Increase and bold font

    Hi Zaccc!

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

    .sidebar ul li {
    font-size: 14px;
    font-weight: bold;
    }

    Best regards,
    Yigit

    #358668

    Hi aadler!

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

    .avia-caption-content p {
    font-size: 20px!important;
    }

    Best regards,
    Yigit

    #358661
    aadler
    Participant

    Suddenly my easy-slider fonts are all small, and I can’t change the size manually – changing the size only changes leading.

    • This topic was modified 11 years, 4 months ago by aadler.
    #358660

    Hey David!

    Use this:

    .image-overlay-inside:before{
    	display: none !important;
    }
    .image-overlay {
        background: #ec1164;
    }
    .grid-image:before {
        content: attr(title);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        opacity: 0;
        font-weight: 200;
        font-size: 24px;
        color: #ffffff !important;
        top: 50%;
    }
    
    .grid-image:hover:before {
        opacity: 0.9;
    }
    
    .grid-image:before{
        transition: all linear 0.2s;
    }
    
    .grid-content {
        display: none !important;
    }

    Cheers!
    Josue

    #358623

    In reply to: Font size in iconbox

    @thermaltech
    Sorry for the obvious mistake
    the code is :
    .iconbox_content_container { font-size: 16px !important;}

    #358611

    Hi oestersund!

    I’m sorry but I’m not sure what you mean by a.m. headlines. It sounds like your wanting to change the post title font size in the blog layout. Is that correct? If so then you can use this CSS.

    .template-blog .post-title { font-size: 30px !important; }
    

    Or if your talking about the “Special Heading” shortcode then you can change the H1 – H6 in the shortcode options to change it’s size.

    If that’s not correct then send us a link and let us know which element your trying to change.

    Best regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #358407

    Hi!

    Do you want to try and reduce the font size? If you want to just switch it to the responsive menu when it hits your logo then try adding this to your custom CSS.

    @media only screen and (max-width: 1200px) {
    nav.main_menu {
        display: none;
    }
    #advanced_menu_toggle {
        display: block !important;
    }
    }

    Good job on the site design, looks good.

    Regards,
    Elliott

    #358402
    This reply has been marked as private.
    #358391
    oestersund
    Participant

    Hi,
    how can I change/increase the font size of the a.m. headlines? I´ve found some css codes re. the single blog entries headlines, but not for the a.m. content element of the Avia Layout architext (list of blog entries with the text excerpts follwowing). Thx a lot and best regards, oestersund

    #358117

    Hey!

    The url that you added is not an image file. It should be:

    .blog-meta span.iconfont:before { display: none; }
    .blog-meta span.iconfont {
    background-image: url('http://dev.sprachschule-bonn.com/wp-content/uploads/2014/11/Anker-plp-Hintergrund-schwarz.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }

    Cheers!
    Ismael

Viewing 30 results - 15,121 through 15,150 (of 18,733 total)