Viewing 30 results - 1,771 through 1,800 (of 18,718 total)
  • Author
    Search Results
  • #1360302

    there is a qrcode you can scan ;)

    This idea is not advisable for SEO reasons. If it’s just about the sizes, font thicknesses, font transformations, etc., then you can change that via css, or various Enfold option settings.

    #1360300

    Yes – the rule that manages the font size is set to !important – so the rule can’t override that unless you do the same – then the higher specificity decides:

    #footer .widget p.widgettitle {
      font-size: 30px !important;
      font-weight: 500;
      line-height: 33px;
    }
    #1360266
    DianaLoola73
    Participant

    Dear support team,

    I’m currently working on a website where I want to change the font weight for a single heading (only occurs once on the page).
    The heading is an h2 on the home page and since it is in yellow font and therefore not very legible, I would like to make this heading (unlike all other h2 headings on the website) thicker. The title is as follows: https://meine-achtsammlich.de/home/#was

    So I gave this heading on the page in the developer settings a class designation called “heading” and inserted the following code in the Quick CSS:

    #top.page-id-2852 h2 .headline {
    font-weight: 600 !important;
    }

    Unfortunately this does not work!
    What and how do I have to change the code so that only this one heading has its own font size?

    Thank you and best regards, Diana

    #1360192
    Kelly Erickson
    Participant

    Hi there!

    Working on an image w/ hotspots element, but I ran into a couple of issue:
    1) I have a couple of text items that are a larger font size than the standard paragraph size (H3, specifically) but the tooltip width is set and isn’t “responsive” to a particular width of a word/line of text. As a result, the word “LOCATION” gets broken up into two lines:

    LOCATIO
    N:

    Is there a way to make it so the width of the tooltip text boxes aren’t set to a specific width, but respond to the width of the text lines as I set them?

    2) The image I placed in the background appears to have some sort of overlay or opacity applied to it that I’d like to remove so it doesn’t look so greyed out.

    Thanks in advance!

    #1360129
    daves1997
    Participant

    How do I do this?
    Change font size, bold ?

    #1360080

    Hi,

    Thank you for the inquiry.

    Have you tried adjusting the style of the heading tags in the Enfold > Advanced Styling panel? You can also replace the Text Block with a Special Heading element and adjust the size of the font for different devices or screen sizes in the Styling > Font Sizes panel.

    Best regards,
    Ismael

    #1360072
    This reply has been marked as private.
    #1360038

    Hi cuccarini,

    We apologize for the delayed response.
    We have added this code in your Quick CSS (Enfold > General Styling), to make the products and invasion 2 items per row and archive post 3 items in a row:

    @media only screen and (max-width:767px) {
      .responsive #top #main .products .product {
        width: 49%;
        margin-right: 1%;
      }
    
      .responsive #top #main .products > .product:nth-child(2n) {
        margin-left: 1%;
        margin-right: 0;
      }
    
      .responsive #top .av-masonry-entry {
        width: 49%;
        margin-right: 1%;
        position: static !important;
      }
    
      .responsive #top .av-masonry-container > .av-masonry-entry:nth-child(2n) {
        margin-left: 1%;
        margin-right: 0;
      }
    
        .responsive #top #wrap_all #main .avia-content-slider .slide-entry-wrap {
        display: flex;
        gap: 10px;
      }
    
      .responsive #top #wrap_all #main .avia-content-slider .slide-entry {
        clear: none;
        width: 33%;
      }
    
      .responsive #top #wrap_all #main .avia-content-slider .slide-entry .slide-entry-title {
        font-size: 16px;
        word-break: break-word;
      }
    }

    Please review your site.

    Best regards,
    Nikko

    #1359907

    Thank you. I don’t do code and it says for advanced users. I just screwed up putting code in the wrong spot that you guys supplied and you had to help me fix it. rather not screw this up again.

    I SEE THIS IN YOUR DOCUMENTATION. I can try this but I do not know what Your styles here Mean not knowing how to do code to fill that part in.

    sorry, just don’t do code and now I have to learn this stuff since it is no longer simple.

    body {
    /* Your styles here */
    font-size: 14px;
    }

    Can you explain what goes in there.

    Thank you!!

    #1359873
    extraeyes
    Participant

    You removed the font size option to change it for the overall type in the theme in this section. I need to change the body of the whole website to larger font size. Please advise how to do that now. I do not do code.

    Thank you.

    #1359784

    Topic: Backend font problem

    in forum Enfold
    Caiser_Souze
    Participant

    Hi,
    I have a strange situation starting with version 5 of Enfold. I currently confirm that the same problem version 5.1.1.

    Enfold has changed the font in the backend writing articles. It has now switched to sans serif and Georgia font sizes and styles, and the ‘Custom backend block styles’ function no longer works. This is happening with the block Editor (not the Classic Editor).

    How can I restore the system font as the previous situation…

    Kind regards
    C

    #1359779

    Hi Veronika,

    Please try to add this CSS code:

    span[data-pin-log="button_pinit_floating"] {
        font-size: 18px !important;
        padding: 20px 20px 20px 30px !important;
        height: auto !important;
        background-size: 32px !important;
        background-position-x: 10px !important;
    }

    Best regards,
    Nikko

    #1359778
    strongpower123
    Participant

    hi

    I want to customize the font size of the page, I change font size(size 36px ), but it doesn’t work.

    #1359756

    Hi,

    Thanks for the update. Please try this CSS instead:

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

    Best regards,
    Rikard

    #1359635

    In reply to: RESPONSIVE 2022

    Hey AWZ,

    Thank you for the inquiry.

    You can now adjust the font size of the caption title and content for different screen sizes using the responsive font size settings. Please edit one of the slides, then go to the Styling > Font Sizes panel. You will see icon toggles or switcher for different devices (mobile, tablets etc) where you can manually specify a font size value for a specific screen size.

    For the slider images, you can keep using css code that you added to adjust the size of the slide background for different screen sizes. Or as you already know, use the visibility options and create dedicated sliders for different screens or devices.

    You can also check and try the layer slider plugin which is included in the theme by default. The plugin offers a lot more in terms of option and customization. There are also pre-made templates from the plugin library which should be responsive by default.

    Best regards,
    Ismael

    #1359630
    nV15OoBtg21iTn5z
    Participant

    My footer visually looks the way I want it to with one exception…

    I’d like the social icons in the footer centered horizontally on mobile. How do I do that?

    Also, are my existing CSS edits good or need modifications/removal:

    =====================================

    /* Footer styling. */
    #footer .container {display: flex; flex-flow: row wrap; align-items: center; padding-right:0px!important;}
    #footer.container_wrap.footer_color {border-bottom: none!important; border-top: 1px solid #c9c9c9 !important;}
    #footer .widget {text-align: center; padding: 0; margin: 0;}
    #footer .widget_nav_menu li{text-transform: uppercase; padding:0 40px!important; line-height: 1.1em;}

    /* Social bookmarks in footer styling. */
    #footer .social_bookmarks li {margin: 0 0 0 50px;}
    ul.social_bookmarks + .widget {display: none;}
    .social_bookmarks {font-size:20px!important;}
    #top .social_bookmarks li a {width: 50px; line-height: 50px;}
    #top .social_bookmarks li {width: 50px; height: 50px; margin-left: 0px;}
    #top #wrap_all .av-social-link-instagram:hover a {color: #fff; background-color: #C13584;}

    =====================================

    #1359604

    Hi,

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

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    h2.avia-caption-title {
      font-size: 30px;
    }
    }
    
    @media only screen and (max-width: 767px) {
    h2.avia-caption-title {
      font-size: 20px;
    }
    }

    Best regards,
    Rikard

    #1359592

    Hi,

    Thanks for the update. You can set the font size for each screen size if you click into a slider element, then navigate to the Styling->Font Sizes tab.

    You can post a feature request here if you like.

    Best regards,
    Rikard

    #1359551

    Hi,
    To replace the breadcrumb “Home” with a house icon and make it white, please try this css:

    
    .breadcrumb-trail a.trail-begin:after {
    	content: "\e821";
    	font-family: entypo-fontello;
    	font-size: 16px;
    	color: #fff;
    }
    .breadcrumb-trail a.trail-begin {
    	font-size: 0 !important; 
    }
    

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

    Best regards,
    Mike

    #1359517

    Dear Nikko,

    One thing that I am not why stopped working is when I go into the Enfold Child theme and under the General Styling it is not all updating.

    For example, I went into the Main Content and changed the Primary Color (Font color for links, dropcaps) to a few colors and didn’t update it. I currently have it on a green color and it still shows back.

    Also under the “Fonts” tab there used to be a Default content font size” which I don’t see anymore.

    Thank you for any input on these two issues.
    Best regards,
    Jason

    #1359508

    There are many places where the heading tag is predefined as h3 in the source code of enfold.
    Editing all those entries and have a child-theme file is too complex.
    The filter : avia_custom_widget_args will not work on those headings you like to influence.

    – you can try this here from Yigit : https://kriesi.at/support/topic/change-h3-tags-in-footer-widget-child-theme-of-enfold/#post-728320
    and pay attention of his comment:

    You would need to update your widget areas.

    In Shortform this will be ( and comes to child-theme functions.php ) :

    function ava_re_register_footer_widgets(){
    	$footer_columns = avia_get_option( 'footer_columns', '5' );
    	for( $i = 1; $i <= $footer_columns; $i++ ){	
    		unregister_sidebar('av_footer_' . $i );
    		register_sidebar( array(
    			'name'		=> 'Footer - Column ' . $i,
    			'before_widget'	=> '<section id="%1$s" class="widget clearfix %2$s">',
    			'after_widget'	=> '<span class="seperator extralight-border"></span></section>',
    			'before_title'	=> '<p class="widgettitle">',
    			'after_title'	=> '</p>',
    			'id'		=> 'av_footer_' . $i
    		) );
    	}
    }
    add_action( 'widgets_init', 'ava_re_register_footer_widgets', 11 );

    the settings you mentioned had to be set via quick css

    #footer p.widgettitle {
    	font-size: 30px; 
    	font-weight: 500; 
    	line-height: 33px;
    }

    (For SEO reasons, this will probably be the better method. )

    #1359453
    the_digital_manager
    Participant

    I saw an old post about the H3’s in the footer, but I was hoping that there would be an easier way to change this by now (the old post also didn’t completely answer my question).

    I’d like to change the footer H3’s to regular text (font size 30px, weight 500, line height 33px). How do I approach this? Can I use CSS or is there a better way to do so?

    Why are the Footer titels H3 anyways? from a SEO perspective this doesnt make a lot of sense?

    #1359447

    @guenni007 awesome!
    I managed to add some css to it and remove the ‘you are here’ via function.php… only have two questions left:
    1. if I want to change the home text to the icon of a home, how do i do this? Just a home icon from the standard fontello pack would be great.
    2. how do I change the color of the ‘home’ to white? (without and with hoover) I’ve used below CSS already.

    #top .breadcrumbs {
    line-height: 45px;
    font-weight: 200;
    font-size: 20px;
    color: white;
    }

    Hi,
    Sorry for our delayed response, to remove the opacity from the masonry element on hover, on the page you linked to, please try this css:

    #top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container {
        opacity: 1;
    }

    For the second issue please try this css:

    @media only screen and (min-width: 768px) and (max-width: 989px){
    .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 88px !important;
    }
    }

    To center the masonry title please change this css:

    
    /* Title Position and Caption Box Size */
    .av-masonry-entry .av-masonry-entry-title {
    text-align: center !important;
    position: absolute;
    bottom: 5px;
    padding: 5px;
    }
    /* Title */
    #top .av-masonry-entry-title {
    font-size: 120% !important;
    color: #555555;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: left !important;
    text-shadow: 2px 2px 0px rgba(133,133,133,.4)!important;
    margin-left: 5%;
    }

    to this:

    
    /* Title Position and Caption Box Size */
    .av-masonry-entry .av-masonry-entry-title {
    text-align: center !important;
    bottom: 5px;
    padding: 5px;
    }
    /* Title */
    #top .av-masonry-entry-title {
    font-size: 120% !important;
    color: #555555;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: .08em;
    text-shadow: 2px 2px 0px rgba(133,133,133,.4)!important;
    width: 100%;
    }

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

    Best regards,
    Mike

    #1359262

    Hi bradshawdesignco,

    We’re happy that you were able to resolve the font sizes.
    Just post the issue you mentioned in the new thread, don’t forget to include the URL so we can inspect it.
    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    #1359256

    Hi,
    I am going to start a new topic. I got the font sizes but there is another big issue.

    #1359209

    Hi,

    This CSS seems to be overriding the other buttons:

    #top #wrap_all .single_button .button, #top #wrap_all .shop_columns_5 .avia_cart_buttons .button {
        color: #ffffff!important;
        border-color: #062857!important;
        border-radius: 160px!important;
        border-width: 1px!important;
        padding: 15px;
        font-size: 16px!important;
        font-weight: bold!important;
        background-color: #084a79!important;
    }

    I’m not sure exactly where that is added, but if you could try to remove the !important part, then the CSS I posted should likely apply after that.

    Best regards,
    Rikard

    blaircomm1
    Participant

    I am developing a masonry page that is compatible with desktop and touch devices. Since touch devices open masonry in the hover state, I have finally made one that works across platforms with much struggle. I still have a couple issues:

    I cannot change the opacity of the image hover state overlay, which I have as white. I have tried dozens of CSS variations that should have worked but nothing affects it at all.

    The other issue is that on medium sized tablets and on horizontal mobile phones the masonry element is sliding up under the menu bar. It needs to maintain a position below tha bar as normal.

    Can you tell me how to fix the following:

    1. How do I style and change the opacity of the hover overlay with CSS on the default image fade in with the title and text sliding up from the bottom.

    2. How do I fix the issue of the masonry element sliding up under the menu bar on certain devices — medium sized tablets and horizontal mobile phones.

    3. .I cannot seem to center the title and caption text no matter what I try. I have it set to a left margin at 5% for now, but want to style it centered and it won’t cooperate. Can you show how I can do that in this masonry element?

    Login and page info included. Thanks.

    — Michael

    _____________
    Here is my CSS:

    /*—————————————-
    // Masonry bottom title
    //————————————–*/

    /* Title Position and Caption Box Size */
    .av-masonry-entry .av-masonry-entry-title {
    text-align: center !important;
    position: absolute;
    bottom: 5px;
    padding: 5px;
    }

    /* Title */
    #top .av-masonry-entry-title {
    font-size: 120% !important;
    color: #555555;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: left !important;
    text-shadow: 2px 2px 0px rgba(133,133,133,.4)!important;
    margin-left: 5%;
    }

    /* Title Background */
    #top .av-masonry-entry.isotope-item figcaption,
    #top .av-masonry-entry.isotope-item .avia-arrow {
    background: #ffffff;
    }

    /* Masonry Content */
    #top .av-masonry-entry.isotope-item .entry-content {
    font-size: 100% !important;
    color: #666666;
    line-height: 1.6;
    font-weight: 200;
    letter-spacing: .08em;
    text-align: left !important;
    text-shadow: 1px 1px 0px rgba(133,133,133,.4)!important;
    margin-left: 5%;
    }

    /* Hide date */
    #top span.av-masonry-date { display: none; }

    figcaption.av-inner-masonry-content {
    background: #ffffff !important;
    }

    /*—————————————-
    // END Masonry bottom title
    //————————————–*/

    • This topic was modified 3 years, 7 months ago by blaircomm1. Reason: Addition-1
    #1358792

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .aviaccordion-title {
        font-size: 10px;
    }
    }

    Best regards,
    Rikard

    #1358636

    Dear Mike – thank you so much for your help.
    Q: so did you just update to PHP v8?
    A: after realizing the problems on the live site, I´ve changed from PHP 8 auf PHP 7.4 – no effect, so I changed this settings again

    Q: did you make any changes with the better search replace plugin
    A: yes, after installing “better search replace” I´v noticed the problem with stylsheet, after saving some settings there was no effect on live site

    Q: do you have a pre plugin server backup
    A: unfortunatly not :-(

    Q: If you don’t have a backup then you could add the css needed to correct your menu in your child theme stylesheet
    A: I tried and after changing my wp-config (to “define(‘WP_MEMORY_LIMIT’, ‘256M’);” at least the navigation is back but still “frozen” – I tried to change to font-size 16px – again no result on live page

    Q: I have not seen a case of the Advanced Styling not working and I don’t see any related errors?
    me either, and I´m working many years with enfold _ I will contact the hosting company but I´m still desparate about this
    Thank you again for your help

Viewing 30 results - 1,771 through 1,800 (of 18,718 total)