Viewing 30 results - 11,881 through 11,910 (of 18,743 total)
  • Author
    Search Results
  • Hi Rikard,
    thanks so much. Using an online simulator, I now get the desired result in every device and orientation I try.

    I’ve added this below your code in order to apply the ‘fix’ to another page where it was also needed:

    .page-id-588 .avia-icon-list {
        display: table !important;
        margin: 0 auto !important;
        width: 240px !important;
    }

    ( I tried simply adding the page ID to your code but it caused images to shrink, so I repeated the same CSS with a different page ID.

    Good work and great support, thanks. I particularly enjoyed your ‘909808303’ reference!! :)

    May I ask, is some of the following CSS now redundant/pointless to have, or perhaps incorrect max-width? (Although, not important as it all seems to work)?:

    @media only screen and (max-width: 660px) {
    .avia-icon-list .iconlist_title { font-size: 16px !important; }
    }
    .iconbox .entry-content-header {
      text-align: center;
    }
    .iconbox .entry-content-header * {
      float: none;
      display: inline;
    }

    Thanks again!

    #585991

    to change the Boro Hotel text try…

    #flexi_searchbox #b_searchboxInc #b_destination {
      font-size:20px;
    }
    #585924

    Thanks Rikard. The size of the font is larger than the other font size in the paragraphs above and below the bullets. It’s the text size not the size of the icon that’s the issue and it only happens on posts not on pages?

    #585880

    Hi,

    Thanks, you can try the following shortcode:

    [av_heading tag='h3' padding='10' heading='<strong>Hey there! This is an example of a 3 Column Ajax portfolio.<br />Once you click a portfolio item a preview will open & show you some more details.</strong>' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='10' custom_class=''][/av_heading]
    
    [av_hr class='short' height='30' position='left']
    
    [av_one_full first]
    
    [av_portfolio columns='3' items='9' contents='title' preview_mode='auto' image_size='portfolio' linking='ajax' sort='yes' paginate='no']
    
    [/av_one_full][av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_fourth first]
    
    [av_icon_box icon='59' position='left' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='125' position='left' title='Updates']
    Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='2' position='left' title='Mobile Ready']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='36' position='left' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_promobox button='yes' label='Learn More' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Enfold is freakishly powerful and so damn easy to use, its probably the last theme you will ever buy
    [/av_promobox]
    [/av_section]

    You will need to activate debug mode to be able to paste the shortcode to your page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Thanks,
    Rikard

    #585791

    Topic: Tablet vertical view

    in forum Enfold
    lionel
    Participant

    Hi guys,

    Two small issues when customers are visiting our website with their tablets, in vertical mode:

    . The logo is not aligned anymore. I added this fix on the desktop view “.logo img { margin-top: 15px; }”, this is certainly why it looks like that. Any advice on how to create an exception on tablet/mobile vertical view – or either fix everything perfectly on all devices?

    . Our submenu is really long, because of the nature of our content on the page. Any chance we can change the font size on tablet vertical view?

    Thanks

    #585783

    In reply to: Toggle of Accordion

    Hi Vinnie
    many thanks again
    Does not work…
    Here is the entire code I have regarding this issue, maybe there is conflict there?

    .toggle_icon .vert_icon, .toggle_icon .hor_icon {
    border-color:#f4f1ee;
    }
    .toggle_icon .vert_icon.activeTitle {
    color:#ffd500!important;
    }

    .toggler {
    font-size: 24px;
    color:#f4f1ee;
    }
    .toggler.activeTitle {
    color:#ffd500;
    }
    .toggler:hover .toggle_icon .vert_icon, .toggler:hover .toggle_icon .hor_icon {
    border-color:ffd500!important;
    }

    .toggler:hover {
    color:ffd500!important;
    }

    #585768

    Topic: social icon buttons

    in forum Enfold
    IASupport
    Participant

    Hi

    I’ve added a button with the twitter icon underneath one of the authors on a site I’m setting up for a client, if you follow this link and scroll down to Ben Parker you can see the social icon for twitter under his bio. Obviously at the moment it doesn’t look great as it’s a funny shape and the icon is too small.

    If I add the following css to the a element then it works but I can’t see any way to apply it just to that element without it affecting other buttons on the site. I’m also not sure if this code would work on all browsers.

    height: 50px;
        min-width: 50px!important;
        line-height: 25px;
        max-width: 50px;
        font-size: 25px;
        padding-left: 20px;

    Is there any way to get the button to be square and make the icon bigger whilst only affecting the current button and being browser compatible?

    • This topic was modified 10 years, 2 months ago by IASupport.
    #585733

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #585718

    Hey!

    There was this code in custom css from which we had to remove !important

    /*  Special Heading Changes   */
    
    h1.av-special-heading-tag {font-weight:bold!important; font-size:50px!important;}
    

    You can now adjust the 2.5em in the below code it works fine.

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

    Regards,
    Vinay Kashyap

    #585544

    Topic: Bullet point text size

    in forum Enfold
    updcreative
    Participant

    The size of the text in the bulleted stylesheet is larger than the paragraph style, but only on blog posts. See example: http://www.greenshieldsjcb.com/news/show/introducing-the-jcb-js3-and-js37-tracked-excavators-40/

    This size difference only affects Blog posts though, not pages. On pages they both have the same fonts size. See example: http://www.greenshieldsjcb.com/parts/

    Please note, I don’t want to change the icons, or the overall size, I just want continuity across ‘blogposts’ and ‘pages’

    #585524

    Ok thanks, I used a different code:

    .slideshow_caption h2 {
    font-size: 4em!important;
    font-weight: lighter!important;
    }

    but it seems to work. However, the button disappears on smaller screens… do you have a solution for that as well?

    #585475

    Ok put them like this (without breaklines):

    [av_button label='Awards' link='page,285' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff'][av_button label='Tour Dates 16' link='page,217' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff']
    

    Regards,
    Josue

    #585463

    Hi boemedia!

    are you talking about caption title of your slider? if yes use this code:

    @media only screen and (max-width: 736px) {
    h2.avia-caption-title {
    font-size: 15px !important;
    }}
    

    and adjust font-size as needed.

    Cheers!
    Andy

    #585422

    Hi Josue,

    See below! ;-) Can you see it, because there appears a button lol..
    Thanks!

    Cheers,
    Anthony

    [av_button label='Awards' link='page,285' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    [av_button label='Tour Dates 16' link='page,217' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff']

    • This reply was modified 10 years, 2 months ago by anthonyajl.
    #585407

    I don’t think I am explaining myself correctly. ALL of the CSS below, no matter what I adjust, only adjusts the size and position of the icons. I have attempted to adjust the 20px and 85px values.

    I want to make the color section shorter. I need CSS to adjust the height of the background color section that the icons are laying on top of.

    The icons are perfect. The background that the icons lay on top of are not.

    This is what I have currently…

    @media only screen and (max-width: 767px) {
    #top #wrap_all #photo-center .flex_column.av_one_third {
        width: 31%;
        height: 85px!important;
        float: left;
        clear: none;
        margin-left: 1%;
    }} /*content element: icon*/
    
    @media only screen 
      and (min-device-width: 414px) 
      and (max-device-width: 736px) 
      and (orientation: portrait) { 
    a.av-icon-char {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    }} /*icon content element size*/
    #585341

    Hi!

    si queres cambiar el font size usa este codigo:

    span.avia-menu-text {
    font-size: 20px;
    }
    

    Saludos!
    Andy

    #585267

    Topic: menu font size

    in forum Enfold
    talelie
    Participant

    Hi,

    after the last enfold update, I have realized that the font size of my main menu cannot be change.
    appreciate your help increasing the font size, cause it looks bad as it is now.

    Thanks
    Tal

    #585200

    In reply to: Mailchimp look

    Hi Zaccc,

    If you enable debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    You can then copy paste this shortcode to a new page to get the look of that entire page, you can then delete the items you don’t want/need:

    [av_fullscreen size='extra_large' animation='fade' autoplay='false' interval='5' control_layout='' scroll_down='aviaTBscroll_down']
    [av_fullscreen_slide slide_type='image' id='548' position='center center' video='http://' mobile_image='' video_cover='' title='New spring edition for women and men now available' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button button-two' link='lightbox' link_target='' button_label='Women’s Collection' button_color='theme-color' link1='product_cat,13' link_target1='' button_label2='Men’s Collection' button_color2='dark' link2='product_cat,13' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    The new beautiful spring collection, created by star designer Konrad Kries is now available.
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='547' position='top left' video='http://' mobile_image='' video_cover='' title='Start with us into the new season!' custom_title_size='40' custom_content_size='18' caption_pos='caption_right' link_apply='button button-two' link='lightbox' link_target='' button_label='For Women' button_color='theme-color' link1='product_cat,12' link_target1='' button_label2='For Men' button_color2='dark' link2='product_cat,11' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Those are the styles that you need for the next season. Make sure to grab your early bird coupon!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='549' position='top left' video='http://' mobile_image='' video_cover='' title='Win a shopping trip<br/>with our styling experts' custom_title_size='40' custom_content_size='18' caption_pos='caption_center' link_apply='button' link='lightbox' link_target='' button_label='Sign up now!' button_color='dark' link1='page,76' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_enable='aviaTBaviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    Fancy doing something a little different this autumn? Win this great shopping trip to London! We pay for everything! 
    All expenses including flight and a meal at a gourmet restaurant of your choice will be paid for!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='551' position='center right' video='' mobile_image='' video_cover='' title='Winter Collection coming soon!' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button' link='lightbox' link_target='' button_label='Yes, notify me!' button_color='dark' link1='manually,#sign-up' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.1' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Want to get notified once the new winter collection by Georgio Adriani is released?
    [/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading heading='Recent Top Sellers' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_productslider columns='4' items='8' offset='0' sort='0' autoplay='yes' interval='5']
    [/av_section]
    
    [av_layout_row border='' min_height='0' color='alternate_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_textblock size='' font_color='' color='']
    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. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [av_productgrid columns='3' items='6' offset='0' sort='0' paginate='no']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-shop/files/2015/03/lady-in-blue.jpg' attachment='556' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,65' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='6.5,56.9']
    Hairdo by Roger Ramoni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,257' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='19.8,53']
    Glasses by Victor Secreni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,262' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='38.9,58.4']
    Nail polish by Sandra Sounders
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-below av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,495' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='70,54.3']
    "Red Velvet" Dress by Varia Vereni
    [/av_image_spot]
    [/av_image_hotspot]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus.
    [/av_icon_box]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field]
    [/av_contact]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][/av_section]

    Cheers!
    Rikard

    #585189

    Hey!

    The codes are working, the problem is the arrow color which is the same as the menu background. Replace the code with this:

    @media only screen and (max-width: 1200px) {
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before {
        content: "\25B6";
        position: absolute;
        top: 15px;
        margin-left: -10px;
        font-family: 'entypo-fontello';
        font-size: 7px;
        color: #ffffff;
    }
    }

    Adjust the color value.

    Best regards,
    Ismael

    #585171

    Hey mcraig77,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .form_element label {
        font-size: 16px !important;
        font-family: monospace !important;
    }

    Regards,
    Rikard

    #585134

    Hi ckwellington,

    Please try the following to remove the border:

    .cw-smallform input[type='text'] {
    border-color: transparent !important;
    }

    Not sure you want to set the background colour to transparent though since users won’t be able to see the field? If you still want that add the following to the class above:

    background-color:transparent !important;
    

    Try the following to control the font size and colour:

    .cw-smallform {
    font-size:18px !important;
    color:red !important;
    }
    

    Regards,
    Rikard

    #585090

    Hi!

    You added following custom CSS code into functions.php file and that caused the error

    .button {
        background-color: #6e8b53;
        color:#ffffff;
        border: 0;
        font-family: lato;
        font-size: 17px;
    }

    It has to go into Quick CSS field in Enfold theme options > General Styling tab

    Regards,
    Yigit

    #585072

    In reply to: Titulos de Widget

    Hola!

    In the meantime, please try following code in Quick CSS

    #footer .widgettitle {
        font-size: 20px;
        color: orange!important;
    }

    Best regards,
    Yigit

    #585071

    Hi!

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

    @media only screen and (max-width: 480px) {
    h2.avia-caption-title {
        font-size: 20px!important;
    }}

    Regards,
    Yigit

    #584805

    Hi rolfroyce!

    you can control font size with this code in Quick CSS field:

    #header .mega_menu_title {
    font-size: 10px;
    }
    

    Cheers!
    Andy

    #584801

    In reply to: Enfold

    Hey!

    Themeorest Account und API key bitte nicht mit der restlichen Welt teilen :).

    Schriftgröße kannst du hiermit anpassen:

    .sub_menu li {
    font-size: 20px;
    }
    

    Gruß,
    Andy

    #584746

    Hi Jdclark18!

    please add the below code to Enfold > General Styling > Quick CSS

    @media screen(max-width:768px) {	
    	h1.av-special-heading-tag {
    	    font-size: 2em!important;
    	}
    }

    Regards,
    Vinay Kashyap

    #584682

    In reply to: Toggle of Accordion

    Hi!

    Please add the below code to Enfold > General Styling > Quick CSS

    Feel free to change the values for .toggler to change the text size and color.

    .toggle_icon .vert_icon, .toggle_icon .hor_icon  {
    	border-color:#FFF!important;
    }
    
    .toggler {
    	font-size: 18px;
    	color:#fff;
    }

    Regards,
    Vinay Kashyap

    #584547

    Hey thanks for the many answers. I am now using the password protected page option.
    How can I edit/change the text with its font family and size?
    Is it possible to still have the navigation bar shown and even a header photo? Also the socket should be the same size as on all the other pages.

    example page

    example page

    Regards,
    Aline

    #584476
    mcraig77
    Participant

    Ahoy –

    How do I changed the contact form titles font size and font family?

    First Name, last name, street, etc, etc, etc, etc

Viewing 30 results - 11,881 through 11,910 (of 18,743 total)