Viewing 30 results - 2,011 through 2,040 (of 18,728 total)
  • Author
    Search Results
  • #1350021

    Hi,

    Please try this for the sidebar lists:

    .sidebar .widget ul {
        padding-left: 18px;
        list-style: disc;
    }

    I can’t see any specific styling being applied to this text:

    At Live Edge Wood Craft, we work hard to make sure our customers have a great experience. Whether you’re a craftsman looking for live edge slabs to use in your customer’s project, or a consumer looking for live edge slabs or custom furniture, you’ll get the best from us.

    That means it will get the default styling of 13 pixels from the theme. If you want to change the default font size, then you can do so under Enfold->General Styling->Typography. If you want specific styling for that paragraph only, then you can do it manually like this:

    <p style="font-size: 16px;">Your text goes here</p>

    Best regards,
    Rikard

    #1349988

    In reply to: Footer/socket fixes

    Hi! I did this but the font size is only applying to the first two columns and the first widget in the column (column 2, for example, has a text widget below that Hours widget; it’s still small). Column 3 is still small as well.

    Thanks!

    sensiblekaren
    Participant

    Hello

    Please can you help me with some CSS to do the following to the timeline feature:

    1. change the timeline headers to be a different font – Monserrat
    2. change the timeline icon (I have used an image here) size to be a little larger
    3. change the dashed line to be a solid line that links each icon in the timeline

    Thank you

    #1349778
    Landsberg-Becher
    Participant

    In the line 794: wp-content/themes/enfold/css/avia-snippet-widget.css will be added “font-size:11px !important;” updating Enfold.
    And then the font of the tagcloud will be reduced to 4 pt.
    I think it’s a bug.
    May someone help me? Thanks!

    #1349724

    Hey bhardy2022,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the scroll-to top link.

    #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: 30px;
    }
    

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

    Best regards,
    Ismael

    Hi,

    Thank you for the screenshot.

    We can decrease the font size and adjust the word-wrap property to make sure that whole words break into the next line instead of single characters.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .avia-promocontent h1 span {
        word-break: break-word;
        font-size: 20px;
      }
    }
    

    Expected result: https://1drv.ms/u/s!AjjTfXSRbKTvwFtJsaq9EhFLeQzO?e=ZerX9i

    Best regards,
    Ismael

    #1349516

    Hi Rikard,

    Sure, credentials in private.

    We also noticed some elements from the block editor are not behaving properly (colours and font sizes don’t seem to apply properly).
    In the page Games (shop) we added a block with 2 columns and an image, the title, text and button colours and font size does not seem to behave properly. Basically when we change the colour it changes the size in the front end and vice versa.

    Not sure if this and the Safari fonts issue are related, but would be great if you could have a look.

    Thank you!

    #1349435

    Hey Sabine,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the font size (“18px”) as needed

    
    @media only screen and (max-width: 480px) {
    #top .all_colors mark {
      font-size: 18px;
    }
    }
    

    Regards,
    Yigit

    #1349413

    Hi Rikard,

    I have set the <mark> option in the advanced styling with a different font in pink. In the mobile version I would have to reduce the font size, see link: https://seeleundkraft.de/psychotherapie/ I mean the word ” integrativen Ansatz”

    Sorry if it was unclear … ;)

    Kind regards,
    Sabine

    Hi,

    Thank you for reporting this – and very sorry for the problems.

    Icon Grid problem should be solved – please check your staging site. Was caused by a wrong selector to apply the selected font size (resulted in a wrong padding).

    Widget problem also solved for ALB Widget area.

    Already added for next update 4.9.2.2 which is planned in the next days.

    If you do not want to wait you can copy the 2 modified files (do not forget to make backups of the original files for a fallback):

    enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.php
    enfold\config-templatebuilder\avia-shortcodes\widgetarea\widgetarea.php

    And you need to save theme options to invalidate the post css files and clear server and browser cache.

    Best regards,
    Günter

    #1349402

    Hey Sabine,

    I’m not sure I understand your question. Do want to replace the actual tag, or simply change the font size on mobile devices? If you need further help, then please post a link to where we can see the actual element.

    Best regards,
    Rikard

    #1349380
    TakiwaSoulArt
    Participant

    Hi,

    I have another question .. Is it possible to change the settings of an HTML tag in responsive design? I used <mark> and I need another font size on mobile view.

    Thank you again and best regards,
    Sabine

    #1349356

    Hi,

    Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 30px;
    }
    .slideshow_caption h2.avia-caption-title {
        font-size: 26px; 
    }
    .slideshow_caption .avia-caption-content p {
        font-size: 18px;
    }
    }

    Best regards,
    Rikard

    #1349335

    In reply to: Footer/socket fixes

    Hey kellyCraftMedia,

    1. Please replace this CSS code:

    .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
    }

    with:

    .responsive #socket .sub_menu_socket {
        display: block !important;
        margin: 0;
        width: 100%;
    }

    2. It does not work on other columns since other columns uses span instead of p, you can add this code:

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

    Hope this helps.

    Best regards,
    Nikko

    #1349296

    Topic: Footer/socket fixes

    in forum Enfold
    Kelly Erickson
    Participant

    Hi lovely Enfold team! I’m having some funky things going on that I was hoping you could help me with!

    1) Mobile socket: I have it set up to center the socket content and stack all the links (so it goes Copyright, two social icons side by side, link, link, link, etc.). Here’s the code I used for that:

    @media only screen and (max-width:550px) {
      .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
      }
      .responsive #socket .sub_menu_socket .menu {
        margin-left: 0;
      }
      .responsive #socket .sub_menu_socket .menu li {
        border: 0;
        display: block;
        float: none;
        text-align: center;
        line-height: 1.7;
      }
      .responsive #socket .sub_menu_socket {
        display: block !important;
        width: 100%;
      }
      .responsive #socket .sub_menu_socket .menu {
        margin-left: 0;
      }
      .responsive #socket .sub_menu_socket .menu li {
        border: 0;
        display: block;
        float: none;
        text-align: center;
        line-height: 1.7;
      }
    }
    

    Only problem is the social icons are not quite center for some reason – they are just off to the right a little bit. Screenshot provided in the private content.

    2) Footer font size: I am using the following code to adjust the size of the font in the footer:

    #footer p {
      font-size:16px !important; 
    }

    However, it only applies to the first footer column and not the rest (I had to code in the font size of the third footer column to get me through for now)

    3I think that’s it for now! Thank you in advance!

    #1349257

    Hey virtualbis,
    Try adding this code to your Header Phone Number/Extra Info area:

    <ul class="account"><li class="login"><a href="/my-account/">[av_font_icon icon='ue824' font='entypo-fontello' size='20px'][/av_font_icon] Login</a></li><li class="logout"><a href="/my-account/customer-logout/">[av_font_icon icon='ue825' font='entypo-fontello' size='20px'][/av_font_icon] Logout</a></li></ul>

    you may need to adjust the url to your specific login and logout urls.
    Then add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .account  {list-style: none;}
    #top .account li { display: inline-block;}
    #top.logged-in .account .login {display: none;}
    #top:not(.logged-in) .account .logout {display: none;}

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

    Best regards,
    Mike

    Hey MarynaKudzinava,
    Are you using the masonry setting: Sorting ▸ Yes, display sort options and are referring to the “All” at the start?
    2022-04-23_007.jpg
    try this css for the masonry sort of the blog and portfolio:

    .av-portfolio-grid-sorting-container .all_sort_button,
    .av-masonry-sort .all_sort_button {
    	font-size: 16px;
        color: red !important; 
    }
    

    But if you mean the setting: Sorting ▸ Yes, display sort options and currently active taxonomy and are referring to the current sort title
    2022-04-23_008.jpg
    then try this css for the masonry sort title of the blog and portfolio:

    .av-portfolio-grid-sorting-container .all_sort_button,
    .av-portfolio-grid-sorting-container .av-current-sort-title,
    .av-masonry-sort .all_sort_button,
    .av-masonry-sort .av-current-sort-title {
    	font-size: 16px;
        color: red !important; 
    }

    After applying the css, please clear your browser cache and check, then link to your two elements and explain if you mean the “All” at the start or current sort title for replacing the words.
    Please note that the current sort title changes depending on the sort clicked, it doesn’t always show “All” so replacing it with the word “Portfolio” or “Blog” would change this behavior.

    Best regards,
    Mike

    #1349248

    Oh gosh! 1 more thing. I promise I’m going to put all my questions and your answers in a thread so it will help all the other people with all the same needs!! Lol

    Ya’ll helped me with making the Enfold contact input field’s backgrounds transparent, but the Text Area wasn’t included.

    So then I would like MailChimp submit button to look the same as the Enfold Contact Form submit button, same size and orientation.
    If this is possible.

    This is the css I have so far

    
    
    #top #main input[type='submit'].button {
        background-color: transparent;
        color: #3c5c85;
        border: 1px solid #ae883d;
    }
    #top #main input[type='submit'].button,
    #top #main input[type='text'] {
        background-color: transparent;
        color: #3c5c85;
        border: 1px solid #ae883d;
    }
    
    .avia-mailchimp-form input {
        text-align: center;
        font-family: 'Josefin Sans';
    }
    
    .toggler {
    border-top: none!important;
    border-bottom: none!important;
    }
    
    span.blog-author.minor-meta, .text-sep-date {
        display: none!important;
    }
    
    #top .avia_ajax_form.avia-mailchimp-form input[type='submit'] {
      font-size: 22px;
      
    }
    
    #top .avia_ajax_form.avia-mailchimp-form input[type='text'] {
        font-family: 'josefin sans'; 
      
    }

    Thank you!!

    #1349169

    In reply to: Custom SVG not owkring

    Jonas
    Guest

    Hi Ismael,

    thanks for your help. I just had a small typo wich made it not work.

    But i found something really really strange:

    I live in germany thats why i really need to look in GDPR compatibility.
    After adding my custom SVG separator, my websites starts loading fonts from google.
    Im not using any of those two fonds on my website, wich are getting loaded.
    I also block all Google Fonts in my enfold settings but those fonts still gets downloaded from google so it seems for me like a bug.

    ill attach a link to my website in the private area. You can inspect that fonts get loaded from google with the developer console.
    I looked in the sourcecode and found this two places:

    <div id='footer-full' aria-label='footer-full' class='avia-section av-l1xnfpzo-03183143801b293c5bec81f38ce5fd17 main_color avia-section-no-padding avia-no-border-styling  avia-builder-el-1  el_after_av_hr  el_before_av_section  footer-full footer-full av-small-hide av-mini-hide avia-bg-style-scroll av-minimum-height av-minimum-height-25  container_wrap fullsize'   data-av_minimum_height_pc='25'><div class='avia-divider-svg avia-divider-svg-Footer-negative_2 avia-divider-svg-top avia-svg-original'><?xml version="1.0" encoding="utf-8"?>
    <svg id="master-artboard" viewBox="0 0 1383.18017578125 82.54431915283203" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 0 0 1400 980;" width="1383.18017578125px" height="82.54431915283203px"><rect id="ee-background" x="0" y="0" width="1383.18017578125" height="82.54431915283203" style="fill: white; fill-opacity: 0; pointer-events: none;"/><defs><style id="ee-google-fonts">@import url(https://fonts.googleapis.com/css?family=Anton:400|Roboto+Slab:100,300,400,700);</style><path id="text-path-0" d="M 778.8464965820312 213.4612274169922 A 100 18 0 0 1 988.3533935546875 213.4612274169922 A 100 18 0 0 1 778.8464965820312 213.4612274169922 Z" style="fill: none; stroke: red; stroke-width: 2;"/><path id="text-path-1" d="M 664.5464477539062 37.96122741699219 A 100 19 0 0 1 876.5812377929688 37.96122741699219 A 100 19 0 0 1 664.5464477539062 37.96122741699219" style="fill: none; stroke: red; stroke-width: 2;"/><path id="text-path-2" d="M 765.3650512695312 211.70851135253906 A 100 17 0 0 1 991.5017700195312 211.70851135253906 A 100 17 0 0 1 765.3650512695312 211.70851135253906" style="fill: none; stroke: red; stroke-width: 2;"/><path id="path-1" d="M 765.3650512695312 211.70851135253906 A 100 17 0 0 1 991.5017700195312 211.70851135253906 A 100 17 0 0 1 765.3650512695312 211.70851135253906" style="fill: none; stroke: red; stroke-width: 2;"/></defs>

    and this:

    <div id='section-content-bottom'  class='avia-section av-hk7dm-1c9ac87f568f80d6eb00e9ca092e7b6f main_color avia-section-no-padding avia-no-border-styling  avia-builder-el-0  el_before_av_hr  avia-builder-el-first  section-content-bottom avia-full-stretch avia-bg-style-scroll av-minimum-height av-minimum-height-100  container_wrap fullsize'  data-section-bg-repeat='stretch' data-av_minimum_height_pc='100'><div class='avia-divider-svg avia-divider-svg-headereditfinal.svg avia-divider-svg-top avia-to-front avia-svg-original'><?xml version="1.0" encoding="utf-8"?>
    <svg id="master-artboard" viewBox="0 0 1281.06005859375 75.33576202392578" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" style="enable-background:new 0 0 1400 980;" width="1281.06005859375px" height="75.33576202392578px"><rect id="ee-background" x="0" y="0" width="1281.06005859375" height="75.33576202392578" style="fill: white; fill-opacity: 0; pointer-events: none;"/><defs><style id="ee-google-fonts">@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400|Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);</style></defs>

    For me it seems like that the fonts “Roboto”, “Anton” and “Fjalla One” are getting downloaded.

    I really cant find out why and where that happens. I already tried everything and i dont want to add another plugin that blocks those fonts for me.

    I also cloned my Homepage Site. Then i removed the SVG Separators in footer and header. So no google Fonts are loaded. That really seems odd and like a bug. I attached my copied version of my Homepage also.

    Im really thankful for your help!
    Best regards
    Jonas

    And how do I change the font to match the rest of the site – Josefin Sans?

    And why is the “discover more” so different looking than the other field label font’s? Like different size and font weight.

    And can I make the MailChimp submit button not as wide? So it looks like the Enfold form submit button? Just curious. If it were possible.

    • This reply was modified 3 years, 11 months ago by Intell.
    #1349055

    Hello,

    I would like to remove the meta data (Tags, category and SKU) that is inserted automatically with the Product Purchase Button.

    I tried the code above, but it’s not working.

    Also I would like to modify the following elements on the product page, since they have different font sizes and are not aligned:

    Size
    Product variations (15 ml, 100 ml)
    Price
    Quantity
    Add to cart button

    Thank you,

    Julia

    #1348942

    Hi Michaela,

    Which settings exactly are not applying? You haven’t set any sizes other than standard for all the headers in the Typography section. I see that you have added some custom CSS in Quick CSS as well, and that is applying to your h6 on the front page for example:

    @media only screen and (max-width: 480px) {
    h1 { font-size: 38px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 40px !important; }
    h6 { font-size: 55px !important; }
    }

    If you use important in your CSS statements, then that will override the theme settings.

    Best regards,
    Rikard

    #1348912

    Hi Rikard,

    thank you. I’ve tried both but nothing seems to work or change anything. I’ve also changed the font sizes in the Typography, but no changes become visible. Do you have another idea?

    Best,
    Michaela

    #1348900

    Hey hmichaela,

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

    @media only screen and (max-width: 767px) {
    h6.avia-caption-title {
      font-size: 62px; 
    }
    }

    If you are looking to set your headers to different sizes on mobile screens, then you can do so under Enfold->General Styling->Typography.

    Best regards,
    Rikard

    #1348699
    navindesigns
    Participant

    Hi,
    On my site – http://balrajt9.sg-host.com/ – I would like to make all my buttons into a flip animation effect

    I am using this custom css

    .avia-button.avia-size-large, #top .avia-slideshow-button {
    font-size: 18px;
    text-transform: uppercase;
    color: #ed8b00 !important;
    background-color: #ffffff !important;
    font-family: ‘Montserrat’, Helvetica, sans-serif;
    border-radius: 10px;
    padding: 10px 30px 8px 30px;
    font-weight: 600;
    border:2px solid #ed8b00 !important;
    }
    .avia-button.avia-size-large:hover, .home #av_section_3 .avia-content-slider-inner .read-more-link a:hover {
    transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    border:2px solid #007ca5 !important;
    background-color: #007ca5 !important;
    text-decoration: none;
    }

    However, this does not do the flip effect?

    Example of flip effect – https://codepen.io/MoorLex/pen/NBwNZa or something similar

    The rollover color/treatment will remain the same, its just the animation needs to be changed to flip.

    #1348619

    Hi,
    Thanks for the feedback, do you mean the title in the screenshot in the Private Content area?
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_modern-blog #main .avia-content-slider .slide-entry-title {
        font-size: 24px;
    }

    After applying the css, please clear your browser cache and check.
    Please note that testing with Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1348604

    Hi Claudia,

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

    .html_modern-blog .avia-content-slider .slide-entry-title {
        font-size: 24px;
    }

    Best regards,
    Rikard

    #1348502

    Hi,
    Thanks for the link to your page, I found your border to not include the radius but it was working from what you added to the child theme stylesheet, I added the radius to your rule with a little padding and also testing it in your Quick CSS and it works in both places:

    .av-masonry-sort a {
        border: solid 2px black;
    	border-radius: 25px;
    	padding: 0 10px;
    }

    2022-04-15_001.jpg
    so I imagine the issue was your caching plugins, which is a common issue, I recommend to disable your caching while building your site and when it is done then enable it.
    As for the font size of your masonry content, in your Quick CSS had the size set to: font-size: 0.5em; which is very small, so I changed it to font-size: 1.5em; to match your title, so the Quick CSS is working, what size do you want it to be?
    I test with Chrome on Windows, if you are testing with Safari it can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    hmichaela
    Participant

    I’ve uploaded the Google font “Kaushan Script” via FTP on my WordPress server. How can I now make the Theme use this font for my heading in the full screen slider on my home page?

    Another issue is the font size of the main menu links. I have already changed it to a larger size several times but it always falls back automatically to a very small font size. What can I do about this?

    Michaela

    Hey rkshorty,
    Thanks for the code but in my test I get the error OPWIDGET is not defined I tried to research on the openpetition.de site but couldn’t find a code example, are you sure this code is correct?

    <script src="https://www.openpetition.de/javascript/widget.js"></script>
    <noscript>Bitte aktivieren Sie JavaScript und laden die Seite neu.</noscript>
    <script>
    var OPWIDGET = {
    "base_url": "https://www.openpetition.de",
    "api_key": "3864e7409744603ac4147f7756deac6fcdee2be45a4c7d2deb6efa43591168f7",
    "options": {
    "primarycolor": "#e07d28", 
    "secondarycolor": "#6c6c6c",
    "backgroundcolor": "#ffffff",
    "mainfontsize": "12px",
    "language": "de_DE.utf8"
    }
    };
    </script>

    Best regards,
    Mike

Viewing 30 results - 2,011 through 2,040 (of 18,728 total)