Viewing 30 results - 1,321 through 1,350 (of 18,717 total)
  • Author
    Search Results
  • #1406411
    This reply has been marked as private.
    #1406360

    Hi,
    It looks like you are referring to the justified text alignment, try checking your customized css for this rule:

    #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
    }

    and change justify to left, or try adding this css to your Quick CSS:

    #top #main .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    }

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

    Best regards,
    Mike

    #1406279

    Hey woogie07,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-image-hotspot .inner_tooltip p {
    	font-size: 13px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    I css your number 4 hotspot is wrapping the text in a div instead of the “p” tag, so this css won’t change that font size, perhaps you were testing?

    Best regards,
    Mike

    #1406244
    woogie07
    Participant

    Hi,

    I notice that your demos show hotspot point size at the same size as the body copy.

    I am developing a site and my font looks much smaller than the body font size.

    Where can this be adjusted as I can’t see it in the hotspot element editing?

    Thanks

    #1406024

    Hey JannyPolak,
    Thank you for your patience, this is the correct behavior for the element, only the loaded items will be seen until the “load more” button is used.
    You can change the text of the “load more” button to better convey that there are more images if you wish with this css:

    #top #main a.av-masonry-pagination.av-masonry-load-more {
    	font-size: 0px;
    }
    #top #main a.av-masonry-pagination.av-masonry-load-more:before {
    	content:"See all photos";
    	font-size: 13px;
    }	

    Or you can choose to show all images in the element settings and hide some of them on the frontend with css, for example try this css:

    #av-masonry-1 .av-masonry-container .av-masonry-entry:nth-child(n+8) {
    	display: none;
    }

    this will show only the first six items but when you open one in the lightbox you will see the lightbox counter will show 18 and you can click the prev / next arrows to see all 18.

    Best regards,
    Mike

    #1405987

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    span.avia-single-number {
        font-size: 0;
    }
    span.avia-single-number:after{
        content: attr(data-number);
        font-size: 70px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and your cache plugin and then check.

    Best regards,
    Mike

    Alison
    Participant

    Hi,
    my website can’t open suddenly. I was putting a quick css, like below:
    td {
    font-size: 1.5em;
    border-color: blue !important;
    }

    And when I flash the website, it shows 504 Gateway Time-out. And I can’t open the dashboard either.
    maybe I lost some symbols in quick css, but can a wrong css cause the this problem?

    #1405888

    Hi,
    To change your social icons to images try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .social_bookmarks li:hover a {
      background: transparent !important;
    }
    #top .social_bookmarks li a:before{
      content: "";
      display: block;
      width: 30px;
      height: 30px;
    
    }
    #top .social_bookmarks li.social_bookmarks_facebook a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_instagram a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }
    #top .social_bookmarks li.social_bookmarks_linkedin a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }

    and change the image urls to yours.
    If you are going to use your own images you can change the height & width in the css above to make them the size you wish, if you are not going to use your own image you can change the font icon size with this css, adjusting to suit:

    #top #wrap_all .social_bookmarks li a {
      width: 30px!important; 
      line-height: 30px!important; 
      min-height: 30px!important; 
      font-size: 20px!important; 
      }
      
      #top #wrap_all .social_bookmarks li {
      height: 20px!important; 
      width: 30px!important; 
      }
      
      #top #wrap_all .social_bookmarks {
          height: 60px!important;
      }

    To change the colors try this css:

    #top #wrap_all .av-social-link-facebook a,
    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #37589b;
        text-decoration: none;
    }  
    #top #wrap_all .av-social-link-instagram a,
    #top #wrap_all .av-social-link-instagram:hover a{
        color: #fff;
        background-color: #d92e7d;
        text-decoration: none;
    }
    #top #wrap_all .av-social-link-linkedin a,
    #top #wrap_all .av-social-link-linkedin:hover a {
        color: #fff;
        background-color: #419cca;
        text-decoration: none;
    }

    Best regards,
    Mike

    #1405736

    Hey Alan,

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

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
      color: red;
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1405682
    Schmidtgrafisk
    Participant

    Hey Enfold

    How do I set Mobile menu – Font size and colour.
    It’s just the mobile menu ;)

    Thanks
    Alan ;)

    #1405680
    MareenMalessa
    Participant

    Hey dear support,
    I have some troubles with the enfold theme.

    1. the MEC plugin (Modern Events Calender Pro) is crashing the layout
    Look in the private content please.

    2. I’m not able to change the font size of the main menu and the content text. I cleared the cache, but it does not work. I read here in the topics that there’s maybe a problem in the quick CSS but I can’t find the error.

    Can you take a look please and help me?

    Thank you so much and very kind regards
    Mareen

    #1405675

    In reply to: Search Icon bigger

    Hi,

    Please add the following code to the Quick CSS field as well

    
    #top #header #menu-item-search a::after {
      content: ' Search';
      font-size: 20px;
      position: relative;
      top: -5px;
    }
    

    Best regards,
    Yigit

    Hi,

    Also, my header video is not showing all of the text on mobile.

    You can decrease the font size of the heading element to make room for the rest of the content. Please add this css code.

    @media only screen and (max-width: 489px) {
        #top #wrap_all .av-special-heading.av-lgwoy0g4-67703d5d6519f9f2bd4d8bcfc4f4746e .av-special-heading-tag {
           font-size: 0.6em;
        }
    }
    

    Best regards,
    Ismael

    #1405638

    Hey Alison,

    Thank you for the inquiry.

    Did you add this css code somewhere?

    td {
        font-size: 13px;
        padding: 9px 12px;
        border-style: solid;
        border-width: 1px;
        border-left: none;
        border-top: none;
    }

    It sets the font size of the table content to 13px. To override, it you can add the following code in the Quick CSS field.

    td {
        font-size: 1.2em;
    }
    

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

    Best regards,
    Ismael

    #1405631

    4-25
    Thanks, Mike. Could I ask you some questions about another issue? How do you feel about replacing font px measurements with rem measurements to make a site more “scalable”? Does Enfold recommend it? In Brave and Chrome, increasing and decreasing the size of a website that uses pixels is easy. But all the big sites are doing it.
    Thanks, Stephen

    #1405627

    Hi,
    To specify your css for white titles on your homepage to work only on your homepage please change this css:

    #top #wrap_all .all_colors .av-masonry-entry-title {
        color: white;
        font-size: 30px;
        line-height: 1;
    }

    to this, note the page ID “home” is added:

    #top.home #wrap_all .all_colors .av-masonry-entry-title {
        color: white;
        font-size: 30px;
        line-height: 1;
    }

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

    Best regards,
    Mike

    #1405603

    In reply to: Accordion Not Working

    Thanks, I have updated to the latest version of enfold and it is still happening. So any other ideas?

    I am also having problems with the page update. I am making updates to a page and then clicking update and it is not updating the changes. When i go back to the page builder it is as it was previously. Furthermore, the Text Block Font Size reponsivness is not working it does not adjust on different screens.

    #1405549
    Alison
    Participant

    I set the font size for main content 20Px, but the table content in the text block is much smaller. I try to set the font size in the styling section, but it doesn’t work.

    And how to set the font size and image margin and padding for this portfolio grid https://www.zhlabfurniture.com/products/

    #1405526

    In reply to: Search Icon bigger

    Hey Anna_Tewes,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top #header #menu-item-search a {
      color: #a62c0a;
      font-size: 34px;
    }
    

    Best regards,
    Yigit

    Hi Mike,
    Thanks a lot for your help and the great instructions. I have this working on our dev site. See the link below.

    I have another question. Let me know if you’d like me to open another thread.

    I need to have the word “Search” appear next to the magnifying glass and be clickable. I am able to add the word next to the icon but am not sure how to make it clickable.

    Here is what I’m doing in the CSS:

    #header_meta .sub_menu #menu-item-search::after {
    content: “Search”;
    font-size: 16px;
    display: inline-block;
    padding-right: 12px;
    padding-top: 8px;
    margin-left: 5px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    How do I call the ava_custom_search?

    Thanks for all your help!
    Guy

    #1405480

    Hi,

    Thank you for the update.

    The title of the masonry title is white because of the following code.

    #top #wrap_all .all_colors .av-masonry-entry-title {
        color: white;
        font-size: 30px;
        line-height: 1;
    }
    

    You may need to remove the modification or override it using the following css.

    #top #wrap_all .all_colors .av-masonry-entry-title {
        color: black;
        font-size: 30px;
        line-height: 1;
    }
    

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

    Best regards,
    Ismael

    #1405272

    And when I insert a parameter table in the text block, the font size is small than main content, how to change the size for the content in the table?
    I paste the link below.

    #1405234

    Hey schweg33,
    To make the social icons larger try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .social_bookmarks li a {
      width: 40px!important; 
      line-height: 40px!important; 
      min-height: 40px!important; 
      font-size: 30px!important; 
    }
    #top #wrap_all .social_bookmarks li {
    height: 30px!important; 
    width: 40px!important; 
    }
    #top #wrap_all .social_bookmarks {
      height: 60px!important;
    }
    #top nav .social_bookmarks {
    margin-top: -20px;
    }

    To invert the social icons colors try this css:

    #top #wrap_all .av-social-link-youtube a {
        color: #a72b1d;
    }
    
    #top #wrap_all .av-social-link-instagram a {
        color: #a67658;
    }

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

    Best regards,
    Mike

    #1405214

    In reply to: Make button h1/h2 etc

    So – if you follow my instructions – also at the example page – you can see that it works. Even though I do not think this is recommendable.

    First of all, you don’t seem to have grasped the difference between classes and ids.
    So if you follow the description you will see that I have assigned an ID to the button row and not a class.

    There is no option on the button-row element to give different classes or id’s to the single button in a row.
    You are only able to do that for the wrapping container. That is the reason for the first snippet:
    It passes this assigned ID to the child elements ( avia-button) in combination with an index, so that each avia-button now has a unique ID.

    ( click to enlarge the image:)

    on that screenshot you see that the ID of the button row will be found on each button ( part of that row ) as a unique ID for each Button with a littel addendum ( – button1; -butten2 etc. )

    As already mentioned above, you could of course select the individual buttons in the row by count them.
    an expression like this will do the selection too: #abc .avia-button:nth-of-type(1) .avia_iconbox_title

    __________________________________

    Here now my closing comment:

    It is generally not recommended to include an H1 tag within an anchor tag. The H1 tag is typically used to indicate the main heading of a webpage, and it is best to reserve it for that purpose. Using an H1 tag within an anchor tag could be seen as a misuse of the tag, and could potentially harm your SEO efforts. Additionally, search engines may not be able to understand the context of the H1 tag if it is used in this way.
    It is best to stick to using anchor tags for linking purposes, and using H1 tags for headings.

    If you only like to have bigger font-sizes inside a “button” – there are other better and easier ways to obtain it.

    Capo1200
    Participant

    Hi all ,

    I use a code snippet in the telephone extra area

    <ul class="contact"><li class="phone"><span class="in1"><a href="tel:123">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]</span>123</a></li> | <li class="mail"><span class="in1">[av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon]</span><a href="mailto: (Email address hidden if logged out) ">xx@rxxde</a></li> | <li class="local"><a href="https://xxxl" target="_blank"> <span class="in1">[av_font_icon icon='ue856' font='entypo-fontello' size='20px'][/av_font_icon]</span>Link</a></li></ul>

    The fontello icons are only working if I set the performance setting to “always load all elements” or manage manual

    Seems that the system isn’t recognizing that a fontello icon is used.
    On an previous test it worked.

    #1405142

    you can set the line-height to normal – this will bring it to a value that h-line and p-line are not overlapping ( in englisch it is ascender-line and descender-line).
    ( nearby 1.35em )
    btw. i would recommend a setting like this – or a relative line-height – otherwise you had to react each time a responsive font-size will not fit to an absolute line-height

    see how line-height: normal works on a fluid font-size: https://webers-testseite.de/heading-with-fluid-font-size/
    just make your browser window smaller and wider to see
    _____________
    off topic:
    and sup and sup text will be ok. too because the setting of enfold is correct :

    sub, sup {
      font-size: 0.75em;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }
    #1405088

    depends on what kind of hamburger menu you have choosen – for example a classic one:

    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
      content: " ";
      opacity: 0.5;  /*** default is 0.3  ***/
      height: 0
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet:before {
      content: "\2907";
      width: 20px;
      height: 20px;
      position: absolute;
      top: -12px;
      left: 0;
      font-size: 20px
    }

    looks this way ( click to enlarge ) :

    if you like to differ between the menu levels – we had to be more precise in the selector.

    f.e.:

    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
      content: " ";
      opacity: 0.5;  /*** default is 0.3  ***/
      height: 0
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay .sub-menu .avia-menu-text {
      padding-left: 5px ;    /*** a little more distance to that sign  ***/
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay .sub-menu .avia-bullet:before {
      content: "\2907";
      width: 20px;
      height: 20px;
      position: absolute;
      top: -12px;
      left: 0;
      font-size: 20px;
      color: red;
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay .sub-menu .sub-menu .avia-bullet:before {
      content: "\21A6";
      font-size: 20px;
      color: green
    }

    Btw: sometimes the “avia-bullet” is set to display: none – you then had to get rid of that setting first
    You can find here the codes for the content insertion :
    use the hex-code and replace the leading &#x with a backslash \
    html-entities

    • This reply was modified 2 years, 10 months ago by Guenni007.
    #1404892
    Alison
    Participant

    I can’t find the place to change the fonts size and colors and background for the sidebar.
    Now the font is too small and there is no separation from the main content part.
    The font color should be #0e4174, and when hovering, it should change to #a11218, the font size of the parent page should be bigger than the child page.
    And the child page titles should be indented.
    Can you help me?

    #1404891

    Hey annikass,

    Thank you for the inquiry.

    There are more heading size options for different devices in the Enfold > General Styling > Typography tab. Just toggle any of the heading elements and adjust the font sizes for different devices. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the settings.

    Best regards,
    Ismael

    #1404806
    annikass
    Participant

    Hi!

    I would like to make the H1 and H2 smaller for mobile devices. I have looked at previous threads about this and tried the codes provided but it did not change anything. Could you maybe help me with this?
    The font is currently 60 px and should be 30px on mobile view.

    Thanks in advance!

Viewing 30 results - 1,321 through 1,350 (of 18,717 total)