Viewing 30 results - 11,491 through 11,520 (of 18,743 total)
  • Author
    Search Results
  • #616040

    Hi!

    Use this for the text:

    .post-password-form {
        font-family: open sans!important;
        font-size: 14px!important;
        font-weight: bold;
    }

    Apply a minimum height to the main container in order to push the socket container:

    #main > div + div {
        min-height: 600px;
    }

    Cheers!
    Ismael

    #615985

    Hi John!

    Please add the below CSS in Quick CSS

    .av-main-nav li .avia-menu-text {
      font-size: 20px!important;
    }

    Best regards,
    Vinay

    #615969

    In reply to: Space above Table

    Hi,

    In the Table Element, Table Options, Table Caption, this is all that is showing on my end:
    <h3>Additional Service Areas Near Portland</h3>

    When I view the table element with the code enabled, on the page, I see this:
    [av_table purpose='tabular' pricing_table_design='avia_pricing_default' pricing_hidden_cells='' caption='<h3>Additional Service Areas Near Portland</h3>' responsive_styling='avia_responsive_table']

    When I view my custom table settings in my editor child css, I have this:
    table caption {
    padding: 0 0 5px 0;
    width: auto;
    font-style:normal;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #2c353d!important;
    }
    div .avia-table {
    margin: 10px !important;
    }

    I can not find the line and paragraph breaks that you refer to above. Also, the table does not align with the rest of the elements on the page… it’s inset slightly. Everything else on the page aligns to the left. How also can I fix this issue?

    Thanks!

    #615967
    aussiedropbear
    Participant

    Hi,
    I have tried increasing the Main Menu Links under Advanced styling however the size is not changing?
    Not sure why it is not taking the change?

    FYI – I have under the Quick CSS the following which work well:

    body {
    font-size: 16px;
    }
    #header_meta, #top .phone-info {
    font-size: 25px;

    Any assistance appreciated.

    Cheers
    john

    I had to switch back to the code below for the time being, as this does not shrink the width of the site on PC. Please advise on how I can use the original code without it shrinking the width on PC view when you can. Thanks!

    @media only screen and (max-width: 767px) {
    #toptextareatop * {
    font-size: 25px !important;
    line-height: 25px !important;
    }
    }
    
    chrisbelote
    Participant

    Hi,

    I have added the following code to optimize the text size for mobile only, but for some reason this code is shrinking the width of the entire site when viewed on a PC. I feel like I’m missing something very easy or small. Any ideas?

    Code:

    @media only screen and (max-width: 767px) {
    .toptextarea11 * {
    font-size: 30px !important;
    line-height: 30px !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .toptextarea22 * {
    font-size: 26px !important;
    line-height: 26px !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .toptextarea33 * {
    font-size: 18px !important;
    line-height: 18px !important;
    }

    Thanks,
    Chris

    Rikard,

    I added your CSS and nothing changed. I appreciate any help.

    I found elsewhere to add this:
    .av-single-event-meta-bar-inner > ul {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 500px;
    border: 3px solid #a71433;
    font size: 30;
    }

    And it placed the link at the top of the page, but any ideas on making this more visible, like changing the font or size, adding “click here” to the link?

    Roland

    • This reply was modified 10 years ago by paquetter.
    #615759

    In reply to: second Logo in header

    I’m not sure It all works… can you take a look?

    my quick css is:

    
    /*  FERRANDO MOTOR QUICK CSS */
    @media only screen and (max-width: 1500px) {
    #header_meta .container:before { right: 0; }}
    
    @media only screen and (max-width: 1500px) {
    .responsive #header_main .container {
        max-width: 80%;
    }
    }
    
    .phone-info span {
    font-size: 14px;
    }
    
    input#s {
    color:#fff !important;
    
    }
    
    #header_meta .container:before {
        content: url('http://www.ferrandomotor.it/wp-content/uploads/2016/04/logo-ktm-1.png');
        position: absolute;
        right: -100px;
    }
    
    /*
    @media only screen and (max-width: 1300px) {
    #header .widget {
       display: none;
    }
    }
    */
    /*
    #header .widget {
      left: 98%;
    min-width: 200px;
      padding-top: 0;
      position: absolute;
      top: 0px;
      transform: translate(-50%);
      z-index: 999;
    }
    */
    
    label.input_checkbox_label {
    font-size: 70% !important;
    }
    input#avia_1_1.text_input.is_empty, textarea#avia_7_1.text_area, select#avia_6_1.select, input#avia_2_1.text_input.is_email, input#avia_3_1.text_input.is_empty, input#avia_4_1.text_input.is_empty, textarea#avia_5_1.text_area.is_empty, input#avia_3_1.text_input.is_phone, input#avia_4_1.avia_datepicker.text_input.hasDatepicker, select#avia_5_1.select {
    
    font-family: 'trade-gothic-20cn' !important;
    }
    
    #s {
    color:#000 !important;
    font-family: 'trade-gothic-20cn' !important;
    }
    input.button {
    font-family: 'trade-gothic-20cn' !important;
    }
    /*div.container_wrap.container_wrap_logo {
        display: none;
    } */
    
    .page-id-9 #header_meta { display: none; }
    input#s {color:#000;}
    span.copyright {
    width: 100%;
      font-size: 14px;
    text-align: center;
    }
    

    and theme options is:

    • This reply was modified 10 years ago by niguli.
    #615685

    Hey Frankmen!

    Thank you for using Enfold.

    If I understand correctly, you want to adjust the font size of the blog post excerpt. Is that correct? Please add this in the Quick CSS field:

    .template-blog .entry-content {
        font-size: 20px;
    }

    If it doesn’t work, a link to the page will help.

    Cheers!
    Ismael

    #615106
    AustinMFGWeb
    Participant

    I need to increase the size of the text and titles in the footer as well as decrease the padding on the top and bottom. Can you provide me with some direction or the CSS classes I need to adjust?

    Also I need to increase the font of the menu text, but it’s not working from the theme options. Can you help me with that as well?

    Hey!

    I am still not sure if i understood you clearly but if i have, that depends on your element. For example if you would like to change the font size of your text block element with a custom class, you can use following

    .your-custom-class p { font-size: 20px !important; }

    If you are not sure, you can use following as well

    .your-custom-class * { font-size: 20px !important; }

    If that is not what you meant, please elaborate a bit more :)

    Regards,
    Yigit

    #614562

    Hey!

    Please try this instead:

    .main_color .avia-mailchimp-form input[type='submit'] {
        background-color: red;
        color: yellow;
        border-color: red;
        font-size: 20px;
        font-family: Arial;
    }

    Adjust the values as needed.

    Cheers!
    Ismael

    #614320

    Hi, when looking at how the CSS is rendering through Chrome’s developer tool, I am seeing:

    .boxed#top, .html_boxed.html_header_sticky #header {
    width: 1010px;
    }

    – which should be 1310px wide by default.

    and:

    body {
    font: 13px/1.65em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    }
    – which should be the Droid Sans font for both headings and content fonts, with the font size of 15px not 13px.

    • This reply was modified 10 years ago by bddrop.
    kacharava
    Participant

    Added the following lines to style.css in child theme:

    .breadcrumb-trail {
    	font-size: 1.3em;
    	text-decoration: uppercase;
    }

    Size has changed successfully, but no effect to text decoration. What can be wrong?

    Also I want to remove page/category title from the top and replace it with breadcrumbs. What should I edit?

    #614150

    Thank you!

    1)

    Here in this example, in the original DEMO
    – When hovered over text changes color to orange.
    – When selected the font changes color (white) and size (becomes bold and wider)

    This code from post#608817 overwrites the original settings:

    ul.nested_nav a {
        font-size: 14px;
        color: red !important;
    } 

    What do I do to keep original settings in place or to control them ?

    2) This code changed the color of menu indicator, but when sub-menu opens, it looks like this (1/3 new color, 2/3 old color):

    3) Can I title the sidebar, in other words write something on top of main sidebar menu (circled in red – post#605143) ?

    #614005

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    h2.ls-l { font-size: 16px !important; }
    .avia-layerslider {
        border-top: 2px solid black!important;
        margin-top: 3px;
    }}

    Cheers!
    Yigit

    #613910

    Hey!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #613845

    Hi!

    Please change custom CSS code for price to following

    .single p.price {
    font-size: 35px !important;
    }

    and you should be able to make your custom class responsive by adding following code to Quick CSS

    .my-custom-content { width: 100% !important; }

    That would make it adapt to size of its container.

    Regarding product page changes, do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #613682

    I’ve done that but whether the size nor its font family changed, I’ve even tried adding !important.
    This is what it looks like now:

    password protected site

    I need the text at least the same size as “Passwort” and the socket shouldn’t be that big, actually it should just be at the bottom like on all my other pages. Also a little space between the text and “Passwort” would be good. Can I also change the background color of the button? as well as size and font family of its text.

    Thanks.

    #612942
    tylerdwyer21
    Participant

    Hello, I visited my site today and it looks like there have been changes made, possibly from an update. I see that version 3.5 is now out but I am unable to update in the Update theme section. I need help to get this back to the way it was. I am currently running 3.4.7.

    Anything is appreciated! You guys always do an awesome job.

    • This topic was modified 10 years ago by tylerdwyer21. Reason: Forgot to add IP, for FTP added another site with the same issue

    Hi Chris!

    Please try changing the code to following one

    @media only screen and (max-width: 767px) {
    #toptextarea * {
    font-size: 20px !important;
    }
    }

    Best regards,
    Yigit

    #612475
    mcraig77
    Participant

    Ahoy –

    How can I change the color of the mail chimp submit button?
    How can I change the size of that button font? and the font family?

    Anyway to make the text “email address” and “Name” appear in the boxes?

    #612429

    In reply to: Masonry in the sidebar

    Hi Rikard

    I tried this and failed.

    This is how the usual post is (keeping the right hand column working.

    [av_textblock size='' font_color='' color='']
         The intro
    [/av_textblock]

    Looking at a grid element with two text boxes within it, it looks like this:

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
    
        [av_cell_one_half vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' custom_class='']
        
            [av_textblock size='' font_color='' color='']
            	In the left cell.
            [/av_textblock]
            
    	[/av_cell_one_half]
            
    	[av_cell_one_half]
            
            [av_textblock size='' font_color='' color='']
            	In the right cell
            [/av_textblock]
        
        [/av_cell_one_half]
    
    [/av_layout_row]

    So, to put one in the other, I do this?

    [av_textblock size='' font_color='' color='']
    	The intro
        
        <br><br>
        
        [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
        
            [av_cell_one_half vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' custom_class='']
            
                [av_textblock size='' font_color='' color='']
                    In the left cell.
                [/av_textblock]
                
            [/av_cell_one_half]
                
            [av_cell_one_half]
                
                [av_textblock size='' font_color='' color='']
                    In the right cell
                [/av_textblock]
            
            [/av_cell_one_half]
        
        [/av_layout_row]    
        
    [/av_textblock]

    Needless to say, it doesn’t work for me. The part that is in the grid jumps out and the right hand column area disappears.

    It’s a shame it won’t stay in the parent. Am I doing something wrong (I’m sure I am)?

    chrisbelote
    Participant

    Hi,

    I have a text block element inside of a color section and have given the color section a section ID of toptextarea. I am trying to make it to where the text for this section is smaller when someone is viewing on a smartphone. The code I have added to the “Quick CSS” section is below. It doesn’t appear to be working. What am I missing or doing wrong? (Thanks in advance!)

    @media only screen and (max-width: 767px) {
    #toptextarea {
    font-size: 20px !important;
    }
    }
    #612374

    Hi tremblayly!

    You are missing a “.” in front of the page ID. You can also add important. By adding the page ID it will affect only one page if you like to see the change site wide use the below css without page ID.

    .page-id-627 .iconbox .iconbox_content .iconbox_content_title {
        font-size: 28px!important;
    }

    Regards,
    Vinay

    #612304
    tremblayly
    Participant

    Hi
    I’m trying to make the H3 tag used in the iconbox title larger, however the CSS code I’m using does not work.

    Here’s the code
    /* increase font size of icon box title on home page */
    page-id-627 .iconbox .iconbox_content .iconbox_content_title {
    font-size: 28px;
    }

    The page is the home page here:
    http://www.impactcrescendo.com/

    Thank you
    Lyse

    #612261

    Thank you! I have child shordcode folder.. its cool :)

    I changed this line:

    
    $text .= "<div class='av-catalogue-title-container'><div class='av-catalogue-title av-cart-update-title'>{$title}</div><div class='av-catalogue-price av-cart-update-price'>{$price}</div><div class='cws-add-to-cart'>{$add_to_cart}</div></div>";
    

    But I would like the cart icon and the price in one line.
    How can I do this?

    .cws-add-to-cart:before {
        content: "\e859";
        font-family: 'entypo-fontello';
        font-size: 24px;
        margin-left: 95%;
    }

    And what can I use instead of $product_category and $add_to_cart or $cart_buttons? I tried to use these but do not work…. :(
    I wolud like to use one icon for add-to-cart and another one icon to link to single-product-page for details.

    Best regards
    Peter

    #612069

    Hi 1039 Online!

    use this code inside of Quick CSS field:

    @media only screen and (max-width: 767px) {
    .avia_textblock.av_inherit_color h1 {
    font-size: 72px !important;
    }}
    

    and adjust as needed.

    Regards,
    Andy

    #612050
    1039 Online
    Participant

    Hello. Within a text block element I have text that I’ve set to 120px and H1
    <h1 style="text-align: center; font-size: 120px;"><strong>PHOTOS</strong></h1>
    The text is not being responsive. On a phone, part of the word is cut off. How can I make the text responsive and still have it large enough on a desktop?

    Thanks.

    #611216

    Hey!

    it’s best to use different tickets for different questions/issues.

    Can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Try this code for icon box title:

    .iconbox_content_title {
    font-size: 10px !important;
    }
    

    and this for icon:

    .iconbox_icon.heading-color {
    width: 10px;
    height: 10px;
    line-height: 10px;
    }
    

    And adjust as needed.

    Best regards,
    Andy

Viewing 30 results - 11,491 through 11,520 (of 18,743 total)