Viewing 30 results - 4,321 through 4,350 (of 18,734 total)
  • Author
    Search Results
  • Hey gb,

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

    .sidebar .widgettitle {
      font-size: 17px;
    }
    
    .sidebar .product-categories a {
      font-size: 15px;
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 2 months ago by Rikard.
    #1172808
    kracklt
    Participant

    Hi team,
    i have a few questions:
    1. I activated “equal hight” for columns and gab space between columns. But in mobile the gab space dissapears.

    2. How can i change the font size of the mobile menu?
    Tried this:
    @media only screen and (max-width: 768px)
    { font-size: 26px !important;}},
    and this:
    @media only screen and (max-width:767px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    font-size: 36px !important; }
    both didn’t work for me.

    3. in mobile, the gab space between the first and the second footer widget ist different, when the footer between the rest. How can i change the gab space between the first and second footer widget in mobile?

    4. i try to change the line-height in the socket:
    #socket .sub_menu_socket li {
    line-height: 10px !important;}
    but it will be always overwritten…

    Can you help?

    #1172751

    Hi,

    Please add following code to Quick CSS as well

    #top .logo .subtext {
        text-align: center;
    }
    .logo a {
        font-size: 44px;
        color: orange!important;
    }
    

    Cheers!
    Yigit

    #1172676
    Mathias_M
    Participant

    Hello dear Kriesi-Team,

    I have some issues styling the Text logo of my site. I used youre code frome the documentation:

    /* Text logo styling */
    #top .logo,
    #top .logo a {  
      overflow: visible;
    }
    
    #top .logo {  
      background: white;
      color: #f34607;
    font-family: Amaranth;
        display: flex;
        align-items: center;
     font-size: 18px;    
    padding: 15px;
    }
    #top .logo .subtext {
        font-size: 18px;
    font-family: Open Sans;
        color: #121621;    
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 40px;
    }
    
    /* Hide subtext on scroll */
    #header.header-scrolled-full .subtext {
      display: none;
    }

    Some things don’t work: Color and Size of the Main Logo / Align Center from the Sub logo.

    Thank you, for your support.
    Kind regards
    Mathias

    Mathias_M
    Participant

    Hello dear Kriesi-Team,

    I have three questions regarding a widget from calendly:

    <!-- Calendly Link-Widget Beginn -->
    <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
    <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script>
    <h2 style="color:#f34607; text-align: center;"><a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/vifo/visionscall?text_color=121621&primary_color=f34607'});return false;">Dein kostenloser Visionscall <br> <a style="color:#121621; font-family: Open Sans;  font-size: 18px;" href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com XXX?text_color=121621&primary_color=f34607'});return false;">klicke hier und starte Deine Vision</a></a></h2>
    <!-- Calendly Link-Widget Ende -->

    1. I would like to have an underlining on the widget link at the page if the visitor go with the mouse above the widget link is this possible?

    2. I would like to have the same view from the links on my main page and on my about page. Instead it seems, the part changed it’s look on the about page, also if i use exactly the same widget and code.

    3. I like to appear the subtext of the link “klicke hier und starte Deine Vision” in the exactly same font and size like the standart text on the website. I used:
    font-family: Open Sans

    It doesn’t seem to work.

    Thanks a lot and
    Kind regards
    Mathias

    • This topic was modified 6 years, 2 months ago by Mathias_M.

    this is all my custom css.. maybe somethings interfere with each other

    .phone-info { font-size: 17px; text-align: center; }
    .phone-info span {line-height: 1.6em;}
    #top .title_container .container {
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 90px;
    }
    .sidebar .widgettitle { color: orange !important; }@media only screen and (max-width: 767px) {
    #avia_combo_widget-3 {
    display: none;
    }}

    #1172413

    Hey John,

    You can see it in base.css file.
    Default font is “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif (in that order).
    Default font-weight is 600 for h1-h6.
    For other properties:

    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; }
    h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; }
    h5 { font-size: 16px; line-height: 1.1em; }
    h6 { font-size: 14px; line-height: 1.1em; }

    Hope it helps.

    Best regards,
    Nikko

    #1172387

    Hey mguillou5670,
    Adding the css from the instructions in the documentation corrects your issue, perhaps you forgot to add or there is an error in your css, such as a missing bracket, please check.

    /* CSS - Subtext on right */
    
    #top .logo,
    #top .logo a {
      overflow: visible;
    }
    
    /* Subtext styling */
    .logo .subtext h1 {
      font-size: 20px;
        font-weight: 600;
    }
    
    .logo .subtext {
      position: absolute;
        top: 50%;
        right: 0;
        transform: translate(120%, -50%);
        z-index: 999;
    }

    Please see the screenshot in Private Content area of my test of the css on your site. If you added the css to your Enfold Theme Options > General Styling > Quick CSS field, try copying all of the code and paste into WordPress > Customize > Additional CSS this has error checking and will let you know of any errors in the code.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1172357

    In reply to: Mega menu layout

    Hello Yigit,
    When i aply the code like you mentioned in n° 1 the width of the page changes and not only the font-size ?
    Can you have a look please. I have put the code in Quick CSS in Enfold theme options > General Styling in hold
    /*.term-description {
    font-size: 13px;*/

    2 – I have contacted à freelancer like you mentioned to resolve my problem wit the menu.

    Thank you in advance

    #1172300
    envatojlc
    Participant

    What is the default CSS for the H1, H2, H3, H4 and H5 tags? I am looking for the font-size, font-family, font weight etc.

    Thank you,

    #1172140

    In reply to: Mega menu layout

    Hi,

    1- Please add following code to Quick CSS in Enfold theme options > General Styling

    .term-description {
        font-size: 13px;
    }

    2- You can find a freelancer on Codeable by filling this form – https://kriesi.at/contact/customization

    Best regards,
    Yigit

    #1172067

    In reply to: Mega menu layout

    Hi,
    Thank you for your answer.
    1. The Default font size is 13 px . The font size of the description of the product (left site of the page) is 12px and must be 13px?
    See description under title Limestone “Kalksteen is een sedimentair …….. (link n ° 1 in private area). This font size must also be 13px.
    Where do I do this there that in General Styling > the Default content font size is set to 13 px”

    2. Do you know a good freelncer to help me with this point n° 2 Can you sent to sombody my request ?

    #1172058

    Hey beachcitiescryo,

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

    @media only screen and (max-width: 767px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 1em;
    }
    }

    Best regards,
    Rikard

    Hi m s,

    I added the code for you, please check if it looks as you wanted:

    
    @media only screen and (min-width:1024px){
        #av_section_1 .avia_textblock.av-small-font-size-32 p {
            text-align: center;
            font-size: 54px;
        }
    }
     @media only screen and (max-width:479px){
         #av_section_1 .avia_textblock.av-small-font-size-32 p {
            text-align: center;
            font-size: 22px;
        }
     }
    
      @media only screen and (min-width: 480px) and (max-width:1023px){
         #av_section_1 .avia_textblock.av-small-font-size-32 p {
            text-align: center;
            font-size: 28px;
        }
     }
    

    Best regards,
    Victoria

    #1171829

    In reply to: Mega menu layout

    Hi,

    1- Please go to Enfold theme options > General Styling > Fonts and increase “Default content font size”.

    2- You can adjust widget options in Appearance > Widgets however that is not the default behaviour of WooCommerce Product Categories widget. Please consider to hire a freelance developer if you need such filter as it would be out of the scope of our support :)

    Best regards,
    Yigit

    #1171794
    trljackson
    Participant

    Hi,
    Can’t tie this back to an exact update however my pages have become corrupt. Where I have a avia layout builder text block the existing text is not visiable when editing the element. In the element preview there is a prompt that says the following “It seems you are currently adding some HTML markup or other special characters. Once all HTML tags are closed the preview will be available again. If this message persists please check your input for special characters and try to remove them.”

    If I select the Text rather than the visual view then I get this scambled HTML.
    <p>[av_google_map height='400px' zoom='12' saturation='-50' hue='' zoom_control='aviaTBzoom_control' maptype_control='' maptype_id='' google_link='' confirm_button='Click to load Google Maps' page_link_text='Open Google Maps in a new window' google_fallback='' attachment='' attachment_size='' av_uid='av-jws4nzmf']<br />[av_gmap_location address=' No.1 Brigid House, Brigid Rd' postcode='7800' city='Cape Town' state='Western Cape' country='South Africa' long='18.47956720000002' lat='-34.0389232' marker='' imagesize='40' av_uid='av-bzkrjl' tooltip_display='']<br />Natural Living Health & Beauty<br />[/av_gmap_location]<br />[/av_google_map][av_section min_height='' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' 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_element_hidden_in_editor='0' av_uid='av-a3nmup'][av_heading tag='h3' padding='10' heading='Contact us' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='20px,0,10px,0'][/av_heading][av_one_half first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-jws4twtu'][av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jws4suii' admin_preview_bg='']<br />Find out more about Natural Living and our products by contacting our friendly customer service centre on our toll free number 0800 220 330 or alternatively, simply complete and submit the enquiry form below. We will endevour to respond to your enquiry as quickly as possible.ADDRESSNo.1 Brigid House, Brigid Road<br />Diep River, 7800<br />Cape Town<br />South AfricaCONTACTEmail: (Email address hidden if logged out) “> (Email address hidden if logged out) <br />Toll Free Telephone: 0800 220 330<br />Alternate Landline: 021 021 705 6460OFFICE HOURSMonday – Friday: 8:00 – 16:00<br />Saturday: Closed<br />Sunday: Closed<br />Public Holidays: Closed<br />[/av_textblock][/av_one_half][av_one_half min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-9rwysx'][av_contact (Email address hidden if logged out) ' title='Send us an email' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='Natural Living website enquiry' autorespond='Thank you for your enquiry. We will respond to you as soon as possible. Have a nice day!' captcha='active' form_align='' color='' av_uid='av-jws4ymkx' admin_preview_bg='']<br />[av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half' av_uid='av-8usbl' multi_select='' av_contact_preselect=''][/av_contact_field]<br />[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_half' av_uid='av-6cm3f5' multi_select='' av_contact_preselect=''][/av_contact_field]<br />[av_contact_field label='Subject' type='text' options='' check='is_empty' width='' av_uid='av-4n95td' multi_select='' av_contact_preselect=''][/av_contact_field]<br />[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='' av_uid='av-1whrzl' multi_select='' av_contact_preselect=''][/av_contact_field]<br />[/av_contact][/av_one_half][/av_section]</p>

    The page is a contact us page. It has a google map with GPS marker for our business. It has a text block with address and contact numbers and lastly, it has a contact form. Every other page that uses a text block also has the same issues. Above the avia layout builder is the classic editor which I prefer not to use or see. I am not able to apply any changes via the classic editor. I have tried recreating the page, removing blocks etc to no avail. Please assist urgently.

    Thanks, I tried changing it from h1 to p and adding span elements to control the font size (it needs to be 54pt), but it didn’t work.

    #1171343

    Hi,

    Thank you for the update.

    Try to convert the elements into an actual list. We modified the first list as an example.

    <ul style="list-style: none;">
     	<li>[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='20px' position='left' custom_class='' av_uid='av-51pdyn0'][/av_font_icon]Sold at face value (original price)</li>
     	<li>[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='20px' position='left' custom_class='' av_uid='av-4jmtlx8'][/av_font_icon]Better availability than English site</li>
     	<li>[av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='25px' position='left' custom_class='' av_uid='av-3xls858'][/av_font_icon]Difficult to impossible to use for non-residents of Japan</li>
     	<li>[av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='25px' position='left' custom_class='' av_uid='av-cscs4c'][/av_font_icon]Sells out quickly</li>
    <ul>
    

    Best regards,
    Ismael

    #1171341

    In reply to: Mega menu layout

    Hi Yigit,
    Thank you for all your help but it is not yet as I wish.

    1. The font size of the product category has been adjusted = ok
    I cannot change the font size of the description of the product (left site of the page) now this is 12px and must be 13px?
    See description under title Limestone “Kalksteen is een sedimentair …….. (link n ° 1 in private area). This font size must also be 13px. Where do I do this?

    2. The dropdown is not like i wishand as shown now. The main category (Terrazzo, Natural stone, According to color, etc.) must always remain visible and the subcategory must collapse. On another website (see link n ° 2 in the private part) I found an example. Like you can see the main product categories like Care Products, Natural Stone, Neolith stays always visible and the subcategories hidden. Also In annex n ° 3. this example as image = screenhunter-281.png

    I hope you can help me with this as it is important to display the entire website.

    Many thanks in advance for helping me with this

    #1171242
    basburger
    Participant

    Hi,
    There is something strange with our website. When editing the pages the blocks are sitting above the Avia visual builder. How can i restore that?
    The blocks show code like:
    [av_layerslider id=’4′ av_uid=’av-8wojq’]

    [av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-edla6']
    [av_icon_box position='left_content' icon_style='' boxed='' icon='ue8a8' font='entypo-fontello' title='de leukste van brabant' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='#3993f4' custom_font='#ffffff' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-8vci0u' admin_preview_bg='']
    Zoldertejater is door o.a. NOC*NSF en Rabobank uitgeroepen tot ‘Leukste vereniging van Noord-Brabant 2018’.
    [/av_icon_box]
    [/av_one_third]

    #1171148

    Hi,

    Add this to quick css:

    #av-magazine-1 .av-magazine-time.updated{
    font-size:20px!important;
    }
    
    #av-magazine-1 h3.av-magazine-title.entry-title{
    font-size:16px!important;
    }

    Best regards,
    Jordan Shannon

    #1171143

    Topic: Text Box is different?

    in forum Enfold
    benq75
    Participant

    Hi There
    I have installed Enfold on a clients server and have started building the site but for some reason, the text box is not as I would usually see it (on my own server)
    This is a screenshot of how the textbox looks (which is not how I want it) as I cannot easily centre, bold, increase font size, colout etc…
    https://www.schoolbreathe.com/wp-content/uploads/2020/01/Wront-Text-Box.jpg

    This is how it usually looks on my other Enfold sites:
    https://www.schoolbreathe.com/wp-content/uploads/2020/01/Correct-Text-Box.jpg

    Is there a setting to change this, please?

    Thanks
    Ben

    #1171101
    hylandgraphics
    Participant

    Hello,

    I would like to adjust the size of both the header test and body copy in the Magazine module. I do not see any options for this? Can you point that would to me or short me some quick CSS to do so? Thanks!

    #1171100

    In reply to: Icons Target Blank

    I tried this shortcode and still no luck. Please take another look.

    [av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,https://www.facebook.com/bigsurcannabotanicals' target="_blank" size='30px' position='center' animation='deactivated' color='' av_uid='' id='' custom_class='' admin_preview_bg=''][/av_font_icon]

    #1170986
    pan_wang0
    Participant

    Hi there,

    I was trying to style my popup contact form when click button named “Get A Free Quote”, please see the screenshot link:

    https://drive.google.com/open?id=1kucbzeZc4WyHfBD3uBsG8RSzv5M80bBK
    https://drive.google.com/open?id=11wEDlwZAfZjQ9pWZ0bHXE9hAZ1VlCYIo

    I use CSS code as below, but it didn’t work. Could you help me out?

    `/*Styling Contact Us Form*/
    #test-popup.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;
    }

    textarea.wpcf7-textarea {
    background: #DDDFE2!important;
    border-radius: 5px!important;
    color: #000!important;
    }
    input.wpcf7-text {
    background: #DDDFE2!important;
    border-radius: 5px!important;
    color: #000!important;
    }

    input.wpcf7-submit {
    border-radius: 5px!important;
    font-size: 20px;
    background-color: #c3512f;
    color: #ffffff;
    border-color: #a1300d;
    }

    #1170962

    Hi,

    Thank you for the update.

    Try to add this code inside the css media query that we just created above.

    .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: none;
    }
    
    .responsive .avia_responsive_table .avia-data-table td::before {
        display: block;
        font-style: italic;
        font-size: 11px;
    }

    That should hide the default heading row and display the pseudo heading.

    Best regards,
    Ismael

    #1170926

    Topic: Icons Target Blank

    in forum Enfold
    jknetdesign
    Participant

    For the the social icons in the footer.

    When I use linktarget=’_blank’ in the shortcode, the icons disappear.

    Here’s the shortcode I’m using:

    [av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,https://www.facebook.com/bigsurcannabotanicals' linktarget='' size='30px' position='center' animation='deactivated' color='' av_uid='' id='' custom_class='' admin_preview_bg=''][/av_font_icon]

    #1170912

    Hey Rio1,

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

    #menu-item-1036 .avia-menu-text, #menu-item-1037 .avia-menu-text, #menu-item-1035 .avia-menu-text {
      font-size: 14px !important;
      color: #000 !important;
    }

    Best regards,
    Rikard

    #1170832

    In reply to: Mega menu layout

    Hi,
    Ok thank you !
    Concerning the font size of te categorie tekst and menu on the right colom (see here) is to smal, Where can i changethe font size to 13px like every els on the site.

    Thank you in advance

    #1170817

    Hello Yigit

    i pimped it a little bit – now it works well.

    Thanks a lot!

    /* Place icon in the text field of form from page 123  */
    .page-id-123 p#element_avia_4_1:before,
    .page-id-123 p#element_avia_5_1:before {
         font-family: entypo-fontello;
         color: #0f2752;
         font-size: 36px;
        position: absolute;
        top: 12px;
        left: 10px;
    }
    /* Set icon letter */
    .page-id-123 p#element_avia_4_1:before {
      content: "\e864";
    }
    .page-id-123 p#element_avia_5_1:before {
      content: "\e869";
    }
    /* move text placeholder to the right */
    .page-id-123 #avia_4_1,
    .page-id-123 #avia_5_1 {
        padding-left: 55px !important;
    }
Viewing 30 results - 4,321 through 4,350 (of 18,734 total)