Viewing 30 results - 4,801 through 4,830 (of 18,734 total)
  • Author
    Search Results
  • #1131566

    if you are familiar with svg usage : you can find the fonts in your installation on /wp-content/uploads/avia_fonts/
    download the needed font as svg.

    open it in a good text editor ( f.e. on Mac : SublimeText or on PC : Notepad++)
    you see every icon now as <glyph> and the unicode it has e.g: unicode=""

    so these are on default vectors.
    to get each of them as svg you can upload that “fontello all in one svg” to : https://icomoon.io/app
    on the bottom you can download it as svg or png. The pngs are in original size so only 32px – but the svgs are now one for each icon. These can be opend in a Graphic Programm and saved as png.

    #1131537

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .avia-content-slider .slide-entry-title {
        font-size: 20px;
    }
    
    

    If that does not help, please post a screenshot showing the changes you would like to make :)

    Best regards,
    Yigit

    #1131462
    leahmessina
    Participant

    How do I change the title size in the preview box? I am referencing the enfold blog element where we can show posts on a separate page than the blog page. Settings – Grid, Show Title and Read More link

    #1131416

    Thank you Nikko,
    but even if i change the font size in advanced styling i i can’t see any change on mobile ( and desktop).
    i’d like to have a responsive menù ;)
    See the private content

    Looking forward hearing form you.
    best regards.
    M

    #1131324
    hotspot
    Participant

    I believe this is a future option request:

    It would be great to also be able to set as a default the ‘Default content font size’ for mobile devices in the ‘general styling’ section of Enfold settings.
    Now you have to set this on every textblock item manually.

    #1131304

    Hey maryenvato,

    Go to Enfold > Advanced Styling > (Select an element to customize) set this to ‘Menu Links in overlay/slide out’ > click Edit Element.
    Then adjust the Font Size and save. :)

    Best regards,
    Nikko

    #1131274
    maryenvato
    Participant

    Hi,
    In mobile view I’d like to reduce font in Full Page Overlay Menù, but I don’t know how to set size.

    Looking forward hearing from you.
    Best regards
    M

    #1130975
    Thina
    Participant

    Hi,

    I have a grid row with 3 Media Elements and text above.
    On mobile devices
    – the first image is moved to the second cell
    – the second image is moved to the third cell
    – and the third image is moved to a second row in the third cell
    the text shrank only a bit and is now partly readable (I got a quick css for the text size from one of you – see below)

    I also tried to insert the image into the grid cell – but than I don’t get the images at all in the mobile device preview

    here is the link https://www.sbot.co.at/#bereiche

    sorry I have to paste all used quick css as I don’t know which one is the right

    #top .aviaccordion-preview-title-wrap {
    background: transparent;
    }

    /* Title and excerpt color */
    #top .aviaccordion-excerpt,
    #top .aviaccordion-preview-title h3 {
    color:#ffffff;
    }

    #top .grid-content h3{
    font-size: 22px;
    text-align: center;
    font-family: sans-serif;
    }

    .isotope_activated .isotope-item {
    padding: 10px;
    }

    .aviaccordion-title {
    position: absolute;
    bottom: 0;
    }

    .av-image-caption-overlay-center {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    }

    #bottom .gridrow {
    border: none;
    }

    #after_submenu_1 {
    border-color:transparent !important;
    }

    .av-image-caption-overlay-center {
    width:100%;
    }

    span.av-milestone-indicator {
    display:none !important;
    }

    #after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
    border: none;
    }

    .header-scrolled #avia-menu li a .avia-menu-text {
    color:#000 !important;
    }

    #top #header .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }
    .html_header_glassy #top #header .av-main-nav > li > a .avia-menu-text {
    color: #fff !important;
    }
    .html_header_glassy #top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }

    .av-tab-section-image {
    height: 120px !important;
    width: 120px !important;
    margin-left: auto;
    margin-right: auto;
    }

    .av-tab-section-tab-title-container {
    background-color: #ffffff;
    }

    .av-inner-tab-title {
    width: 80px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    }

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1130889

    Hello Rikard,
    thanks for your reply.

    ad 1.
    Well, the web page with this kind of customized buttons is net yet live.
    But you could think of extending this type of code
    === snip ===
    [av_button label='Mehr erfahren' link='manually,/use-cases/' link_target='' size='medium' position='left' label_display='' icon_select='yes-right-icon' icon='ue87d' font='entypo-fontello' color='custom' custom_bg='#e4004d' custom_font='#ffffff' av_uid='av-6zgei' admin_preview_bg='']
    === end snip ===
    so that it looks like https://www.dropbox.com/s/ym3rqjihlf9z9dn/button.JPG?dl=0

    ad 2.
    We want to be able to define custom colors, so that they can be used in the standard WordPress-Editor an being selected by “click”
    https://www.dropbox.com/s/yizimk83jwgmrm1/font-individual-color.jpg?dl=0
    We want to fill the eight empty spaces under “Individuelle” with our own custom colors.

    HTH & kind regards

    Jochen

    #1130859

    Thank you very much for your help, it’s working now!
    I have some follow-up questions:

    1. How can I change the font size of this short-code content? I tried adding it in the CSS but no effect.
    2. Comments are not shown in the short code. I used to have a “disable comments” plugin but it is dis-activated. Nevertheless, comments are not shown below the posts, nor in the short code.
    3. When I click on the author link, it leads me to a page (author page) where there is a small mistake in the code (see screenshot link in private content).

    #1130799

    Hi,
    Thank you for the mock-up image, first, please look in your custom css and remove this css which makes the date & comments meta red:

    .date-container,.comment-container a {
        color: #b41528 !important;
    }

    Then add this code to the end of your functions.php file in Appearance > Editor:

    function new_custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $( '.post-entry' ).each(function() {
    $( this ).find( '.blog-categories.minor-meta' ).css({'color':'#969696','font-size': '17px','font-weight': 'bold','margin-top':'20px'}).insertBefore( $(this).find('h2.post-title.entry-title ') );
    $( this ).find( '.post-meta-infos' ).css({'border-top':'2px solid #b41528','color':'#969696','font-size': '17px','font-weight': 'bold','margin-top':'0px'}).insertBefore( $(this).find('h2.post-title.entry-title ') );
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'new_custom_script');

    Best regards,
    Mike

    darrenwise
    Participant

    Hi Team,
    I have a post slider on the front page of my website, but there are a couple of modifications I would like to make please. I had a look at the documentation for the post slider, but I’m not too sure it had the specific code to make the changes I require.
    My website is Peak Potential Adventures
    The post slider is on the home page near the footer. Basically, I would like to remove the date from the bottom of the excerpt so that the last line is the read more line. And when I make the change in the options to include the title, it pulls through the H1 or H2 global heading size so that the title ends up huge, so just wondering how I target the size of the heading font as well as perhaps the colour as I may want to make the title burnt orange? I’ve left the title off at this stage given that it looks a bit silly at around 26px :)
    Thanks in advance.
    Warmest regards,
    Darren

    #1130743

    Hi,

    Thanks for that, please try this instead:

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

    Best regards,
    Rikard

    #1130632
    elquenosabenada
    Participant

    Hello everyone
    For example, on my homepage I have a white writing on a background of a city.
    If I add in the box special title this css text-shadow: -4px 1px 7px rgba(0,0,0,0.65);
    I also tried this code #top #wrap_all .av-inherit-size .av-special-heading-tag {font-size:1em;text-shadow:rgba(0, 0, 0, 0.65) -4px 1px 7px;} and I purge the cache but nothing changes..What code should I put in?
    Best regards
    Giusepe Beghelli

    #1130613
    jack000486
    Participant

    QQQQ20190824213230<br />upload image<br />

    I have add the code to quick css:
    h1.post-title.entry-title {
    font-size: 18px !important;
    }
    h2.post-title.entry-title {
    font-size: 18px !important;
    }
    .entry-content-wrapper .post-title {
    font-size: 18px !important;
    }
    .entry-content {
    font-size: 16px !important;
    }

    But. Nothing changed. The fond size is still big. Please help me solve it.
    Thanks

    #1130593

    The code offered by Cliffy can be simplified:

    A green tick box:
    [av_font_icon icon='ue812' color='#33aa2a' size='20px'][/av_font_icon]

    A red cross:
    [av_font_icon icon='ue813' color='#dd0000' size='23px'][/av_font_icon]

    #1130539

    Hi,
    Sorry for the frustration, I have taken another look at your site and see that you do not have a child theme.
    One reason your font customization in the advanced styling is not changing the font size is because I added this css to make your font size 19px as you had asked:

    #top .all_colors p,#top .all_colors .toggle_content li {
        font-size: 19px !important; 
    }

    The advanced styling panel doesn’t offer the option to adjust the font size of the bullet list. When I adjusted the bullet list with the css was 19px wrong? Sorry, I don’t understand why you didn’t like it.
    Anyways the other issue you are running into is your caching plugin, while you are creating your site please disable any caching and minifying, because this delays your ability to see your changes right away, and it can cause frustration as you may believe that changes are not taking effect.
    Please also clear your browser cache as you make changes.

    Best regards,
    Mike

    #1130435

    Hey BowHj,

    Add this to quick css:

    #top #header .av-main-nav > li > a .avia-menu-text:hover{
    color:#bd1121!important;
    }
    
    #top #header .av-main-nav > li > a .avia-menu-text{
    font-size:18px!important;
    font-weight:400!important;
    }

    Best regards,
    Jordan Shannon

    #1130027

    Hi Victoria,

    yes I am hiding the arrows for mobile and I would like to decrease the Button Size. Just to make it, withe the font, a bit smaller that the Button is not overlay the three circles on the buttom of the slider. If possible.
    Thank you
    Claudia

    #1129977
    mexi33330
    Participant

    Hi,

    i have the problem that the mobile menu don’t change the size of the font. On every devices is the same font-size.

    Screenshot: https://drive.google.com/file/d/1EX5X-_aId03dGmUvZKyBhitCpN1KmhN0/view

    How can i solve the problem?

    I want the Links in the Menu in large and lower case and the distance not so big as now. And i want a hover color (white with green Fontcolor)

    My customer means that she can’t see the complet menu on iphone in horizontal view and can’t scroll the menu.

    Can someone help me please?

    • This topic was modified 6 years, 7 months ago by mexi33330.
    #1129933

    Hi Victoria

    Thanks for your reply, your solution hide all the categories in the banner, and i want to hide only the categories with “_” in the string.

    Do you know why this code dont want to work?

    $(document).ready(function () {
    $( ".ls-layer a:contains('_')" ).css( "display", "none" );
    $( "#banner-categorias a:contains('_')" ).css( "display", "none" );
    });

    on this piece of html generated by layer slider?

    <div style="top: 153px; left: 365.5px; font-size: 18px; margin: 0px; z-index: auto; width: 438px; height: 22px; padding: 0px; border-width: 0px; border-radius: 0px; line-height: 21.0833px; letter-spacing: 0px; filter: none;" class="ls-layer" id="banner-categorias" data-ls-slidein="1" data-ls-slideout="1" data-ls-active=""> 
    <a href="https://coldwell.crescendoworks.com/categoria/destacado-home/">_destacado_home</a>, 
    <a href="https://coldwell.crescendoworks.com/categoria/_header-slider-home/">_slider home</a>,
    <a href="https://coldwell.crescendoworks.com/categoria/marketing-inmobiliario/">Marketing Inmobiliario</a>
    </div>

    Is so strange, what im doing wrong? is placed in funtions.php in a child folder and the code works fine in the simulator https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_sel_contains

    Thanks again.

    Hey LesleyJean,

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

    #menu-item-29 a {
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 900;
      color: #fff;
      background-image: url(‘https://bethelisecoaching.com/wp-content/uploads/2019/08/Beth-Elise-Button-BG.jpg’);
    }

    Best regards,
    Rikard

    #1129848

    Hi,
    Sorry for the late reply and thank you for the login, I followed @Guenni007 suggestion and added this css into your Enfold Theme Options > General Styling > Quick CSS field and now your font size on your home page is 19px
    Please clear your browser cache and check.

    #top .all_colors p,#top .all_colors .toggle_content li {
        font-size: 19px !important; 
    }

    Best regards,
    Mike

    #1129801

    Hi,
    Sorry about that it looks like in the top rule I should have had the class “.av-masonry-entry” instead of “.av-masonry” like this:

    #top .av-masonry-entry:hover figcaption h3.av-masonry-entry-title {
        font-family: Gilroy-Bold !important; 
    font-size: 16pt !important; 
    }
    #top .av-masonry figcaption h3.av-masonry-entry-title {
        font-family: Gilroy-Semibold !important; 
    font-size: 16pt !important;
    }

    After replacing the css, Please clear your browser cache and check.
    If this doesn’t correct, please remove this css so I can try again, it’s a little hard to test when the wrong css is in place.

    Best regards,
    Mike

    #1129541

    Topic: Table Syle

    in forum Enfold
    jillinnemann
    Participant

    How to Style the table that:

    1. Heading Line Has a Background color: 848484
    Font White, And Font Size bigger than now
    2. The left column ist not automatically in capital Letters
    Maybe with the align right just in the left column

    #1129531
    francescolietti
    Participant

    Hi!
    I noticed that on event pages the max witdh is 800px
    How to have a fullwitdh??

    Already try to add the following code

    #top .fullsize .template-blog .post-title {
    max-width: 100%;
    }

    ACTUAL CONFIGURATION

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

    This is an example page
    LINK PAGE

    #1129437

    Hi,

    Thank you for the update.

    Instead of adding the modification in every language, you can move it in the child theme’s style.css file. This way you won’t have to maintain 3 different source code.

    Anyway, we added the following code in the Quick CSS field of each language and it didn’t disappear.

    strong, b
    {
    font-size: 18px;
    }

    You’ll find it at the very bottom right above the comment.

    /* WHAT ELSE ? */
    

    Best regards,
    Ismael

    #1129204

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    h1 span {
      font-size:32px !important;
    }
    
    h2 span {
      font-size:26px !important;
    }
    }

    Best regards,
    Rikard

    #1129189

    with body font-size you like to influence the normal content font size:
    you got in your child-theme css this:

    #top .all_colors p {
        font-size: 14px;
    }

    body#top is not as specific as #top .all_colors p

    – so try to change this value – or get rid of that rule that enfold options settings can take effect

    by the way: you set on some elements inline-style font-sizes ( see f.e. investigators text set to 25px ) this has to be adjusted too – or deleted as inline style

    #1129032

    Hey jillinnemann,

    Add this to quick css:

    td{
    font-size:16px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 30 results - 4,801 through 4,830 (of 18,734 total)