Viewing 30 results - 1,501 through 1,530 (of 18,718 total)
  • Author
    Search Results
  • #1395307

    In reply to: row too high on mobile

    Hi Ismael,
    thank for your reply.

    imagine i want to change padding on the first section only at one certain page, for example the homepage. i can use your original solution

    .home div#av_section_1 .template-page.content.av-content-full.alpha.units {
        padding: 10px;
    }

    but what if i need to change one particular page, not the home page
    is it enough to just mention the title of the page, in the beginning of the code?
    So, there is this page called over-mij, i think this page would NOT need any padding for example , should the code be than:

    .over-mij div#av_section_1 .template-page.content.av-content-full.alpha.units {
        padding: 0px;
    }

    ?

    Can i just relate to it by mentioning the name of the page, or do i need an ID?

    and what if i want to have this code for all the pages on the website? just leave .home away in the code?

    ————————–

    for the fonts: in the settings one can change the fonts, in general, but is there a way to say:
    on my Desktop the font-size can be 18px for a title (H3 for example) but on a mobile it should be only 12 px?

    best regards, jelle

    • This reply was modified 3 years, 1 month ago by jeel147.
    • This reply was modified 3 years, 1 month ago by jeel147.
    • This reply was modified 3 years, 1 month ago by jeel147.
    • This reply was modified 3 years, 1 month ago by jeel147.
    • This reply was modified 3 years, 1 month ago by jeel147.
    • This reply was modified 3 years, 1 month ago by jeel147.
    • This reply was modified 3 years ago by jeel147.
    • This reply was modified 3 years ago by jeel147.
    • This reply was modified 3 years ago by jeel147.
    #1395304

    In reply to: row too high on mobile

    Hey jeel147,

    Thank you for the inquiry.

    You can adjust the padding of the first section using the following css code.

    .home div#av_section_1 .template-page.content.av-content-full.alpha.units {
        padding: 10px;
    }

    And to adjust the size of the text on mobile view, edit the element (special heading) in builder, go to the Styling tab and configure the Font Sizes settings.

    Best regards,
    Ismael

    #1395288

    Hi,

    Thank you for the links.

    Did you add the following css code somewhere? It sets the font size to 15px by default on pages.

    body, body .avia-tooltip {
        font-size: 15px;
    }
    

    The css below is the default style.

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
        font-size: 1.15em;
        line-height: 1.7em;
        max-width: 800px;
        margin: 0 auto;
        overflow: visible;
    }

    To fix the issue, you have to adjust the first css rule and make sure that it is the same as the default style.

    Best regards,
    Ismael

    #1395111

    Hey Monika,

    Thanks for contacting us!

    You can use following code to target testimonial content

    
    #top .kundenrezensionen .avia-testimonial-content {
      font-size: 16px;
    }
    

    And you can use following to target the borders

    
    #top #wrap_all .kundenrezensionen .avia-testimonial {
       border-color: red;
    }
    

    If you would like to make more specific changes, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    #1394807

    Hi,

    There does not seem to be any error in the Quick CSS field.

    I added following code to bottom of the field

    
    /* Contact Form 7 customizations */
    #top #wrap_all .wpcf7 input.wpcf7-text, 
    #top #wrap_all .wpcf7 textarea {
      font-size: 20px;
      color: #000;
    }
    
    #top .wpcf7-submit {
      margin-top: 20px;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    #1394790

    Hey,

    This final code should fix it all :)

    
    #top #wrap_all .wpcf7 input.wpcf7-text, 
    #top #wrap_all .wpcf7 textarea {
      font-size: 20px;
      color: #000;
    }
    

    Cheers!
    Yigit

    #1394788

    Hi Tilman,

    CSS selector was apparently not strong enough. Please update your code to the following one

    
    #top #wrap_all .wpcf7 input, 
    #top #wrap_all .wpcf7 textarea {
      font-size: 20px;
      color: #000;
    }
    

    Best regards,
    Yigit

    #1394784

    thx Yigit,
    font size ist fine now

    but only the second field entry is black now, all others (text and not text area fields) are still light grey. I’ve tried to play with the CSS by adding “text” in addition to “text-area” but was not successful.

    Plus, the font color on the “send” Button went also back, this one shall remain white as before….

    current appearance on Mac OS / Chrome pls see here:

    View post on imgur.com

    Cheers, Tilman

    • This reply was modified 3 years, 1 month ago by oestersund.
    • This reply was modified 3 years, 1 month ago by oestersund.
    #1394780

    Hi Tilman,

    Please use the following code instead

    
    #top .wpcf7 input ,
    #top .wpcf7 textarea {
      font-size: 20px;
      color: black;
    }
    

    Cheers!
    Yigit

    #1394779

    thx a lot Yigit.

    this works, but only on the first entry field (“Objekt”) – pls see here: https://www.eth-solutions.de/fallmeldung/

    Plus, I have tried to make the entries font color black with :

    #top .wpcf7 input {
    font-size: 20px;
    font-color: black;
    }

    But they remain light grey

    Which code do I need to habe font color back and every size like the first field?

    thx again 6 best regards

    Tilman

    #1394775

    Hey Tilman,

    Thanks for contacting us!

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

    
    #top .wpcf7 input {
      font-size: 20px;
    }
    

    Best regards,
    Yigit

    #1394771
    annikass
    Participant

    Hi!
    I’m using the testimonial grid on a page I’m building and when I put it in, it worked. But with every change on the page, it gets blown up and only the code shows. If I go back in and save it again (without making changes), it is correct again but once I change anything on the page, it gets destroyed again.
    Can someone help?

    When it blows up, it shows the code on the page such as this – instead of the testimonial grid:

    „Annika hat eine sehr angenehme Art und eine ganz besondere Stimme, die mir viel Sicherheit gegeben hat, um tief in meine Prozesse einzutauchen und gleichzeitig die Verbindung zu den anderen Frauen zu halten. Der Raum war so liebevoll gestaltet von der Ankunft bis zum Abschied – ich habe mich sehr willkommen gefühlt <3.” [/av_testimonial_single] [av_testimonial_single src='3521' name='' subtitle='' link='http://' linktext='' av_uid='av-ld7s48ye' sc_version='1.0'] “Es schwang eine liebevolle Energie durch den Raum, die uns den Raum hielt echt zu sein und uns völlig offen mit all unseren Gefühlen, Gedanken und Aspekten zu zeigen.” [/av_testimonial_single] [av_testimonial_single src='3519' name='' subtitle='' link='http://' linktext='' av_uid='av-ld7s4ock' sc_version='1.0'] “Der Frauenzirkel war einfach magisch und die Tiefe dieses Raums war soooo erfüllend. Liebe Annika, danke für die Sicherheit, die du in den Raum gegeben hast: ich fühlte eine nährende Verbundenheit, die ich sonst nicht so schnell verspüre.” [/av_testimonial_single] [av_testimonial_single src='3520' name='' subtitle='' link='http://' linktext='' av_uid='av-ld7s579l' sc_version='1.0'] “Sehr fein, fast magisch. Es war ein wertschätzender, angenehm vertrauter Rahmen für Frauen mit allen unterschiedlichen Anliegen, die alle einen Raum haben dürfen.” [/av_testimonial_single] [av_testimonial_single src='3522' name='' subtitle='' link='http://' linktext='' av_uid='av-ld7s5n07' sc_version='1.0'] “Der Zirkel hätte noch ewig weitergehen können :) ” [/av_testimonial_single] [/av_testimonials] [/av_one_full] [av_one_full first min_height='' vertical_alignment='av-align-top' space='' row_boxshadow='' row_boxshadow_width='10' row_boxshadow_color='' custom_margin='' margin='0px' av-desktop-margin='' av-medium-margin='' av-small-margin='' av-mini-margin='' mobile_breaking='' mobile_column_order='' border='' border_style='solid' border_color='' radius='' min_col_height='' padding='' av-desktop-padding='' av-medium-padding='' av-small-padding='' av-mini-padding='' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_flip='' svg_div_top_invert='' svg_div_top_front='' svg_div_top_opacity='' svg_div_top_preview='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_flip='' svg_div_bottom_invert='' svg_div_bottom_front='' svg_div_bottom_opacity='' svg_div_bottom_preview='' column_boxshadow='' column_boxshadow_width='10' column_boxshadow_color='' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' background_position='top left' background_repeat='no-repeat' highlight='' highlight_size='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' parallax_parallax='' parallax_parallax_speed='' av-desktop-parallax_parallax='' av-desktop-parallax_parallax_speed='' av-medium-parallax_parallax='' av-medium-parallax_parallax_speed='' av-small-parallax_parallax='' av-small-parallax_parallax_speed='' av-mini-parallax_parallax='' av-mini-parallax_parallax_speed='' css_position='' css_position_location='' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location='' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location='' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location='' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location='' av-mini-css_position_z_index='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='' template_class='' aria_label='' av_uid='av-4l8ada' sc_version='1.0'] [av_promobox button='yes' label='Zu Gutschein' icon_select='no' icon='ue800' font='entypo-fontello' label_display='' color='custom' custom_bg='#7933aa' custom_font='#ffffff' size='large' box_color='' box_custom_font='#ffffff' box_custom_bg='#444444' box_custom_border='#333333' gradient_color_direction='vertical' gradient_color_1='#000000' gradient_color_2='#ffffff' gradient_color_3='' border_promo='' border_promo_width='' border_promo_width_sync='true' border_promo_color='' border_radius_promo='' border_radius_promo_sync='true' box_shadow_promo='' box_shadow_promo_style='0px,0px,0px,0px' box_shadow_promo_color='' link='manually,https://annikaschauf.de/s/annika-schauf/gutschein-frauenzirkel' link_target='_blank' hover_opacity='' sonar_promo_effect='' sonar_promo_color='' sonar_promo_duration='1' sonar_promo_scale='' sonar_promo_opac='0.5' id='' custom_class='' template_class='' av_uid='av-6kq0ou' sc_version='1.0' admin_preview_bg='']

    #1394744
    oestersund
    Participant

    Dear Team,
    I use CF7 and want to make the site visitors text entries bigger – see screenshot.

    View post on imgur.com

    I only found CSS codes making the field description fonts bigger.

    Any help is much appreciated.

    thx a lot & best regards Tilman

    #1394723

    Hi,
    Thank you for the link to your site, I have reviewed your two pages and found that you are using name="anchor" for your anchor links.
    The name attribute on the a element is obsolete. For quite some time now using the ID as the anchor link has been the standard. <h3 id="anchor">
    The name attribute will still work but the theme looks for ID anchor links and applies a offset to the scroll to account for the header, it also slows the scroll some so it’s not a hard jump to the element.
    I adjusted your /data-protection/ page because there was only 4 links and so you could see the result.
    So for example using your Individual Clients anchor, you had:
    <h3><a style="font-size: 16px; background-image: url('img/anchor.gif');" name="individuals"></a>Individual Clients</h3>
    but the correct method is:
    <h3 id="individuals"><a style="font-size: 16px; background-image: url('img/anchor.gif');"></a>Individual Clients</h3>
    Please clear your browser cache and review the page and apply the changes to your other pages.
    Also I don’t know why you are using background-image: url('img/anchor.gif'); on your anchors it is making your site give 404 errors, I imagine that you copied this code from somewhere and didn’t include the image to your site, I recommend removing all of these from your site.

    Best regards,
    Mike

    • This reply was modified 3 years, 1 month ago by Mike.
    #1394672

    In reply to: format tables

    Hey schweg33,
    Yes these can be formatted with css, do you plan on adding more items, I only see five links in a single column?
    A basic example for this on this page only for color and font-size on desktop and mobile:

    @media only screen and (max-width: 767px) { 
    	#top.page-id-10827 .avia-table-1 li a {
    	color: red;
    	font-size: 30px;
    }
    }
    @media only screen and (min-width: 768px) { 
    	#top.page-id-10827 .avia-table-1 li a {
    	color: blue;
    	font-size: 40px;
    }

    Please adjust to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I imagine that you want the font-size to change for both before and after scroll so try this:

    #top #avia-menu .sub-menu a {
    font-size: 14px;
    font-weight: 600;
    }

    and to align the text to the top is addressed by removing the top padding:

    #top #avia-menu .sub-menu a {
    	padding-top: 0;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi Mike,
    That worked super well, thanks!
    Could I ask, what would the two extra lines of code look like if I wanted to increase the font size of the submenu and to align the text to the top (instead of middle)? If that’s possible to do, of course.
    Thanks!
    Chris

    • This reply was modified 3 years, 1 month ago by Chris.
    #1394474

    Hi Christopher,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .forminator-radio-label {
        font-size: 17px;
    }

    Best regards,
    Nikko

    #1388018

    Topic: Font Awesome on Enfold

    in forum Enfold
    bulewold
    Participant

    Hi there, I’m trying to add more icons to Enfold to be used as part of builder to show up here:
    https://tinyurl.com/2rxxhsnn

    I tried manual upload but fontello doesn’t work properly (tried custom and even ones on the website doesn’t show up correctly)

    Either way,
    1. I have installed Font Awesome Plugin (free plan)
    2. I also found another thread & reviewed https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    and added font awesome 5 script on functions.php
    +
    tried using CSS to add icon wit hfont size.

    Can you please help?

    #1378948

    Hi,

    Great!

    You can add following code to bottom of Quick CSS field and adjust the size as needed

    
    .av-image-caption-overlay-center {
      font-size: 40px;
    }
    

    Best regards,
    Yigit

    #1378914
    tammiviestinta
    Participant

    I’d like to get image caption so that it displays not until on mouse hover, like it works on masonry gallery. Is it possible?
    And what is the css, if I change the font size bigger?

    #1378912
    RasMaster
    Participant

    Have a look at https://fyrholtrejser.dk/rejser/test/ where you see the Sticky Submenu in action.
    I am controlling the font size in this menu with the following CSS:
    #top .av-subnav-menu li a {
    font-size: 17px;
    }
    But how do I make the active menu item underlined – or highlighted – in this Sticky Submenu?

    Thank you for a great support in this forum :-)

    #1378788

    Hey Mike,
    Wow – thanks for your weekend support :)
    Unfortunately, it didn’t make a difference.
    We use the paid version of LayerSlider 7
    Also WPRocket and cleared that too.

    Here is my complete CSS List. It’s at the top but also tried at the very end.

    /* –AS– Menu font color for transparent header */
    #top #header.av_header_transparency #header_main .phone_number a {
    color: #000 !important;
    }

    /* –AS– Shortcode Ultimate button text style */
    .su-button-text-xl {
    font-weight:800,, font-size:18px;
    }
    /* –AS– Making font “normal” for the main menu */
    #top .av-main-nav > li > a {
    font-weight: normal !important;
    }
    /* — AS — SHOWS ACTIVE PAGE IN MENU — */
    .av-main-nav>li.current-menu-item>a>.avia-menu-text,.av-main-nav>li.current-page-ancestor>a>.avia-menu-text {
    color: #00CCFF !important;
    }

    /* –AS– Making sub-menu font 15px */
    #top .av-subnav-menu li a {
    font-size: 30x;
    }

    /* –AS– Making active sub menu blue */
    ul.sub-menu .current-menu-item .avia-menu-text span {
    color: #049bd6 !important;
    }

    /* –AS– stretching the pulldown menu to 280 px */
    .main_menu .menu ul { width: 280px; }

    /* — AS — MAX MENU SIZE ADJUSTMENTS —
    #top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    padding-top: 5px;
    }
    #top #header .avia_mega_div > .sub-menu {
    padding: 20px 20px 20px;
    }
    */

    /* — AS — REMOVE CAPITAL FROM H1-H2 */
    h1, h2, h3 {
    text-transform: none !important;
    }

    /* — AS — TABLE ALIGN LEFT SET — */
    .avia-data-table td {
    text-align: left !important;
    }

    /* –AS– Reducing spaces between columns */
    #top .av-flex-placeholder {
    width: 1%!important;
    }

    /* –AS– HR HTML code in red */
    hr { display: block; height: 2px;
    border: 0; border-top: 1px solid #00CCFF;
    margin: 1em 0; padding: 0;
    }

    /* — AS — DRAW A VERTICAL LINE — */
    div.vr-right{
    width: 1px; /* Line width */
    background-color: red; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    margin-left: 7px;
    margin-right: 7px;
    float: right; /* Causes the line to float to left of content.
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
    }

    div.vr-left{
    width: 1px; /* Line width */
    background-color: red; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    margin-left: 7px;
    margin-right: 7px;
    float: left; /* Causes the line to float to left of content.
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
    }

    /* — AS — SLIDER ADJUSTMENT — */
    .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 {
    background: transparent;
    }

    /* — AW — IMA COURSE TABLE — */
    .ima-courses .pricing-table-wrap:nth-child(1) .avia-heading-row { background-color: #00CCFF !important; font-size: 18px;}

    .ima-courses .pricing-table-wrap:nth-child(2) .avia-heading-row { background-color: #00A0D0 !important; font-size: 18px;}

    .ima-courses .pricing-table-wrap:nth-child(3) .avia-heading-row { background-color: #004080 !important; font-size: 18px;}

    .ima-courses .pricing-table-wrap:nth-child(4) .avia-heading-row { background-color: #002C50 !important; font-size: 18px;}

    .ima-courses .pricing-table { margin-left: 0 !important; padding: 0px 0 !important; }

    .ima-courses .pricing-table>li { min-height: 70px; }

    /* — AW — Hide Full-Width Menu on Mobile
    @media only screen and (max-width: 768px) {
    #top .av-submenu-container { display: none !important; }}
    — */

    /* –AS– Menu font color for transparent header */
    #top #header.av_header_transparency #header_main .phone_number a {
    color: #000 !important;
    }

    /* — AW — Mobile Friendly Likert Scale WP Forms — */
    @media only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px) {

    .wpforms-field-likert_scale table,
    .wpforms-field-likert_scale thead,
    .wpforms-field-likert_scale tbody,
    .wpforms-field-likert_scale th,
    .wpforms-field-likert_scale td,
    .wpforms-field-likert_scale tr {
    display: block !important;
    }
    .wpforms-field-likert_scale th {
    padding-left: 6px !important;
    font-weight: bold !important;
    }
    .wpforms-form thead tr {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    text-align: left !important;
    }
    .wpforms-field-likert_scale tr {
    border: 1px solid #ccc !important;
    }
    .wpforms-field-likert_scale td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
    padding-left: 50% !important;
    }
    .wpforms-field-likert_scale td:before {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    width: 45% !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
    }
    .wpforms-field-likert_scale td:nth-of-type(1):before {
    content: “Not yet”;
    }
    .wpforms-field-likert_scale td:nth-of-type(2):before {
    content: “Planning stage”;
    }
    .wpforms-field-likert_scale td:nth-of-type(3):before {
    content: “In developing”;
    }
    .wpforms-field-likert_scale td:nth-of-type(4):before {
    content: “Yes, for 1-3 years”;
    }
    .wpforms-field-likert_scale td:nth-of-type(5):before {
    content: “Yes for more than 3 years”;
    }

    /* –AS– Menu font color for transparent header */
    #top #header.av_header_transparency #header_main .phone_number a {
    color: #000 !important;
    }
    Not sure what else I can try.
    Thanks a lot
    Axel

    #1378763

    Great idea – thank you Guenni007

    Have a look at https://fyrholtrejser.dk/rejser/test/ where you see the Sticky Submenu in action.
    I am controlling the font size in this menu with the following CSS:

    #top .av-subnav-menu li a {
    font-size: 17px;
    }

    How do I make the active menu item underlined only in this Sticky Submenu?

    #1378680

    here is the kriesi double button: https://webers-testseite.de/doublebutton/

    this is the html code for it:

    <div class="avia-double-buttons ">
    	<a href="https://link1" class="avia-double-button avia-double-button-1">Text1</a>
    	<span class="button_or">or</span>
    	<a href="https://link2" class="avia-double-button avia-double-button-2">Text2</a>
    </div>

    this was the original css for it:

    .avia-double-buttons {
     margin-top:30px;
     text-align:center;
     position:relative
    }
    #top .avia-double-button {
     letter-spacing:1px;
     padding:13px 20px;
     text-transform:uppercase;
     font-size:13px;
     text-align:center;
     min-width:175px;
     display:inline-block;
     transition:all 0.4s ease-in-out;
     -moz-transition:all 0.4s ease-in-out;
     -webkit-transition:all 0.4s ease-in-out;
     -o-transition:all 0.4s ease-in-out;
     border:4px solid #fff;
     text-decoration:none
    }
    #top .av_one_half .avia-double-button {
     min-width:158px
    }
    #top .avia-double-button:hover {
     text-decoration:none
    }
    #top .avia-double-button-1 {
     border-top-left-radius:100px;
     border-bottom-left-radius:100px;
     border-right-width:2px
    }
    #top .avia-double-button-2 {
     border-top-right-radius:100px;
     border-bottom-right-radius:100px;
     border-left:none
    }
    #top .button_or {
     position:absolute;
     display:block;
     height:26px;
     line-height:21px;
     width:26px;
     text-align:center;
     top:50%;
     left:50%;
     margin:-13px 0 0 -14px;
     background:#fff;
     color:#666;
     border-radius:100px;
     font-size:10px;
     border:2px solid #FFF;
     font-style:italic;
     font-weight:600;
     z-index:11
    }
    #top #wrap_all .avia-slide-wrap .avia-double-button,
    #top #wrap_all .avia-hover-fx .avia-double-button {
     background:#000;
     background:rgba(0,0,0,0.2);
     border-color:#fff;
     color:#fff;
     padding-bottom:11px;
     text-decoration:none
    }
    #top #wrap_all .avia-slide-wrap .avia-double-button:hover,
    #top #wrap_all .avia-hover-fx .avia-double-button:hover {
     opacity:0.8
    }
    #top .avia_textblock .avia-double-buttons {
     margin-top:35px
    }
    #top .avia_textblock .avia-double-button {
     border-width:1px;
     font-weight:600
    }
    #top .avia_textblock .button_or {
     border-color:#e1e1e1;
     border-width:1px;
     line-height:22px
    }
    #top .avia-social-buttons {
     display:block;
     clear:both;
     position:relative;
     padding:8px;
     border-radius:50px;
     background:#fcfcfc;
     margin-bottom:-47px;
     margin-left:auto;
     top:21px;
     text-align:center;
     margin-right:auto;
     width:468px;
     box-shadow:0 -1px 2px rgb(255,255,255),inset 0 1px 2px rgba(0,0,0,.2),inset 0 .25rem 1rem rgba(0,0,0,.1)
    }
    #1378651

    Topic: Font Size

    in forum Enfold
    daves1997
    Participant

    How do I chage global body font size to 13?

    #1378386
    josk-design
    Participant

    //// I solved the problem by myself ////

    Hello!
    It’s not possible to change the font size in a text block.
    I’ve set it to 40 px but it doesn’t change.
    see link and screenshots.

    View post on imgur.com

    View post on imgur.com

    BR Josephine

    • This topic was modified 3 years, 1 month ago by josk-design.
    #1378346

    Hi,

    Thank you for the update.

    Have you tried decreasing the font size a bit more? To remove the date from the masonry blog, please try to add this css code.

    .av-masonry-date {
        display: none;
    }

    Best regards,
    Ismael

    #1377969

    In reply to: Same Menu on Mobile?

    Hi,
    Thanks for the login, try this css:

    @media only screen and (max-width: 767px){
    .responsive #header_main_alternate {
        display: block;
    }
    .responsive.html_top_nav_header .av-section-bottom-logo {
        border-bottom-width: 0px;
    }
    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
    }
    #top #header .av-main-nav > li > a {
        font-size: 10px;
    }
    }
    

    You will need to make the font size smaller for all of the menu items to fit in a single line on mobile, above is 10px that is for the smallest screens (320px) for larger screens (425px) 15px works. So try adjusting to suit your needs.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Das sind meine CSS für die Seite :

    #top.page-id-2623 .av-magazine-group .av-magazine-entry {
      padding: 10px;
      border-radius: 8px;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n) {
      background: #eee;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n+1) {
      background: #ccc;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry .av-magazine-content-wrap {
      border-bottom: none
    }
    
    #top.page-id-2623  .av-magazine header {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    #top.page-id-2623  .av-magazine-thumbnail-link {
      display: table;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry .av-magazine-thumbnail-link img {
     display :none
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry .av-magazine-thumbnail .av-magazine-thumbnail-link:before {
      font-family: entypo-fontello;
      font-size: 40px;
      line-height: 50px;
      position: absolute;
      top: 0;
      left: 5px;
      width: 100%;
      height: 100%;
      display: block;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n+1) .av-magazine-thumbnail .av-magazine-thumbnail-link:before {
     content: "\e80c";
     color:#333
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n) .av-magazine-thumbnail .av-magazine-thumbnail-link:before {
     content: "\e80b";
     color:#666
    }
    • This reply was modified 3 years, 1 month ago by Guenni007.
Viewing 30 results - 1,501 through 1,530 (of 18,718 total)