Viewing 30 results - 3,121 through 3,150 (of 18,731 total)
  • Author
    Search Results
  • #1267488

    In reply to: Theme Bug

    the class: special_amp gets all the color from .main-color a, .main-color strong etc pp

    you can overwrite the rules on :

    .special_amp {
        font-family: inherit;
        font-style: normal;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit !important;
        color: currentColor !important;
    }
    #1267383

    Hi,

    Thanks for that. I can’t see exactly what is going wrong there, but this CSS looks to be part of the problem at least:

    #top .avia-button.avia-color-light {
        border-width: 1px !important;
        border-radius: 0px!important;
        background: none!important;
        font-size: 16px;
        letter-spacing: 0.04em;
    }

    Could you try removing all custom CSS you have added which affects the buttons, and then add it back block by block, to see what is causing the problem please?

    Best regards,
    Rikard

    #1267287
    This reply has been marked as private.
    #1267251
    SikoraEDV
    Participant

    Hello,

    I have got a problem with when it comes to cahnge the font size of the headers of a selection Tab.
    If the size is being increased to much the headers will overlap.
    How do I have to customize the custom CSS to avoid this behavior?

    Here is the current custom CSS file content:

    #top .av-inner-tab-title {
    font-size: 25px;
    }

    Thanks in advance for any helpful thought.

    • This topic was modified 5 years, 3 months ago by SikoraEDV.
    #1267035

    Hey Kristin,

    Thank you for the inquiry.

    Please open a single thread for each inquiry instead of stacking them up on a single post. This will allow the moderators to focus on the question at hand and keep the thread concise and relevant to the original topic. Also, users usually receive a more immediate response this way.

    Now, to answer your very first questions.

    1.a) In the home page, try to remove the transparent spaces around the logo and upload it again. The theme will automatically resize it based on the height of the header, and we could also manually resize it using css when necessary.

    1.b) Use this css code to add a space below the main menu and above the main content.

    #header_main_alternate {
    	padding-bottom: 50px;
    }
    

    1.c) This css code should remove the 100px left margin of the testimonial name.

    .avia-testimonial-meta {
    	margin-left: 0;
    }
    

    1.d) To resize the footer widget title and content, use this css code.

    .widgettitle {
    	font-size: .8em;
    }
    
    #footer .widget p {
    	font-size: 12px;
    }

    Please open new threads or posts for the rest of the inquiries.

    Best regards,
    Ismael

    #1266770

    Hi,
    For your Dutch site, I found that the css for the box is in your WordPress > Customize > Additional CSS:

    .page-id-1623 #av_section_1 .avia_textblock.av_inherit_color:first-of-type, .page-id-67 #av_section_1 .avia_textblock.av_inherit_color:first-of-type {
        background: rgba(56,56,56,0.6);
        padding: 7px 0px;
        text-align: center;
    }

    I adjusted the background color to white: background: rgba(255,255,255,0.6);
    The reason the button didn’t show was because in your custom css there was a top: 145px pushing the box down so the button didn’t show, I commented it out.

    /*.page-id-1623 #av_section_1 > div.container > main > div > div > div,*/
    	.page-id-67 #av_section_1 > div.container > main > div > div > div
        {
        	top:145px;
    
        }
    }

    I noticed the box was still over your face a little so I added this css to help:

    @media only screen and (max-width: 767px){
    html[lang="nl-NL"] #top.home #av_section_1 > div.container > main > div > div > div > section > div {
        padding: 0 !important;
    }
    html[lang="nl-NL"] #top.home #av_section_1 > div.container > main > div > div > div > section > div > h1 {
    	margin: 0 !important;
    }
    }

    This seems to help, but the text is longer in Dutch, perhaps reducing the font size a little more would help.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1266512

    Hi thank you for your reply and sorry for the late in mine.
    I find out how to change caption font size on mobile adding this to quick CSS

    @media only screen and (min-width: 768px) and (max-width: 788px) {
    .av-image-caption-overlay-center p {
    font-size: 28px;
    line-height: 1.5em;
    }}
    @media only screen and (min-width: 789px) and (max-width: 906px) {
    .av-image-caption-overlay-center p {
    font-size: 13px;
    line-height: 1em;
    }}
    @media only screen and (min-width: 907px) and (max-width: 1023px) {
    .av-image-caption-overlay-center p {
    font-size: 14px;
    line-height: 1.2em;
    }}
    @media only screen and (min-width: 1024px) and (max-width: 1073px) {
    .av-image-caption-overlay-center p {
    margin-left: -5px;
    font-size: 15.5px;
    line-height: 1.2em;
    }}
    @media only screen and (min-width: 1074px) and (max-width: 1287px) {
    .av-image-caption-overlay-center p {
    font-size: 14px;
    line-height: 1.2em;
    }}

    Thank you

    #1266510
    JantienM
    Participant

    Hi,

    I’m trying to change the color of a button. I insert the button and change all the colors, but somehow it doesn’t have any effect. It keeps on having the theme colors (green button), although I all set them to “choose my own colors”. The text color will change, but the background color stays green.

    I want a white button with red text.

    [av_button label='Test button' icon_select='yes' icon='ue800' font='entypo-fontello' link='manually,http://' link_target='' size='small' position='center' label_display='' title_attr='' color_options='color_options_advanced' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='custom' btn_custom_bg='#ffffff' btn_color_bg_hover='custom' btn_custom_bg_hover='#eaeaea' btn_color_font='custom' btn_custom_font='#ffffff' id='' custom_class='' av_uid='' admin_preview_bg='']

    Can you help me set them to the colors I want?

    #1266467
    mycubaguide
    Participant

    Hi, I found some CSS code to help change the font size and weight of the secondary menu but I also need to change the color to red and give it more padding in the top.
    This is the code I have so far
    .sub_menu a {
    font-size: 16px;

    font-weight: 700 !important;}

    Can you please give me the correct CSS to include the color and padding at top. Thanks

    #1266325

    or with the animated icons:

    <p class="ontop"><a href="mailto: (Email address hidden if logged out) ">[av_font_icon icon='ue805' font='entypo-fontello' size='24px' position='left'][/av_font_icon] (Email address hidden if logged out) </a></p><p class="ontop"><a href="tel:8056580109">[av_font_icon icon='ue854' font='entypo-fontello' size='24px' position='left'][/av_font_icon](805) 658-0109</a></p>

    and:

    .phone-info  p.ontop {
        display: inline-block;
        margin-right: 10px;
    }

    but then you had to style the postition of the icons.
    maybe a mod could help you to do that

    #1266322

    maybe you try only html and a bit of quick css:
    put this to your phone-info field:
    <a href="tel:8056580109"><span class="tel">(805) 658-0109</span></a> | <a href="mailto: (Email address hidden if logged out) "><span class="mail"> (Email address hidden if logged out) </span></a>

    The telephone number in the href should be with maybe countrycode we in Germany got +49 – you will know your whole number ( no spaces in it)
    in the span itself you can write what you like to have – maybe only Mail and Phone

    then to quick css:

    .phone-info span::before {
        font-family: entypo-fontello;
        font-size: 24px;
        padding-right: 5px;
        position: relative;
        top: 2px;
    }
    
    .phone-info .mail::before { content: "\e805"; color: #090}
    .phone-info .tel::before { content: "\e854"; color: #009}

    if you do not need extra color for the icons – put a uniform color to the span:before rule and erase it in mail and tel

    #1266217

    Hi Fabrice,

    Yes, just go to Enfold > General Styling > Fonts (tab), you should see the options to change the font and font size there.

    Best regards,
    Nikko

    #1266155

    Hi Mike,
    Thanks for your reply.

    I think there is a misunderstanding…
    First, everything used to work like this before and I didn’t change anything (or something I don’t know).
    Secondly, titles are not showing on hover, they are displayed all the time and they used to be displayed on desktop and on mobile.

    I previously opened the following thread to build my menu (you already helped my with this), it was not easy and those html worked fine.
    Your last change only modified my layout (see screenshot in private content). It added a border around title and I don’t want it, it also changed font size and so on… But nothing changed on mobile, titles are still missing.
    I really don’t know what happened and when :-(

    #1266079
    MyGirlFriday805
    Participant

    I am trying to add 2 icons in the small bar above the header, but the icons want to jam together at the beginning of the text. The best I can do is get them on 2 seperate lines, but I don’t like that look. Plese help.

    Here’s what I have been inputting:
    <p style=”text-align: left;”>[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' size='15px' position='left' color='' link='' linktarget='' animation='' id='' custom_class='' av_uid='' admin_preview_bg=''][/av_font_icon](805) 658-0109 | (Email address hidden if logged out) “> (Email address hidden if logged out) [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' size='15px' position='left' color='' link='' linktarget='' animation='' id='' custom_class='' av_uid='' admin_preview_bg=''][/av_font_icon]</p>

    #1265970
    argentinadelfina
    Participant

    Hi, I am using enfold.

    I would like to know if there is a way to reduce or adapt image caption font and text line height on mobile devices.

    I’ve tried this on quick CSS:
    @media only screen and (max-width: 1024px) and (min-width: 767px) {
    .av-image-caption-left p {
    font-size: 8px;
    line-height: 10px;
    }}

    but it does not work, I think I’ve done something wrong.
    I test the pages on responsinator.com
    In private content area more details.
    Thank you very much in advance

    #1265951

    I put .iconbox_content_container h3 {
    font-size: 10px !important;
    } in Enfold/General Styling/Quick CSS and it didn’t work. The font size stayed the same.

    I also checked to see if h1, h2, h3, h4, h5, h6 {
    text-transform:none !important;
    } was inserted in Quick CSS and it wasn’t. Apparently when I tried it last time it didn’t save. The H1 text size can now be adjusted and can be uppercase or lowercase.

    #1265905

    Hi,

    Thanks for that. Please try this in Quick CSS if you want to control the size of the Icon box h3 element:

    .iconbox_content_container h3 {
      font-size: 18px !important;
    }

    Best regards,
    Rikard

    #1265792

    Hi RubenHD,

    Just saw this while checking for an issue. AMP is not necessary for competitive mobile searches.

    I do not use it and have managed to get enfold sites performing at 90+ in the current Google Lighthouse speed tests – with further improvements to be implemented around fonts and analytics.

    AMP is designed to speed up the loading times of blog entries – It is therefore not going to be compatible with all ALB elements in Enfold which add complexity and functions over the standard WP theme. The same applies for most premium WP themes with complex features. AMP normally removes animations and other complexities in order to reduce load times (reducing the size of the AMP CSS files). Its literally what AMP is designed to do.

    If you are looking to improve the load times for your site without compromising on the design – try any of the following:

    -Update your .htaccess file or use a plugin to ensure features like gzip compression and cache age are set and enabled
    -Add a caching plugin and set the cache length to 30 days.
    -Compress your images before you upload them
    -Enable Lazy Load in the Enfold performance panel and enable all other performance related settings
    -Ensure responsive images is turned on in the Enfold performance panel
    -Use a CDN – Like Jetpack (Free) or Cloudflare (also free)
    -Enable lazyload and image optimisation in jetpack (If enfold is set up correctly it works perfectly)

    I hope this helps.

    #1265778

    Hi,
    Thank you for the login, I added a new example under your example on the test page using the class model outlined above, this will give you better control.
    I used different classes for the css and added it to a code block element on the page so it would be easier to test with, please check the page front and back.

    .dotted-div-border {
        border: 2px dotted #c9c9c9 !important;
        border-radius: 30px;
        padding: 15px;
    }
    .dotted-div-border h5 .dotted-title {
    	font-size: 14pt; 
    	color: #808080;
    }
    .dotted-div-border h5,.dotted-div-border h6 {
    	text-align: center;
    }
    .dotted-div-border .dotted-sub-title {
    	font-size: 14pt; 
    	color: #808080;
    	text-align: center;
    }
    .dotted-div-border .dotted-content {
    	font-size: 8pt;
    }
    .dotted-div-border .dotted-content a {
    	font-size: 8pt;
    	color: #000000;
    }
    .dotted-div-border .dotted-email {
    	font-size: 12pt;
    	color: #808080;
    }
    .dotted-div-border > p {
    	margin: auto;
        width: 90%;
    }
    <h5><span class="dotted-title">Welcome to the (probably)</span></h5>
    <span class="dotted-sub-title"> littlest portal in the digital universe*</span>
    <img class="size-medium wp-image-1959 alignleft" src="profile-pic-2.png" alt="" width="80" height="80" />
    <span class="dotted-content">I do digital for a better world.
        You can check my updates here:
        >a href<- Twitter>/a<
        >a href<- Slideshare>/a<   
    </span>
    <h6><span class="dotted-email"><a href>max@-----.net</a></span></h6>

    2020-12-08_084510.jpg

    Best regards,
    Mike

    #1265776

    Hi @awjensen,

    I added the code to functions.php and then added following code to bottom of Style.css file

    .header-scrolled .subtext { 
    	opacity: 0 !important; 
    }
    .logo .subtext h1 {
        font-size: 20px;
        width: 400px;
        padding-top: 30px;
    }

    You can adjust the title in Functions.php file. Please review your website :)

    Best regards,
    Yigit

    #1265759

    Hi,
    Glad to hear this helped, to make the black text (Create…) smaller please go to your text element and adjust the font, this is where it is set at 40px, you will note that you can change the font size based on screen size.
    2020-12-08_072729.jpg
    We could override with css if you find this doesn’t help, but please try this.
    To target your Dutch pages, try adjusting html[lang="en-US"] to html[lang="nl-NL"]

    Best regards,
    Mike

    #1265734

    Hi Mike,

    Thanks a lot. It worked.
    I’m really happy with it!

    Is there a way to make the size of the black font a bit smaller?
    And can I use the same code to adjust my Dutch homepage?

    Thank you.

    #1265697

    Hi @guenni007.

    Durch die Löschung de Schriftgrösse des P Tags wurden die individuellenTextgrössen angenommen.
    vielen Dank für deine Mühe und die Lösung des Problemes.

    Best regards,
    solf

    ========

    Hi @ guenni007.

    By deleting the font size of the P tag, the individual text sizes were accepted.
    Thank you for your effort and the solution to the problem.

    Best regards,
    solf

    #1265608

    Topic: Webkit properties

    in forum Enfold
    bewelltended
    Participant

    Hello! I am working on a site using Enfold as the theme and EasyCart as the commerce plugin.

    All looks good in both Chrome and Safari, but when viewing the product page in Firefox, there are these extra arrows in the quantity selector that I would like to remove.

    Upon inspecting, it seems that these are being affected by the webkit appearance option. When uncheck the webkit properties, the arrows disappear. How can I replicate this on the site?

    Here is the code I pulled from Inspect:

    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    border-top-color: rgb(225, 225, 225);
    border-right-color: rgb(225, 225, 225);
    border-bottom-color: rgb(225, 225, 225);
    border-left-color: rgb(225, 225, 225);
    padding: 8px 6px;
    outline: none;
    font: 1em “HelveticaNeue”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    }

    Site linked in Private Content.

    Thanks so much for your help!

    #1265591

    Yes, but the p-tag is intended to define the font size of the normal (flowing) texts on the website.
    Or have I misunderstood something ?!?
    greetings, Solf
    ===
    Ja, aber der p-tag ist doch dazu gedacht, die Schriftgrösse der normalen (fließ)Texte der Website zu definieren.
    Oder habe ich da etwas falsch verstanden ?!?
    grüße, Solf

    #1265569

    du hast im enfold.css folgende Regel erstellt:

    #top .header_color p, 
    #top .main_color p, 
    #top .alternate_color p {
        font-size: 18px;
        line-height: 1.4em;
    }

    eigentlich erbt der p-tag die Schriftgröße (und Zeillenhöhe) vom body tag!
    diese css Regel habe ich nicht in meinem css. Daher dürfte das der Knackpunkt sein.

    Allerdings ist mir noch unklar wie du es eingefügt hast. Denn normalerweise befinden sich die Einträge in der Quick css vor
    diesen Einstellungen im css ( das sind die Enfold Optionen des general stylings.

    .container {width:100%;} .container .av-content-small.units {width:73%; }
    			
    			  .responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header, 
    			  .responsive.html_boxed.html_header_transparency #header{ width: 1310px; max-width:90%; }
    			  .responsive .container{ max-width: 1310px; }

    durch die höhere Spezifität der css Regel ( 1ID, 1Klasse, 1 Element) wird das inline css nicht umgesetzt.

    #1265566
    Actionrev
    Participant

    I have multiple Icon Boxes on my home page and one has another icon box overlapping it because the Title is too long. I tried to adjust the size of the H3 title in the Icon Box but it didn’t change. I also looked at the Quick CSS in the General / Main Content and this is what I found.

    h1, h2, h3, h4, h5, h6 {
    text-transform:none !important;
    }
    I removed it to see if that was keeping me from changing the font size and some of the H1 text in Special Heading changed size and went all uppercase… I put the css back in but the H1 text didn’t change back and I don’t know how to make the text upper and lower…

    What should I do?

    • This topic was modified 5 years, 3 months ago by Actionrev.
    #1265533

    SO this is what you all told me to add along the way as I have had other problems. Is any of this messing it up (before I add your new code)

    #top .container_wrap {
    border: none;
    }

    .postid-3727 #av-layout-grid-1 .iconbox_content {
    background: #444;
    }

    @media only screen and (max-width: 767px){
    .avia-builder-el-18 article{
    margin:30px 0px!important;
    }

    .avia-builder-el-33 article{
    margin:30px 0px!important;
    }}

    #top .read-more-link .more-link {
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-color: #469cd9;
    color: #ffffff;
    border-color: #247ab7;
    border-radius: 3px;
    }

    h3.slide-entry-title.entry-title a{
    font-size:30px!important;
    }

    #1265414

    Hm…
    On my systems, the font sizes in all 3 text blocks are the same in all browsers, including Androids. (as seen in the screenshot above)
    Not with you?
    solf

    hm…
    auf meinen Systemen, sind in allen Browsern, inkl Androids die Schriftgrössen in allen 3 Textblöcken gleich gross. (wie im screenshot oben zu sehen)
    Bei Ihnen nicht ?
    solf

    Sghemon1
    Participant

    Hi, I really need some help.
    After changing the predefined color scheme and one font in Enfold Child Theme Options, the Fullscreen slider, product slider, group products in home disappeared. Also the size and aspect ratio of the drop-down menu have changed.
    We host on Site Ground and utilize their SG Optimizer for caching.
    Could you help me please ?

    Thank you in advance for your help.

Viewing 30 results - 3,121 through 3,150 (of 18,731 total)