Viewing 30 results - 13,951 through 13,980 (of 18,734 total)
  • Author
    Search Results
  • #433425

    Hey!

    Please add following code to Quick CSS as well

    .slide-entry-excerpt.entry-content, .avia-content-slider .slide-entry-title { text-align: center; }
    .slide-entry-excerpt.entry-content { font-size: 16px; }

    If that does not help, please post the link to your page and point out the text you would like to edit

    Best regards,
    Yigit

    #433402

    Hey!

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

    .avia-content-slider .slide-entry-title { font-size: 20px; }

    Cheers!
    Yigit

    #433386
    110percent
    Participant

    Hello

    I’m really struggling to optimise a large testimonial slider for mobile devices. The large slider looks great on bigger screens but it’s only allows for about 7 or 8 characters in width for text on an iPhone 5.

    I don’t really want to reduce the font size by much, but I’d like to be able to give the text more space and widen that central column, reducing the padding either side.

    Is that possible?

    Thanks

    #433334

    In reply to: Widget header size

    Hey!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    .widgettitle {
        font-size: 18px !important;
    }
    

    Not sure, what caused the problem but this should make all widgettiles the same.

    Regards,
    Günter

    #433319

    Hi,

    Sorry for earwigging but I am having the same problem. I put the code suggested in but the font on the blog is still miniscule. I have other code in the Quick CSS panel, I’m wondering if tagging this onto the end is why it isn’t working?

    This is the code we are running and the font on the blog stays the same:

    body {
    font-size: 40px;
    }

    .main_menu ul:first-child > li > a { font-size: 30px; color: white!important; background-color: #4f0235; }
    .main_menu ul:first-child > li > a:hover { color: orange!important; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #b3a6b3!important; }

    .main_menu ul:first-child > li > a { font-family: ‘Arial’, }

    .blog .entry-content p { font-size: 30px; }

    #433263

    Hi!

    Use this to make the font size bigger:

    .template-search .entry-content-wrapper .post-title {
      font-size: 25px;
    }

    There is no special script to keep the images from loading automatically. I think it’s just a delay.

    Cheers!
    Ismael

    #433221
    sooniljung
    Participant

    hello

    I want to change widget sidebar-menu style
    Can I change this plugin style such as font size, and layout style….

    Please give me some tips…

    thanks

    #433211

    In reply to: logo / partner gird

    This reply has been marked as private.
    #432850

    Hi Rikard,

    it’s a general question. I don’t get how I should style my own custom icon box.
    For example:

    The headline in my custom icon box should be:
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    font-size: 30px;
    text-align: center;

    The text inside the custom icon box should be:
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
    font-size: 18px;
    text-align: left;

    How should I start building my own css class in this case? I just can define ONE custom css class from within the pagebuilder so I don’t know how to combine to different classes into one.

    Thanks in advance
    Bastian

    #432721
    This reply has been marked as private.
    #432703

    Hi!

    The rows don’t line up because the content of the heading rows are not consistent. The last two columns’s heading row occupies two lines. You can set a minimum height for the heading row then decrease the size of the default rows:

    @media only screen and (max-width: 1024px) {
    li.avia-heading-row {
      min-height: 55px;
      font-size: 13px;
      line-height: 18px;
    }
    
    ul.pricing-table li {
      font-size: 15px;
    }}

    Best regards,
    Ismael

    #432640
    This reply has been marked as private.
    #432620

    Hey annekindlemix!

    Thank you for using Enfold.

    1.) You can adjust the font size on smaller screen sizes:

    @media only screen and (max-width: 989px) {
    #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
      font-size: 18px;
    }}

    2.) Select the second option in the Enfold > Header > Mobile Menu > Header Mobile Menu activation setting.

    3.) The slider captions resized properly when I checked it. Please provide a screenshot. You can use css media queries if you want to decrease the font size of the captions.

    Best regards,
    Ismael

    OK FOUND IT!!! I really like to thank you work on other messages, because I needed to check a lot of messages to get full answer. so many parts in different messages.
    So if any one wants to build a menu like this :
    succes
    code is here :

    /*Add your own styles here:*/
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #888888;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    #menu-item-3230 .avia-menu-fx {
    background-color: green;
    }
    #menu-item-3231 .avia-menu-fx {
    background-color: blue;
    }
    #menu-item-3232 .avia-menu-fx {
    background-color: orange;
    }
    #menu-item-3233 .avia-menu-fx {
    background-color: red;
    }
    
    #menu-item-3230:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    #menu-item-3231:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3232:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3233:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    .av-main-nav > li > a {
    border-left: 1px solid #444444;
    }
    
    .av-main-nav> li:last-of-type  > a {
    padding-right: 13px !important;
    border-right: 1px solid #444444;
    }
    
    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    left: 0!important;
    }

    You can close, except if you think my code can be improved. Thanks a lot for your support section, was 3 weeks I was working on that….

    OK, I think I’m finally finding the real problem.
    It concerns the avia-menu-fx.
    Used with the search icon, it works well.
    But when I disable the search icon, there is a alignment problem. You can see it there:
    with loop
    without loop

    this is my code now:

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #888888;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    #menu-item-3230 .avia-menu-fx {
    background-color: green;
    }
    #menu-item-3231 .avia-menu-fx {
    background-color: blue;
    }
    #menu-item-3232 .avia-menu-fx {
    background-color: orange;
    }
    #menu-item-3233 .avia-menu-fx {
    background-color: red;
    }
    
    #menu-item-3230:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    #menu-item-3231:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3232:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3233:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    .av-main-nav > li > a {
    border-left: 1px solid #444444;
    }
    
    .av-main-nav> li:last-of-type  > a {
    padding-right: 15px !important;
    border-right: 1px solid #444444;
    }
    
    

    sorry for the big number of messages. I want to do it by myself, but always encountering new problems.

    #432581

    Hey!

    1.) Please try to add the code in the Quick CSS field:

    #top #header .av-main-nav > li > a {
      color: #0bedfd;
      font-size: 14px;
      padding: 0 6px !important;
    }

    2.) I checked the home page on Chrome and IE, the accordion images are working fine. Please try to remove browser cache then reload the page. Make sure that you have the latest version of the browsers.

    3.) Adjust the color with this in the Quick CSS field:

    #top .av-magazine .avia-inherit-font-color a.av-magazine-top-heading, #top .av-magazine .avia-inherit-font-color a.active_sort, #top .av-magazine .avia-inherit-font-color a:hover {
      color: #0bedfd;
    }

    Regards,
    Ismael

    image2
    Ok I’ve been a little further on the code. But something goes weird and I don’t know why. Just looking the menu, you will see I have a problem on the right….
    Here is the code :

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #888888;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    #menu-item-3230 .avia-menu-fx {
    background-color: green;
    }
    #menu-item-3231 .avia-menu-fx {
    background-color: blue;
    }
    #menu-item-3232 .avia-menu-fx {
    background-color: orange;
    }
    #menu-item-3233 .avia-menu-fx {
    background-color: red;
    }
    
    #menu-item-3230:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    #menu-item-3231:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3232:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3233:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    .av-main-nav > li > a {
    border-left: 1px solid #444444;
    }
    
    .av-main-nav> li:last-of-type  > a {
    border-right: 1px solid #444444;
    }
    

    Can you explain to me what thing I am using wrong? looks like avia menu fx and av-main-nav are not centered just for the last Item. I don’t know how to solve this.

    #432410

    Yes. If I paste the form code into a regular text block in the text tab and hit save it doesn’t ever close out that popup window like it would with regular text. But its working fine with regular text…?

    Here’s a stripped down portion of my code if that helps :

    <form id="form" action="http://url.com...." method="post" class="useFormBg">
    
    <input type="hidden" value="POST" name="PostForm">                                                
    		<fieldset>
    			<legend>For more information, please fill out the form below:</legend>
    			<ul id="crmform">
    				<li>
    					<label for="First Name">First Name<font color="red">*</font></label>
    					<input class="validate[required]" type="text" name="firstName" id="firstName" value="" size="30" />
    				</li>
    				<li>
    					<label for="Last Name">Last Name<font color="red">*</font></label>
    					<input class="validate[required]" type="text" name="lastName" id="lastName" value="" size="30" />
    				</li>
    				<li>
    					<label for="Date of Birth">Date of Birth<font color="red">*</font></label>
    					<input class="validate[required,custom[date]]" type="text" name="Dob" id="child1Dob" value="" size="30" />
    					<script>
    						$(function() {
    							$( "#child1Dob" ).datepicker();
    						});
    					</script>
    				</li>
    			</ul>
    		</fieldset>
    	<button type="submit" class="submit" >Send</button>
    </form>

    Thanks for your help!

    #432348

    Hey jgdoyle1!

    You can move the caption title and content around with this CSS.

    .avia-caption-title { position:relative; top:100px; background: rgba(255,255,255,0.2) !important; }
    .avia-caption-content { font-size: 12px !important; }
    

    Send us a link and take a screenshot highlighting exactly how your trying to change stuff around and we’ll take a look.

    Best regards,
    Elliott

    #432253

    Hi!

    Please add following code to Quick CSS

    body {
      font-size: 16px;
    }

    Regards,
    Yigit

    #432247
    underhill123
    Participant

    Hallo Kriesi-Tem,
    mit diesem Quick-CSS-Eintrag habe ich den Overlay und die Schrift-Größe und -Art verändert:

    #top .aviaccordion-preview-title-wrap { background: rgba(254,204,0,0.2); }
    #top .aviaccordion-title {
    font-size: 22px;
    font-weight: bold; }

    Der Schrift möchte ich nun noch eine andere Farbe verpassen (#0070b2).Leider krieg’ ich das nicht hin.
    Würdet Ihr mir hier freundlicherweise helfen.
    Danke und lieben Gruß, Gerd.

    #432192

    Shalom!

    Please add !important rule to your code as following

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

    Regards,
    Yigit

    #432145

    Hey underhill123!

    Rufnummer:

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

    Social Bookmarks:

    #top .social_bookmarks {
    font-size: 15px;
    }
    

    zusätzliches Menü:

    .sub_menu {
    font-size: 15px;
    }
    

    Wenn etwas davon nicht klappen sollte, dann schicke uns einen Link zu deiner Website, die die Elemente zeigt.

    Gruß,
    Andy

    #431998

    Hey Robyone925!

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

    .entry-content-wrapper .post-title {
      font-size: 26px !important;
    }
    .entry-content {
    font-size: 16px !important;
    }

    If that does not help, please post the link to your website

    Regards,
    Yigit

    joshuati
    Participant
    .header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #888888;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }
    #menu-item-3230 .avia-menu-fx {
    background-color: green;
    }
    #menu-item-3231 .avia-menu-fx {
    background-color: blue;
    }
    #menu-item-3232 .avia-menu-fx {
    background-color: orange;
    }
    #menu-item-3233 .avia-menu-fx {
    background-color: red;
    }
    
    #menu-item-3230:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    #menu-item-3231:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3232:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    
    #menu-item-3233:hover .avia-menu-fx {
    background-color: #ffffff;
    }
    .av-main-nav > li > a {
    border-left: 1px solid #444444;
    }
    

    Ok I nearly finished my test menu. I just need to close the menu on the right. Could you explain what I could do? just turning around lately…. Thanks in advance. My website is developped localhost, so nothing to show yet…

    #431917
    Robyone925
    Participant

    Hi there,

    I’d like to change the CSS for Blog Post Titles.

    Can you please let me know how to change the font size in the CSS for only the Blog Post Title? I don’t want this change to affect other H1, H2 tags etc that are used in the ‘Pages’ part of my site.

    Also in the ‘body’ part of the Blog post – I’d like to customise the CSS here also, for H1, H2 tags, p tags, and also text weight, size and color as well.

    Thanks!

    #431878
    Michael Oeser
    Participant

    Hi guys,

    I have to use a custom shortcode inside the editor. This shortcode password-protects elements on that page. It works if I add the shortcode [abo-protected] manually to the editor using the editors debug mode.

    But when I change any element on the page the shortcode gets wrapped into a textblock shortcode and then it doesn´t work anymore.

    Any chance how to avoid that wrapping of the shortcode? See the code of the page below. This is how I added it to the debug mode of the editor.

    [av_textblock size='' font_color='' color='']
    Zum Testen kann die Abonummer 12345678 verwendet werden.
    [/av_textblock]

    [av_one_third first]
    [av_image src='https://energieintensiv.info/wp-content/uploads/2015/04/cover-1.jpg' attachment='104' attachment_size='full' align='left' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_third]

    [av_two_third]
    [av_textblock size='' font_color='' color='']
    <h3>In der aktuellen Ausgabe</h3>
    [/av_textblock]

    [av_textblock size='' font_color='' color='']

    • Thema 1
    • Thema 2
    • Thema 3
    • Thema 4

    [/av_textblock]
    [/av_two_third]

    [av_one_full first]
    [av_hr class='invisible' height='1' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    [/av_one_full]

    [abo-protected] *** This is where the custom shortcode begins ***

    [av_button_big label='Aktuelle Ausgabe jetzt lesen!' description_pos='below' link='manually,#' link_target='' icon_select='yes-left-icon' icon='ue87d' font='entypo-fontello' custom_font='#ffffff' color='theme-color' custom_bg='#444444' color_hover='green' custom_bg_hover='#444444'][/av_button_big]

    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#f8f8f8' 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_textblock size='' font_color='' color='']
    <h3>Ältere Ausgaben</h3>
    [/av_textblock]
    [av_one_full first]
    [av_textblock size='' font_color='' color='']
    Ausgabe 1/2015
    Ausgabe 2/2015
    Ausgabe 3/2015
    Ausgabe 4/2015
    Ausgabe 5/2015
    Ausgabe 6/2015
    [/av_textblock]
    [/av_one_full]
    [/av_section]

    [/abo-protected] *** This is where the custom shortcode ends ***

    • This topic was modified 10 years, 11 months ago by Michael Oeser.
    #431788

    hey Elliot!

    yes, I mean default font size ‘body’ in the text block. I suppose you mean something else because you code snippet doesnt work.

    This is the text I’m referring to http://imgur.com/op8zVBr (page http://www.soapmarine.com/jpgoffin/services/)

    thank you!

    #431754

    Hey!

    1.) Go to the Pages panel then delete the page “Bestellung anzeigen”. It’s no longer needed because of the endpoints.

    2.) Use this in the Quick CSS field to change the font size of the price text:

    #top .price, #top .price span, #top del, #top ins {
      font-size: 20px;
    }

    This one is for the cart item price:

    #top .cart_list .quantity span.amount {
      font-size: 20px;
    }

    Adjust the value as you like. Remove browser cache then reload the page.

    Regards,
    Ismael

    #431707
    This reply has been marked as private.
Viewing 30 results - 13,951 through 13,980 (of 18,734 total)