Viewing 30 results - 1,981 through 2,010 (of 18,728 total)
  • Author
    Search Results
  • Hi,

    Thanks for the clarification. This CSS in your child theme seems to be overriding the element settings:

    .avia-data-table.avia_pricing_minimal td, p {
        font-style: normal;
    	font-size: 15px;
    }

    Please try to remove the paragraph part:

    .avia-data-table.avia_pricing_minimal td {
        font-style: normal;
    	font-size: 15px;
    }

    Best regards,
    Rikard

    This reply has been marked as private.
    fkm
    Participant

    Hi Enfold team,

    I’m using text instead of an image file as the logo on my website using the following codes:

    functions.php:

    `add_filter(‘avf_logo_final_output’, ‘avf_text_logo_final_output’);

    function avf_text_logo_final_output($logo) {
    $link = apply_filters(‘avf_logo_link’, home_url(‘/’));
    $logotext = “Florian K Mueller”;
    $subtext = “Büro für Kommunikation”;
    $subtext = “<span class=’subtext’>$subtext</span>”;
    $logo = “<span class=’logo’><body>“.$logotext.$subtext.”</body></span>”;

    return $logo;

    CSS:

    #top .logo,
    #top .logo a {
    overflow: visible;
    text-decoration: none !important;
    }

    #top .logo {
    width: 155px!important;
    font-weight: 600 !important;
    letter-spacing: 0.0em!important;
    display: flex;
    align-items: center;
    top: -20px;
    }

    #top .logo .subtext {
    font-size: 14px;
    font-weight: 400!important;
    color: #1a1a18;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    }

    On small screens (smartphone: portrait/landscape) it looks like it should.
    But from a certain width, the subtext becomes double spaced (two lines) with a large line spacing.
    Please see screenshots and please let me know how to fix this.

    Thank you very much in advance.

    Best regards, fkm

    #1351317
    justbusy
    Participant

    Hallo, ich habe einen Problem bei der Anzeige mit neueren Iphone´s (Iphone 13 Pro Max). Uns zwar habe ich einen Code
    im Backend Theme -> Header -> Telefonnummer oder kleiner Infotext eingefügt:

    <div id="icon_header">[av_font_icon icon='uf095' font='fontawesome' style='' caption='' size='20px' position='left' color='' link='tel:+49056131660' linktarget='_blank' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<a href="tel:+49056131660" target="_blank">0561-3166 0</a></div><div id="icon_header-padding">|</div>    
    
    <div id="icon_header">[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' size='20px' position='left' color='' link='https: (Email address hidden if logged out) ,9.4410925,17z/data=!3m2!4b1!5s0x47bb3f7770f8161f:0x796e92a9c7972a06!4m5!3m4!1s0x47bb3f77708a37df:0x76d478f814db2439!8m2!3d51.3138338!4d9.4432812' linktarget='_blank' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<a href="https: (Email address hidden if logged out) ,9.4410925,17z/data=!3m2!4b1!5s0x47bb3f7770f8161f:0x796e92a9c7972a06!4m5!3m4!1s0x47bb3f77708a37df:0x76d478f814db2439!8m2!3d51.3138338!4d9.4432812" target="_blank">Kassel </a></div>

    Das funktioniert auch gut aber – es wird aber ein automatischer CSS Code durch das AVIA-Framework gesetzt mit:

    <style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-av_font_icon-fbad7aabccd071c3d10c6c9f422979ce">
    .av_font_icon.av-av_font_icon-fbad7aabccd071c3d10c6c9f422979ce .av-icon-char{
    font-size:20px;
    line-height:20px;
    }
    </style>

    Dadurch verschiebt sich natürlich die Ansicht der ICONS.
    Kann ich das irgendwo deaktiveren ?

    LG Justbusy

    #1351153

    Hi,
    Glad to hear this is helped, to add the icon before the “language” text I added this css to the WordPress ▸ Customize ▸ Additional CSS field:

    #av-burger-menu-ul>.wpml-ls-menu-item>a>.avia-menu-text>.wpml-ls-native:before {
      content: "\e821";
      font-family: "entypo-fontello";
      font-size: 18pt;
      display: inline-block;
      margin-right: 0.3em;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1351114

    Topic: Table background color

    in forum Enfold
    daves1997
    Participant

    How do I change background color of table?
    Trying for honeydew. #eff8ee#fffhoneydew
    have tried the following

    /* font size */
    .pricing-table>li {
    font-size: 14px;
    color: #f2f2f0 !important;
    background: #f2f2f0 !important;
    }

    /* Pricing rows */
    #top .pricing-table li.avia-pricing-row {
    background-color: #00aeff !important;
    /* color: #ffffff; */
    border: none;
    }
    Also , how do I add same color for columns NOT in table.

    #1351100

    In reply to: Porfolio

    Hey mavlab,

    Thank you for the inquiry.

    1.) You can use this css code to adjust the font size of the category sort.

    #js_sort_items .sort_by_cat a {
        font-size: 16px;
    }
    

    2.) To remove the portfolio grid image overlay, add this css code.

    .grid-entry .image-overlay {
        display: none !important;
    }

    Best regards,
    Ismael

    #1351075

    Yes, perfect.
    Thank you @guenni007!!


    @ismael

    Maybe you want to take that into your documentation??

    Addendum:

    For the same task i need some more advice.

    -I added a new CPT – “classes”.
    -I published a page called classes and i use a masonry element to call all posts from the CPT “classes”
    -Now i got a 3 or 4 column page with a masonry, description & title as a layer over the image, vanishing on mouse over
    – i give a custom CSS class for the masonry element – lets say “workshop”

    Questions
    What are the selectors to:
    1: Change the color and the transparency for the overlay
    2: Change the font size or color of the description and title?
    3: Change the single masonry element for changing borders, border-radius or so.

    add 4:
    Is there a way to let the excerpt process Enfold-Shortcodes?
    (I would like to have a button as a kind of “Read more) to every Masonry element)

    kind regards
    Elvira

    • This reply was modified 3 years, 10 months ago by InSilentio. Reason: added something
    #1351054

    Topic: Porfolio

    in forum Enfold
    mavlab
    Participant

    I would like to customize the portfolio of the http://www.mavplay.it site:

    1) how can I change the font (size and color) of the category text?

    2) how can I eliminate the arrow that appears when I pass over the images in the portfolio with the mouse?

    Thanks

    #1350989

    Hi Rikard,

    Yes, I’m specifying a different color and font size of individual text boxes.

    individual text box options

    • This reply was modified 3 years, 10 months ago by Roberta.
    #1350852

    Topic: blockquote font size

    in forum Enfold
    goodpixel
    Participant

    Hi, I need change blockquote font size but this css don’t work
    blockquote p {font-size: 18px !important;}

    https://prnt.sc/oWuQrPvKvNjc

    #1350821
    Roberta
    Participant

    Hi,

    Since the last plugin update, the font color and font size of individual text boxes get overridden. This is happening on all pages. As an example, they are set to white on this page (https://wearesrna.org/shaping-the-future/our-programs/abcs-of-nmosd/) but they show up as black instead of white. Could you support, please?

    #1350760

    Hi,

    Thank you for the screenshot.

    You can use this css code to hide the catalogue price and replace it with a button.

    .av-catalogue-price.av-cart-update-price * {
        display: none;
    }
    
    .av-catalogue-price.av-cart-update-price:before {
        content: "View Training";
        color: #000000;
        background: #ebebeb;
        padding: 10px 13px !important;
        top: 10px;
        position: relative;
        border-radius: 3px;
        font-size: 13px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1350730

    Hi Vera,

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

    #top .avia-post-nav .iconfont:before {
        display: none;
    }
    
    #top .avia-post-nav {
        width: 60px;
    }
    
    #top .avia-post-prev .iconfont {
        background: url(https://website.com/wp-content/uploads/2017/02/arrow_prev.png) center center no-repeat;
        background-size: contain;
        height: 30px;
        width: 30px;
    }
    
    #top .avia-post-next .iconfont {
        background: url(https://website.com/wp-content/uploads/2017/02/arrow_next.png) center center no-repeat;
        background-size: contain;
        height: 30px;
        width: 30px;
    }

    Just replace http://website.com/wp-content/uploads/2017/02/arrow_prev.png and http://website.com/wp-content/uploads/2017/02/arrow_next.png with the correct URL of your arrow images, then adjust height and width as you see fit.
    Also adjust the 60px width of the post nav as you see fit as well.

    Best regards,
    Nikko

    #1350549

    Hi Marina,

    It does not work because the CSS style used is inline.
    Since you are using a footer page, go to Pages > Footer > edit the Text Block with the copyright, then on the upper right corner of the Content area you should see Visual and Text, click on Text and you should see this text font-size: 12px, change 12px to the font size you want to use.
    Hope it helps.

    Best regards,
    Nikko

    #1350545

    Hi Elvira,

    I apologize for that.
    The mastodon logo is not available in fontello, so you’ll have to add this code in functions.php (in the documentation it is under Using images or non-Fontello icons)

    function avia_add_custom_social_icon($icons) {
      $icons['Mastodon'] = 'mastodon';
      return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Then go to Enfold > General Styling > Quick CSS and add this CSS code (in the documentation this is under In case of using an image)

    #top #wrap_all .av-social-link-mastodon a:before{
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://website.com/wp-content/uploads/2022/05/mastodon.png) no-repeat center center;
        background-size: contain;
    }

    Finally replace this URL in the code http://website.com/wp-content/uploads/2022/05/mastodon.png with the correct URL pointing to your mastodon logo image.
    I hope this helps.

    Best regards,
    Nikko

    #1350525

    In reply to: Style individual menu

    I am have added these codes under general styling:

    /* Margin og padding i footer. Vigtigt!*/
    #footer {
    padding-top: 10px;
    margin: 0px;
    }

    #footer .widget {
    padding-top: 10px;
    margin: 0px;
    }

    /* Footer kontakt og “Det gode liv i Skibhus”*/
    #footer .widget {
    padding-top: 0px;
    line-height: 8px;
    font-size: 18px;
    }

    /* Footer menu */
    .footer_color a {
    font-size: 18px;
    line-height: 14px;
    }
    /* Fjerner margin over widget title i footer. Vigtigt!*/
    #footer .flex_column .widget .widgettitle {
    margin-top: 0;
    padding-top:0;
    }

    /* Font størrelse sidenavn */
    .main-title a {
    color: black !important;
    font-size: 28px !important;
    }

    /* Fjerner kanten under header */
    .main_color.container_wrap_first.container_wrap.fullsize {
    border: none;
    }

    /* Justerer afstand fra sidens indhold til henholdsvis hovedmenu og footer*/
    .content, .sidebar { padding-top: 5px; padding-bottom: 35px; }

    /*Fjerner den stiplede linje i mega menuen*/
    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: transparent;
    }

    /*Fjerner de lodrette linjer i mega menuen*/
    #header .avia_mega_div .units {
    border-right-width: 0;
    }

    /*Fjerner footer-menu i socket*/
    .sub_menu_socket {
    display:none !important;
    }

    /*Fjerner kant på layer slider*/
    .avia-layerslider {
    box-shadow:none !important;
    }
    .avia-layerslider {
    border-top-width: 0 !important;
    }

    /*Padding i udermenuen*/
    .sub-menu li{
    padding:2px 4px!important;
    }

    .sub-menu li a{
    line-height:20px!important;
    }

    /*Bullets gøres hvide*/
    .avia_mega_div .avia-bullet {
    border-color: white;
    }

    /*Minimumshøjde for at undgå menuen bevæger sig*/
    #top #wrap_all #main .main_color.container_wrap_first {
    min-height: 55vh !important;
    }

    /*Skrifttypens farve i undermenu*/
    #top #header .mega_menu_title a {
    color: #ffffff !important;
    }

    #top #header .avia_mega_div .sub-menu .kontakt
    {width: 20px;}

    #top #header .avia_mega_div .sub-menu .foreningen-skibhuscentret
    {width: 50px;}

    #top #header .avia_mega_div .sub-menu .om-skibhuscentret
    {width: 250px;}

    #top #header .avia_mega_div .sub-menu .aktuelt
    {width: 55px;}

    #menu-item-399 .six.units {
    width: 350px;
    }

    li#menu-item-163 {
    float: right;
    }

    #1350480

    In reply to: Ajax Search Styling

    Hi,
    To change the mobile search icon size try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .menu-item-search-dropdown > a {
        font-size: 12px !important;
    }
    }

    and adjust to suit.
    To stop the search form from submitting with the enter key, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($) {
    $('#menu-item-search').click(function(){
    	setTimeout(function(){
     $("form").attr('onSubmit', 'return false');
    	},500);
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    As for the search field on the iPhone view zooms in, this is the iPhone itself and we can not change.

    Best regards,
    Mike

    Thank you. I see the icons now. When the icons are on a mobile they are now too big and cover the header – they are perfect on the desktop at 150px but on a mobile need to be their orginal size.

    Is it possilbe with the quick CSS to only apply the larger icon before the breakpoint?

    Also, the font for the headers should be blod but for somereason the page it does not look like monserrat – but they are now bold

    #1350425

    Hi Marina,

    Thanks for the update. Please try this CSS as well:

    #socket {
        font-size: 12px;
    }

    Best regards,
    Rikard

    Hey Claudia,

    Thanks for the login details. You can set different font sizes for different screen sizes for most elements under Enfold->General Styling->Typography, could you try changing the default values to your liking there please?

    Best regards,
    Rikard

    #1350391

    Hello Ismael,

    Thank you for your answer.
    I have one more question: how can I change the footer font size?
    I have found the following code, but it does not work:
    #footer .widget p { font-size:18px !important; }

    Thank you,
    Marina

    #1350157

    Hey Marina,

    Thank you for the inquiry.

    The global font style for the h1 element in the Advanced Styling panel is overriding the custom style for the text block. You can use the Special Heading element instead, but make sure to select a different Heading Style to get access to the Font Sizing settings.

    This is the css code that overrides the custom text block font size settings.

    #top #wrap_all .all_colors h1 {
        font-size: 26px;
        font-family: 'ubuntu', Helvetica, Arial, sans-serif;
        font-weight: normal;
        text-transform: none;
    }
    

    Best regards,
    Ismael

    #1350149

    Hey koomo,

    Thank you for the inquiry.

    The quantity buttons in the “people selector” form are different from the button in the product page demo. Please note that the plugin has its own style for its own elements which might be quite different compare to the theme, so expect to add a few css adjustments and change a few templates when building a site using those plugins.

    Looks like the plugin is using an svg image for the quantity icons in the “people selector” form, but we can still try to adjust it with css.

    .yith-wcbk-people-selector__field__plus-wrap, .yith-wcbk-people-selector__field__minus-wrap {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #008489;
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
    line-height: 41px;
    border: none;
    width: 43px;
    height: 43px;
    cursor: pointer;
    margin: 0;
    display: inline;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #E1E1E1;
    color: #666;
    background-image: url(../images/layout/bg-button.png);
    background-repeat: repeat-x;
    outline: none;
    }
    
    .yith-wcbk-people-selector__field__plus-wrap svg, .yith-wcbk-people-selector__field__minus-wrap svg {
    top: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
    

    Best regards,
    Ismael

    #1350134

    Hi,
    Thanks for your feedback, I tested the cooper-hewitt zip that I linked above on my demo site closer and it seems that each of the font files have the same font-weight of 400, which is odd, so I believe that when you try to use bold by changing the font-weight to 700 it was making it blurry, I believe this was also messing up the way the font manager works, if you see our documentation on Managing font variants the font family should show with its variants like this:
    2022-05-01_008.jpg
    but this font was not, so I tried zipping each variant on it’s own and uploading them one at a time as shown in our documentation on File Structure, note in this screenshot that they all have the same font-weight:
    2022-05-01_009.jpg
    then I created a test page with spans and custom classes to test the fonts:

    <span class="cooperhewitt-thin">Cooper Hewitt - thin</span>
    <span class="cooperhewitt-light">Cooper Hewitt - light</span>
    <span class="cooperhewitt-book">Cooper Hewitt - book</span>
    <span class="cooperhewitt-medium">Cooper Hewitt - medium</span>
    <span class="cooperhewitt-semibold">Cooper Hewitt - simibold</span>
    <span class="cooperhewitt-bold">Cooper Hewitt - bold</span>
    <span class="cooperhewitt-heavy">Cooper Hewitt - heavy</span>

    and added this css for the custom classes:

    .cooperhewitt-thin {
    	font-family: 'cooperhewitt-thin-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    .cooperhewitt-light {
    	font-family: 'cooperhewitt-light-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    .cooperhewitt-book {
    	font-family: 'cooperhewitt-book-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    .cooperhewitt-medium {
    	font-family: 'cooperhewitt-medium-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    .cooperhewitt-semibold {
    	font-family: 'cooperhewitt-semibold-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    .cooperhewitt-bold {
    	font-family: 'cooperhewitt-bold-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    .cooperhewitt-heavy {
    	font-family: 'cooperhewitt-heavy-webfont';
    	font-weight: 400;
    	font-size: 70px;
    	line-height:70px;
    	color: #000;
    }
    

    and this is the result:
    2022-05-01_010.jpg
    please give this a try.

    Best regards,
    Mike

    #1350114
    Marina
    Participant

    Hello,

    I have three text blocs on main page: H1, H2 and normal text. The Font Size settings of all these elements do not have any effect at all. Please have a look. I do not want to make these settings the general ones for the whole website – they are just for the main page.

    Thank you,
    Marina

    #1350105

    Hi,

    You have open/incomplete CSS in Quick CSS:

    /* CONTROLS RETURN TO TOP */
    #scroll-top-link {
    position: fixed;
    border-radius: 2px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
    font-weight: bold;
    font-size: 45px;

    That is likely why the theme options are not applying.

    Best regards,
    Rikard

    #1350080

    Hi Rikard, Thanks for the response.

    The code to update the bullet items in the sidebar had no effect, unfortunately.

    I used the inline font size CSS and it worked, but shouldn’t anything assigned as Paragraph take on the <p> styling in the Advanced Styling section of the Theme Options? It started out doing that, but then it quit. Any idea why?

    Thanks again.

    #1350054

    Hey Landsberg-Becher,
    Thank you for your patience, I have looked back as far as 2018 and this css has not changed, font-size:11px !important; has always been there so it is not new with this update.
    I have looked at your site and found a tag cloud on one page, but it is inside a Elementor Widget which is assigning the font color, family, and size
    2022-04-30_004.jpg
    It looks like the page was built with Elementor so you should check it’s settings, we don’t support Elementor and don’t recommend it as it can cause conflicts with Enfold.

    Best regards,
    Mike

    #1350031

    In reply to: Footer/socket fixes

    Hi kellyCraftMedia,

    I see, please add this CSS code as well:

    #footer center {
        font-size: 16px;
    }

    Best regards,
    Nikko

Viewing 30 results - 1,981 through 2,010 (of 18,728 total)