Viewing 30 results - 14,491 through 14,520 (of 18,733 total)
  • Author
    Search Results
  • #400664

    Doh! This works ..

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

    Ticket can be closed.

    • This reply was modified 11 years, 1 month ago by magpie6.
    #400658
    magpie6
    Participant

    I’ve added the following to the Quick CSS to try to change the font-size of the Avia Layout Button but nothing happened. Can you help me to correct this pls?

    .av-menu-button {
    font-size: 30px
    }
    #400621

    Hey!

    Thank you for coming back.

    Try the following and adjust the value:

    
    .title_container .main-title a {
        font-size: 30px !important;
    }
    

    Cheers!
    Günter

    #400539

    Hi Andrea!

    Please add following code to Quick CSS

    a#advanced_menu_toggle:after {
    content: ' Menu';
    font-size: 12px;
    }

    Regards,
    Yigit

    #400509

    In reply to: Unresponsive pages

    Hi NicRW!

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

    @media only screen and (max-width: 480px) {
    h1.av-special-heading-tag { font-size: 24px!important; }}

    Regards,
    Yigit

    #400482

    hi josue

    i just followed your advise yesterday and as soon as i changed the removed the “mega men” option, then i managed to change size font and get the vertical menu.

    thank you very much for your help

    #400455

    In reply to: Pricing Table

    Hi Josue,

    But how would changing the font size keep the button inside the pricing box? Did you see that? The button bolds over as well.

    Thanks

    #400447

    Thank you Ismael. For some reason the title font still appears really big. I tried adding the following into the code that you provided
    font-size: 60%!important;

    and also tried
    font-size: 12px !important;

    but that is not reducing the font size of the title. So clearly I’ve missed something.

    Can you please help.
    Many thanks
    Ivana

    #400368

    Topic: Mobile Menu Styling

    in forum Enfold
    Justin
    Participant

    Can’t seem to get the mobile TABS in uppercase here, and increased in size on my Iphone. I must be missing something in the CSS.
    The following has no effect.

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
    text-transform:uppercase!important;font-size:1.5em!important;border-bottom:0px solid #F0F0EF!important;background:#2B6973;}

    Please help! Thanks!
    Justin

    #400366

    In reply to: child theme confusion

    Hi Cindy!

    So based on what you’re saying, if i add a shortcode to a text block in the AVIA layout builder, this too would be saved to the wordpress database and should be safe from future updates?

    Correct, that would be part of the Post content (saved under wp_posts table in the database).

    Regarding the CSS questions:
    1. enfold.css, is the dynamic stylesheet (if using a child theme the name will change, ex: enfold-child.css) Enfold generates to store your theme Styling settings and Quick CSS, it is located in /wp-content/uploads/dynamic_avia/.

    2. style.css, here’s where you would put your custom CSS, to change something from one of the Enfold CSS files (base.css, layout.css, etc) you’d just need to copy the part you want to edit and perhaps add some !important to it to make sure it gets prioritised, for example to change the main-title styles (from layout.css):

    .title_container .main-title {
    margin: 0;
    font-size: 24px !important;
    position: relative;
    z-index: 2;
    min-height: 42px !important;
    line-height: 3em !important;
    top: 0;
    font-weight: 900 !important;
    }

    3. Correct, that data is saved in the DB however if you are using a child theme it is recommended to use style.css instead, because sometimes custom CSS code can contain typos that would affect the rest of the dynamic stylesheet (refer to 1).

    Cheers!
    Josue

    #400306

    In reply to: Pricing Table

    Hi Jasmer!

    I’d suggest reducing the font-size when the screen gets smaller:

    @media only screen and (max-width: 1024px) {
        .pricing-table > .avia-pricing-row:nth-child(2) {
            font-size: 28px;
        }
    }

    Cheers!
    Josue

    #400298

    Hi Hank!

    i read many posts there and it seems i have a little problem with the “Main Menu sublevel Links – Change the styling for your main menu dropdown links” as font and background colors are ok but impossible to change the font size and height , it doesnt react.

    Are you referring to the Advanced Style Editor?

    my other question would be the direction of the menu , i would like to make it vertical instead of going horizontal, is there any way to chose it?

    By default is vertical, make sure you don’t have this option checked in the Menu Items – http://screencast.com/t/KJdazfCxAVC

    Regards,
    Josue

    Hi Andy,

    It’s the ul li elements as per this screenshot: http://screencast.com/t/eUB6ZI52

    I can target the font-size, border and it seems any other selector but not the background.

    This code:

    #product-catalogue .products li:nth-child(odd){border: 2px solid blue; background-color: #000!important;}

    puts a blue border round the odd elements but doesn’t change the background.

    Thanks.

    #400217

    In reply to: Main Menu Styling

    Hi a-l-p!

    please post a link to your website, so we can see what you mean.

    a) menu should be on the left side by default. Where is your logo right now? However you can set it with this to the left:

    .html_header_top.html_logo_center .logo {
    left: 15%;
    }
    

    Adjust “15” as needed.

    b) I have no idea what you mean. Please show me the link to your website or at least some screenshots (imgur.com)

    c) Try this code:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    background: red;
    }
    

    d) Use this code for font size and font family:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    font-size: 18px !important;
    font-family: Georgia;
    }
    

    Height of the menu:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    margin-top: 20px;
    }
    

    e) I don’t think you can add any icons to the menu points. For this you would need to hire a freelancer.

    Regards,
    Andy

    #400216
    hankboomer
    Participant

    hi there

    i read many posts there and it seems i have a little problem with the “Main Menu sublevel Links – Change the styling for your main menu dropdown links” as font and background colors are ok but impossible to change the font size and height , it doesnt react.

    my other question would be the direction of the menu , i would like to make it vertical instead of going horizontal, is there any way to chose it ?

    thank you very much for your help as i am a rookie user (i dont even know where to write over codes pages)

    #400099
    dcarlsondesign
    Participant

    I am having a problem with Avia text blocks in IE8 that are not contained in their Grid Cells
    I have set up a page in a Grid Row. Main Content on the left in a text block within a 2/3 cell.
    In Internet Explore 8 the Avia text block is not contained within the 2/3 left cell and expands and covers the text in the 1/3 right cell. Is there a fix for this?
    This text block
    <div class=”avia_textblock ” itemprop=”text” style=”font-size:13px; “>
    <h1>Safe Disposal</h1>
    is not contained within–
    <section class=”av_textblock_section” itemtype=”https://schema.org/CreativeWork&#8221; itemscope=”itemscope”>
    or
    <div class=”flex_cell no_margin av_two_third avia-builder-el-1 el_before_av_cell_one_third avia-builder-el-first ” style=”vertical-align:top;padding:30px 30px 30px 10% ;”>
    content is overlapping
    <div class=”flex_cell no_margin av_one_third avia-builder-el-3 el_after_av_cell_two_third avia-builder-el-last ” style=”vertical-align:top;padding:30px 5% 30px 30px ;background-color:#f2e3b5;”>

    A link to the site is below–I have used this as a template to create all the pages on the site. So I am hoping there is an easy code fix.
    Thanks,
    David

    #400072

    Hi!

    Replace the class attribute with “p4”:

    <p class="p4" style="text-align: center;"><strong>At the end of the day, quality tips the scales</strong></p>
    

    Add this to the Quick CSS field:

    .p4 { font-size: 30px; color: #7d1202; } 
    

    Best regards,
    Ismael

    #400071

    Hey tmunz!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .single_toggle .toggler {
    font-size: 20px;
    padding: 9px 3px 9px 35px;
    }

    Adjust the padding.

    Best regards,
    Ismael

    #399962

    Hi deadpeasant;
    most of the ALB elements lets you the possibility to change (color …) and to add a custom “id” to “that element”.
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    in the css code what I see is : it should not start with a (.) point which is for “class” but an “#” which is for “id”.
    Try this one :

     #awesome-textblock p {
    background: white;
    padding: 10px;
    font-size: 50px;
    }
    
    • This reply was modified 11 years, 1 month ago by begrafiks.
    #399951
    deadpeasant
    Participant

    I’ve looked through this forum and learned to put add_theme_support('avia_template_builder_custom_css');
    in functions.php
    and “awesome-textblock” in a textblock
    and `.avia_textblock.awesome-textblock p {
    background: white;
    padding: 10px;
    font-size: 50px;
    } `
    in Quick CSS. But
    1. how do I change font color? E.g. font-color:red; doesn’t work
    2. how do I do the same kind of changes for say an icon list? I tried .avia_iconlist.awesome-iconlist p { etc and it doesn’t work.

    #399935
    tmunz
    Participant

    When I try to make an accordion title larger by putting it in an <h3> tag or something of that sort, it breaks the accordion functionality. Is there a way to increase the font size of the accordion title elements without breaking it?

    #399933

    Ok, scratch all that. We all going a little different and I think easier way. At the bottom of the text box we have “At the end of the day” centered and in bold. Can we use a little HTML magic to make that one line centered, bold, in maroon (7d1202) and a few pixels bigger (the current fonts size is 15 – maybe make it 18)?

    Thanks!

    #399872

    Hey oestersund!

    You can target that with this CSS.

    aside .menu li {  }
    aside .menu a { font-size: 16px !important; }
    
    aside .textwidget p { line-height: 20px !important; }

    Best regards,
    Elliott

    #399733

    Topic: Main Menu Styling

    in forum Enfold
    a-l-p
    Participant

    Hi there,
    thanks again for this great theme, I bought it now second time :)

    Well, today I like to know how can I change the main menu style. I simply can´t find a way to do that it.

    a) I like the logo on the left side and the menu stretched on the full side with maybe the same size of the individual items.
    b) is it possible to get the borders only around the menu, not the full side
    c) where can I change the background-color of the menu
    d) and last but not least: I like to change the hight of the menu, the font and the font size.
    e) how can I add icons at the menu – points

    I’m sorry for the many questions

    Thanks
    Best regards

    Andreas

    • This topic was modified 11 years, 1 month ago by a-l-p.
    #399708

    In reply to: Font size

    Hey!

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

    .avia_textblock p {
    font-size: 16px;
    }

    Best regards,
    Yigit

    #399671

    In reply to: Blog Alignment

    Hey!

    Please add following code to Quick CSS

    #top .fullsize .template-blog .post-title {
    text-align: left !important;
    }
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    }

    Cheers!
    Yigit

    #399657

    In reply to: Full width easy slider

    Hi Marssolutions!

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

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title { font-size: 15px !important; } 
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { font-size: 13px !important; }}

    Best regards,
    Yigit

    #399652
    oestersund
    Participant

    HI,
    I´ve generated sidebars incl. text & menü via widget and it looks like

    http://www.praxis-christiane-moeller.de/therapie-diagnose/cranio-sacrale-therapie/

    How can I change the related content style (font size, line space etc)?

    The one was not the solution, I assume… :
    https://kriesi.at/support/topic/how-to-change-the-font-size-style-and-weight-of-sidebar-widgets-title/

    thx a lot & best regards, Tilman

    #399429

    Hey!

    Apply a unique class to the paragraph. Something like this:

    <p class="roboto-text">There is no love sincerer than the love of food – <span class="roboto-span">George Bernard Shaw</span></p>
    

    Add this to the Quick CSS field:

    
    .roboto-text {
    text-align: center; font-family: Roboto Slab; font-size: 18px;
    }
    
    .roboto-span {
    font-family: Roboto; font-size:14px
    }

    Best regards,
    Ismael

    #399418
    kevinraposo7
    Participant

    Hi there,

    I’m relatively new to Enfold, so I apologize for a potentially silly question.

    In the WordPress back-end, I’ve gone under Appearance > Menus and defined a custom menu. However, upon enabling it as the Enfold Main Menu, the font size and styling changes to something other than what it originally was.

    Any suggestions?

    Thanks.

Viewing 30 results - 14,491 through 14,520 (of 18,733 total)