Viewing 30 results - 7,291 through 7,320 (of 18,743 total)
  • Author
    Search Results
  • #936150

    Hi Nikko,
    Thanks – that looks much better!
    One more question. How do I change the font size in the table? The prices are huge and the headings above are really small. I need to make the headings larger and the price numbers smaller!

    #936043

    Hey Elke,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 767px) and (max-width: 990px) {
    
    		/*header*/		
    		.responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1; min-height:0;}
    		.responsive #top #main {padding-top:0 !important; margin:0;}
    		.responsive #top #main .container_wrap:first-child{ border-top:none; }
    		.responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; }
    		
    		
    		.responsive #top .logo{position: static; display:table; height:80px !important; float:none; padding:0; border:none; width:80%; }
    		.responsive .logo a{display:table-cell; vertical-align: middle;} 
    		.responsive .logo img{height:80px !important; width:80px !important;  display: block;  max-height: 80px;}
    		.responsive #header_main .container{height:auto !important; }
    		.responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
    		.responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
    		.responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
    		.responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
    		.responsive #top #header_meta .social_bookmarks li:last-child{border-right-style: solid; border-right-width:  1px;}
    		.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
    		.responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;}
    		.responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;}
    		.responsive #header .social_bookmarks li{float:none; display: inline-block;}
    		.responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
    		.responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
    		.responsive .logo img{margin:0;}
    		.responsive.html_header_sidebar #top #header .social_bookmarks{display:none;}
    		.responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header{max-width: 100%;}
    		
    		.responsive.html_header_transparency #top .avia-builder-el-0 .container, .responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0;}
    		.responsive #top .av_phone_active_right .phone-info.with_nav span{border:none;}
    		
    		.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, 
    		.responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, 
    		.responsive #top .av_header_transparency #header_main_alternate, 
    		.responsive .av_header_transparency #header_main .social_bookmarks li a,
    		.responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,
    		.responsive #top .av_header_transparency #header_meta, 
    		.responsive #top .av_header_transparency #header_meta li,
    		.responsive #top #header_meta .social_bookmarks li a{ color:inherit; border-color: inherit; background: inherit;}
    		.responsive.html_top_nav_header .av-logo-container{height:auto;}
    		.responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style: solid; border-bottom-width: 1px;}
    
    /*new mobile*/
    		.responsive .av-burger-menu-main{display: block;}
    		.responsive #top #wrap_all .main_menu{top:0;height:80px;left:auto;right: 0;display: block;position: absolute;}
    		.responsive .main_menu ul:first-child > li a { height: 80px; line-height: 80px;}
    		.responsive #top .av-main-nav .menu-item{display:none;}
    		.responsive #top .av-main-nav .menu-item-avia-special{display:block;     padding-right: 100px !important;}
    		.responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; }
    		.responsive #header_main_alternate{display:none;}
    		.responsive #top #header .social_bookmarks{display:none;}
    		.responsive #top #header .main_menu .social_bookmarks{display:block; position: relative; margin-top: -15px;}
    		.responsive #top .av-logo-container .avia-menu{height:100%;}
    		.responsive #top .av-logo-container .avia-menu > li > a{line-height: 80px;}
    		.responsive #top #main .av-logo-container .main_menu{display:block;}
    		.responsive #top #main .av-logo-container .social_bookmarks{display:none;}
    		.responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block; position: relative;}
    		.responsive #top #main .av-logo-container .main_menu{display:block;}
    		.responsive #top #header_main > .container .main_menu  .av-main-nav > li > a,
    		.responsive #top #wrap_all .av-logo-container {height:80px; line-height:80px; }
    		.responsive #top #wrap_all .av-logo-container {padding-left:10% !important; }
    		.responsive #top #header_main > .container .main_menu  .av-main-nav > li > a{
    			min-width: 0; padding:0 0 0 20px; margin:0; border-style: none; border-width: 0;
    		}
    		.responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style: solid; border-right-width: 1px; padding-right: 25px;}
    		.responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{
    		background:transparent;
    		color: inherit;
    		}
    .html_cart_at_menu.html_header_sidebar #header_main .avia-menu {
        margin-top: 0px;
    }
    .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area .widget {
      display: none;
    }
    .html_header_sidebar #menu-item-shop.cart_dropdown {
        right: 80px;
        border: none;
        margin-top: 15px;
    }
    .html_header_sidebar #header .container {
    	width: 85%;
    }
    }

    and clear your autoptimize plugin, and browser cache.

    Best regards,
    Mike

    #935969

    Hi bakbek,

    I have tried to check the page but I can’t find the buttons, the code Yigit gave should only enlarge the font size of the buttons and not add gap.

    Best regards,
    Nikko

    #935833
    fionayoung
    Participant

    I have created a pricing table using Enfold theme.
    I need to be able to change the colours (it’s currently completely black, which doesn’t look great). I would also like to change the font size in the Heading rows. How do I do this? Thanks

    #935823
    WP Turned UP
    Participant

    Hello. Please see the page below. When I expand the width of tab title container, the title doesn’t center with the image and arrow below it.

    Please see this image for desirables.

    CSS Used
    .av-inner-tab-title {width:150px;font-size:14px;font-weight:bold;}

    Thank you,
    Ryan

    #935812

    Hey navindesigns,
    To have the css only effect the first page, add the page ID to the css. The page ID for the first page is: page-id-5655
    So your result is:

    .page-id-5655 .av-inner-tab-title {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-transform: uppercase;
        font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }
    .page-id-5655 .av-tab-section-tab-title-container {
    	background-color: #7f7f7f !important;
    }
    
    .page-id-5655 .av-inner-tab-title{
        min-width: 190px!important;
    }
    

    I have made this change, please clear your browser cache and check.

    Best regards,
    Mike

    #935671

    In reply to: Font size in the menu

    Hey FJakub,
    Try this code in the General Styling > Quick CSS field:

    .header_color .sub_menu>ul>li>a {
    font-size: 12px !important;
    color: red !important;
    }
    .header_color .main_menu ul:first-child > li > a {
    font-size: 14px !important;
    color: blue !important;
    }
    

    Best regards,
    Mike

    #935653

    Maybe this can help you in your styles (adjust as you like) ;

    .pricing-table>li { font-size: 15px !important;}

    #935652
    Nathan
    Participant

    Hello

    The page I’m working on is:

    The Pricing table

    How so I incease the text size?

    Do I just add a HTML attribute <font size=” “> </font size> in the text box?

    Hi,
    I see that this text has a H1 heading, so that makes since as to the conflict. Would you like help in writing manual media queries?
    If so please tell us what font size you would like for which screen sizes.

    Best regards,
    Mike

    #935544

    Topic: Font size in the menu

    in forum Enfold
    FJakub
    Participant

    Hello,
    how to edit individual font size and color. Marked it on the screenshot MENU 1 and MENU 2

    https://drive.google.com/a/fojtik.name/file/d/1ayJX8mxvRxQEZISmm_zYJm1dIaYu0Yid/view?usp=drivesdk

    Hey etical,
    Depending on the css you added to the child theme, it may be overriding the options you set in the text block.
    Try removing the css code in the child theme and only use the options in the text block to manage your font sizes for all devices. Or please post your admin login in the private content area, with more details on what you are trying to achieve, so we can take a closer look.

    Best regards,
    Mike

    #935509

    Hey yoice,
    Unter der Annahme, dass der Sektor korrekt ist, könnten Sie versuchen, am Ende Ihrer Regeln wichtige hinzuzufügen. Aber wir müssen die Seite und das Element sehen, um sicherzustellen, dass dies der richtige Sektor ist.

    .grid-entry-excerpt {
    font-size: 16px!important; 
    font-style: normal!important; 
    margin-bottom: -2px;
    }

    —-translate—

    Assuming that the sector is correct, you could try adding important to the end of your rules. But we will need to see the page and element to ensure that this is the correct sector.

    .grid-entry-excerpt {
    font-size: 16px!important; 
    font-style: normal!important; 
    margin-bottom: -2px;
    }

    Best regards,
    Mike

    #935493

    Hi,
    Please add this custom css to WordPress > Customize > Additional CSS:

    #top.page-id-7906 #cf7-contact-form #wpcf7-f8176-p7906-o1 input[type="submit"].wpcf7-form-control.wpcf7-submit {
        width: 30% !important;
        padding: 9px 1px!important; 
        font-size: 10px !important;
    }
    
    #top.page-id-7906 #cf7-contact-form #wpcf7-f8176-p7906-o1 input[type="email"].wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
       display: inline-block !important;
       width: 60% !important;
    }

    expected results
    2018-03-30_204344

    Best regards,
    Mike

    #935485
    yoice
    Participant

    Hallo Zusammen,
    ich wollte gerne die Schriftgröße und den Zeichensatz Style in den Portfolio Auszügen ändern und nutze dazu Quick CSS:
    Original ist:
    .grid-entry-excerpt {
    font-size: 12px;
    font-style: italic;
    margin-bottom: -2px;
    }
    Ich habe in Quick CSS eingetragen:
    .grid-entry-excerpt {
    font-size: 16px;
    font-style: normal;
    margin-bottom: -2px;
    }
    Was habe ich falsch gemacht?

    Liebe Grüße
    Jan

    etical
    Participant

    Hi, I inserted a text block in a color section, through the Avia editor, I set the font size with CSS rules in the child theme, and I would like the text to be smaller in mobile devices, so I set the font size within the text block screen options, which I imagine emulate the media queries, but it does not work.

    What can you depend on?

    Thank you

    #935414

    Hello. In the Custom CSS field, you only enter the class (e.g. yourcustomclass). Then, in Enfold > Quick CSS, you reference your custom class.

    Example:

    .yourcustomclass {font-size: 16px;}

    Edit: Fixed the hash typo

    #935273

    Hi,
    For the text in your table that has opacity applied to it, please look in your custom css and replace:

    /* font size */
    .pricing-table>li {
        font-size: 14px;
        color: #ffffff !important;
        background: #000 !important;
        opacity: .3;
    }

    with:

    /* font size */
    .pricing-table>li {
        font-size: 14px;
        color: #ffffff !important;
        background: rgba(0, 0, 0,0.3)!important;
    }

    For your 1/4 empty cells, I see the one on the right has the class “empty-table-cell” but the one one the left doesn’t. If you add this class to the one on the left you could use this css to hide them both:

    li.empty-table-cell {display:none !important;}

    Best regards,
    Mike

    #935116

    Hey Luvinit,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-submenu-container .container {
        font-size: 16px;
    }

    Hope it helps :)

    Best regards,
    Nikko

    michaelgallacher
    Participant

    I have a brand new install of Enfold on a new install of WordPress with a clean install of the Health demo. There are no plugins activated all other components are current.

    I created a new blog post and added an image. After doing so, the single blog post no longer shows any of the blog styling; it shows just the text and image of the post, but without the blog header (category and titler, and no footer (date, comments, tags, social links, etc. )

    I narrowed it down to simply saving using the advanced layout editor! I edit the “A nice entry” sample post of the Heath demo using the advanced editor, I press space, delete the space, and save.

    Although it doesn’t show up in the editor, the revision history shows that the resulting html in the is wrapped with
    [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' admin_preview_bg=''] shortcode.

    The effect on the generated html is to remove the <article> and other tags.

    The html before saving:

    <div id='main' class='all_colors' data-scroll-offset='88'>
            <div class='container_wrap container_wrap_first main_color sidebar_left'>
                <div class='container template-blog template-single-blog '>
                    <main class='content units av-content-small ' role="main" itemscope="itemscope"
                          itemtype="https://schema.org/Blog">
                        <article
                                class='post-entry post-entry-type-standard post-entry-65 post-loop-1 post-parity-odd post-entry-last single-big with-slider post-65 post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-food tag-fun'
                                itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost">
                            <div class='blog-meta'></div>
                            <div class='entry-content-wrapper clearfix standard-content'>
                                <header class="entry-content-header"><span class="blog-categories minor-meta"><a
                                        href="https://www.staging1.postmormonmentalhealth.com/blog/category/news/"
                                        rel="tag">News</a> </span>
                                    <h1 class='post-title entry-title' itemprop="headline"><a
                                            href='https://www.staging1.postmormonmentalhealth.com/blog/a-nice-entry/'
                                            rel='bookmark' title='Permanent Link: A nice entry'>A nice entry <span
                                            class='post-format-icon minor-meta'></span> </a></h1><span
                                            class="av-vertical-delimiter"></span>
                                    <div class="big-preview single-big"><a
                                            href="https://www.staging1.postmormonmentalhealth.com/wp-content/uploads/2016/05/complete-healthy-breakfast-m-1030x733.jpg"
                                            title="A nice entry"><img width="845" height="321"
                                                                      src="https://www.staging1.postmormonmentalhealth.com/wp-content/uploads/2016/05/complete-healthy-breakfast-m-845x321.jpg"
                                                                      class="attachment-entry_with_sidebar size-entry_with_sidebar wp-post-image"
                                                                      alt=""/></a></div>
                                    <div class="entry-content" itemprop="text"><p>Lorem ipsum dolor sit amet, consectetuer
                                        adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque
                                        penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
                                        ultricies nec, pellentesque eu, pretium quis, sem.</p>

    The html after saving:

    <div id='main' class='all_colors' data-scroll-offset='88'>
         <div class='main_color container_wrap_first container_wrap sidebar_left'>
                <div class='container'>
                    <main role="main" itemscope="itemscope" itemtype="https://schema.org/Blog"
                          class='template-page content  av-content-small units'>
                        <div class='post-entry post-entry-type-page post-entry-65'>
                            <div class='entry-content-wrapper clearfix'>
                                <section class="av_textblock_section " itemscope="itemscope"
                                         itemtype="https://schema.org/BlogPosting" itemprop="blogPost">
                                    <div class='avia_textblock  ' itemprop="text"><p>Lorem ipsum dolor sit amet,
                                        consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum
                                        sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
                                        Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>

    It seems like an out-of-the-box setup should just work, but it doesn’t. I am at a total loss. Please advise.

    #935072
    This reply has been marked as private.
    #935028
    This reply has been marked as private.
    webWahine
    Participant

    Hello
    I’ve added the code below to place the svg logo above and the burger below, but when I click on the burger to open it jumps to the right. I understand that it’s finding a top left registration point, so moving over by it’s own width, but I need the open icon to stay centered, please.

    Also, I’d like to change the color and opacity of the black for the full page overlay menu, please. Thank you! :)

    .responsive #top #wrap_all .main_menu {
    position: relative;
    }

    /* adjust height */
    .responsive #top #wrap_all #header {
    height: 300px !important;
    }

    .responsive #top .logo {
    width: 100% !important;
    margin-top: 0px !important;
    left: 0% !important;
    }

    .responsive #top .logo img {
    /* margin-top: 60px !important; */
    height: 300px !important;
    width: auto !important;
    max-height: 200px; /* this is key to making svgs larger */
    margin: 0 auto;
    }

    /* closed menu */

    .responsive #top .av-logo-container .avia-menu {
    width: 100%;
    text-align: center;
    }

    .responsive #top .av-logo-container #avia-menu {
    margin: 0 auto;
    width: 29px;
    }

    #top #wrap_all #header .av-small-burger-icon a {
    height: auto !important;
    line-height: 3 !important;
    }

    /* pancake */

    .header_color .av-hamburger-inner,
    .header_color .av-hamburger-inner::before,
    .header_color .av-hamburger-inner::after {
    background-color: #fff;
    }

    /* open menu */

    #av-burger-menu-ul li {
    text-align: center;
    }

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
    font-size: 12px;
    line-height: 20px;
    }

    .html_av-overlay-full #top #av-burger-menu-ul .av-menu-button {
    margin-top: 0px;
    }

    #934964

    documentation is here: https://kriesi.at/documentation/enfold/custom-social-icons/

    if you do not have a font icon of your “social-icon” you can use png files for that.

    1 look for a png file you like to have
    f.e.:

    2 : upload it to your media library and copy the link – you will need it:

    3 : now go to your functions.php of your child-theme and enter:
    that little goodreads will be the addendum to the class set by enfold

    function avia_add_custom_social_icon($icons) {
        $icons['Goodreads'] = 'goodreads';
        return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    with that you can now choose the new social icon on Enfold Options – Social Profiles ( it is at the end of the list)

    4 : This comes to quick css ( you see here is the automatically created class av-social-link-goodreads )

    #top #wrap_all .av-social-link-goodreads a:before{
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://link-to-your-image/goodreads.png) no-repeat center center;
        background-size: contain;
    }

    5 : styling the hover effect – this to quick css ( color makes no sense here because we have no font )

    #top #wrap_all .av-social-link-goodreads:hover a{
        color:#fff; 
        background-color:#9fae37; 
    }

    6 : for another “social-icon” you only have to replace goodreads

    #934873
    Luvinit
    Participant

    Can I change the font and size for the Fullwidth Sub Menu

    #934856

    Hi!

    You can use the code as following

    .footer .avia-button {
    	font-size:30px !important;
    }

    Cheers!
    Yigit

    #934832

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

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

    Best regards,
    Vinay

    #934813

    In reply to: Text in easy slider

    Hi,
    Please see screenshot in Private Content area of where the class “wem” is.
    Sorry, your right I did forget about the footer.
    Please try this css:

    @media only screen and (min-width: 767px) and (max-width: 1132px) {
    #footer .textwidget p {font-size: 75% !important;}
    #footer .container {
        padding-right: 20px!important; 
        padding-left: 20px!important; 
    } 
    #footer div .av_one_fourth {
        margin-left: 3% !important; 
        width: 22% !important; 
    }
    }

    Please see screenshot in Private Content area for the expected results.

    Best regards,
    Mike

    #934783

    In reply to: Format Event Calendar

    Hey hector1069,
    Sorry, currently the way it is within the element doesn’t allow a easy way to move it out of the element and display to the left on it’s own. But we can give it a larger font and put a box around it to help make it stand out.
    Try this code in the General Styling > Quick CSS field:

    .av-upcoming-event-meta .av-upcoming-event-schedule {
        font-size: 16px !important;
        border-style: solid;
        border-color: #800000;
        border-width: 1px;
        width: 40%;
        padding: 0 5px;
        text-align: center;
    }

    and see the expected results in the Private Content area.

    Best regards,
    Mike

    #934768
    bakbek
    Participant

    Hi, how can I increase the font size of regular buttons?

    Thanks.

Viewing 30 results - 7,291 through 7,320 (of 18,743 total)