Viewing 30 results - 2,371 through 2,400 (of 18,719 total)
  • Author
    Search Results
  • #1328491

    Hi,

    Please try this CSS instead:

    .avia-image-container .av-image-caption-overlay-center p {
      font-family: ‘colbycdbld’,Helvetica,Arial,sans-serif;
      font-size: 56px;
      line-height: 60px;
    }

    Best regards,
    Rikard

    #1328415

    Hi, I want the font spacing in the text, I tried this CSS but it didn’t work, the font size is big already, however it looks like this, kindly check the picture below. I want the 1st pic same with the 3rd pic .Can you help me regarding with this? Thank you

    .avia-image-container .av-image-caption-overlay-center p {
    font-family: ‘colbycdbld’,Helvetica,Arial,sans-serif;
    letter-spacing: 2.0px !important;
    font-size: 56px;

    }
    WAVC

    • This reply was modified 4 years, 3 months ago by WellStrategic.
    #1328245
    kazumakitajima
    Participant

    Hi,

    How do I change the font and font size of my burger navigation menu when open? I also want to change the white background to a black opaque background. Please provide me with assistance. I greatly appreciate it.

    #1328185

    Hi,

    Please try this CSS instead:

    .avia-image-container .av-image-caption-overlay-center p {
        font-family: 'colbycdbld',Helvetica,Arial,sans-serif;
        font-size: 56px;
    }

    Best regards,
    Rikard

    #1328164

    Hi Rikard,

    It works. Thank you
    However, I don’t know how to change the font size, 40 px is still a small font size. I want the 1st picture same the font size to the 2nd and 3rd picture. Do you have CSS for this? Kindly check the picture below. Thank you

    WANT TOURS

    #1328062

    Hi,
    Thank you for the login, this issue with this css:

    .tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul,.tribe-common .tribe-common-b2 {
        font-family: Open Sans:400,600,Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    is that the font Open Sans should have quotes around it and not include the numbers like this:

    .tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul,.tribe-common .tribe-common-b2 {
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

    I couldn’t find where this was loading from to correct, I think it’s from the plugin, but this css should correct, try adding this css to your child theme:

    #tribe-events-pg-template .tribe-events-content ol,#tribe-events-pg-template .tribe-events-content p,#tribe-events-pg-template .tribe-events-content ul,#tribe-events-pg-template .tribe-common .tribe-common-b2 {
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-size: 15px;
    }

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

    Best regards,
    Mike

    #1327863

    In reply to: Change logo

    And where did you replace on Enfold Options that logo ?
    for transparency headers : header – transparency options – Transparency Logo
    or for non transparent Headers on : Theme Options – Logo

    ________

    you can use the logo subtext for that in child-theme functions.php
    f.e. showing bloginfo name ( that is the text you insert on apearance – customise for Site Title )

    function kriesi_logo_addition($sub){
      $sub .= "<span class='logo-title'>";
      $sub .= get_bloginfo( 'name', 'display' );
      $sub .= "</span>";
      return $sub;
    }
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');

    OR use any text you like in additon:

    
    function kriesi_logo_addition($sub){
      $sub .= "<span class='logo-title'>";
      $sub .= "Your LogoText";
      $sub .= "</span>";
      return $sub;
    }
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');

    Then on quick css:

    .logo img, .logo svg {
      display: none;
    }
    
    .logo .subtext .logo-title {
      font-size: 36px;
      font-weight: 700;
      color: #fff
    }
    /*** if you need different colors on your text after scrolling on shrinking header ***/
    .header-scrolled .logo .subtext .logo-title {
      color: #000
    }

    if you do not have shrinking header you can differ between transparent and non transparent header on that header class: av_header_transparency

    • This reply was modified 4 years, 3 months ago by Guenni007.
    #1327748
    andrea_werkhoven
    Participant

    Hi,
    I would like to remove the date from my portfolio items in the footer section. I searched the threads and found that I should add this piece of code in the Quck CSS of the General styling part.
    #footer .news-time {
    display:none !important;

    This works allright, but the boxed layout changes to half its size. The color and font size changes in the header section as well. Do you know how to solve it?
    Hope to hear from you
    Best regards,
    andrea

    FOARK
    Participant

    hello. I used enfold spa theme very well. :-)

    I have a few questions that cannot be found.

    Is it possible to adjust the font size and thickness of the menu names in the burger menu on the right?

    And I want to change the background color of the catalog of menu prices to white, but I don’t know where to change it.

    Thanks in advance for the reply!

    #1327536
    wfosterphoto
    Participant

    We use a custom HTML code widget for the sidebar (in several locations on the site). The content is repeating/duplicating but the code is only identified once. Two separate widgets are operating in the same fashion.

    HTML content example:
    <html>
    <head>
    <style>
    a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
    }
    a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
    }
    a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
    }
    a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
    }
    </style>
    <h5>CATEGORIES</h5>
    <table>
    <tbody>
    <tr>
    <td style=”border-color: #ffffff; width: 2px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 5px; background-color: #ffffff;”><span style=”color: #383e45;”></span><span style=”font-size: large;”><h6><bold>News</bold></h6></span></td>
    </tr>
    <tr>
    <td style=”border-color: #ffffff; width: 10px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 40px; background-color: #ffffff;”><h6>Training</h6></td>
    </tr>
    <tr>
    <td style=”border-color: #ffffff; width: 2px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 5px; background-color: #ffffff;”><span style=”color: #383e45;”></span><span style=”font-size: large;”><h6><bold>Updates</bold></h6></span></td>
    </tr>
    <tr>
    <td style=”border-color: #ffffff; width: 10px; background-color: #ffffff;”>[av_font_icon icon='ue875' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='middle' color='#25b8f8' admin_preview_bg=''][/av_font_icon]</td>
    <td style=”border-color: #ffffff; width: 40px; background-color: #ffffff;”><span style=”color: #383e45;”></span><span style=”font-size: large;”><h6>Action Required</h6></span></td>
    </tr>
    </tbody>
    </table>
    </head>
    </html>

    #1327290

    Hi,
    thanks but there is no if(isset($avia_config[‘use_child_theme_functions_only’])) return; in the functions.php file.

    Se all the code below:
    <?php

    /**
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    *
    * Remove the comments before or around the sample functions and code to use theme.
    * @link http://kriesi.at/documentation/enfold/using-a-child-theme/
    */

    /**
    * Add filter to add or replace Enfold ALB shortcodes with new folder contents
    *
    * Note that the shortcodes must be in the same format as those in
    * enfold/config-templatebuilder/avia-shortcodes
    *
    * @link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
    */

    add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.’/shortcodes/’);

    return $paths;
    }

    /**
    * Turn on Custom CSS Class field for all Avia Layout Builder elements
    * @link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    */
    //add_theme_support(‘avia_template_builder_custom_css’);

    /**
    * Remove the Import dummy data button from theme options
    * @link http://kriesi.at/documentation/enfold/remove-the-import-dummy-data-button/
    */
    //add_theme_support(‘avia_disable_dummy_import’);

    /**
    * Enable Avia Layout Builder Debug
    * @link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    */
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug() {
    return “debug”;
    }

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Prata’] = ‘Prata:400’;
    $fonts[‘Francois One’] = ‘Francois One:400’;
    $fonts[‘Open Sans’] = ‘Open Sans:300,400,600,700’;
    $fonts[‘Alegreya’] = ‘Alegreya:400,700’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Prata’] = ‘Prata:400’;
    $fonts[‘Francois One’] = ‘Francois One:400’;
    $fonts[‘Open Sans’] = ‘Open Sans:300,400,600,700’;
    $fonts[‘Alegreya’] = ‘Alegreya:400,700’;
    return $fonts;
    }

    add_filter(“kriesi_backlink”,”new_nolink”);
    function new_nolink(){
    $kriesi_at_backlink = “”;
    return $kriesi_at_backlink;
    }

    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘masonry’] = array(‘width’=>1500, ‘height’=>250);
    $size[‘entry_without_sidebar’] = array(‘width’=>1210, ‘height’=>1210 , ‘crop’ => false);
    return $size;
    }

    function av_title_sc( ){
    $output = “<h1 class=’page-title’>”. get_the_title() .”</h1>”;
    return $output;
    }
    add_shortcode( ‘av_page_title’, ‘av_title_sc’ );

    function av_author_sc(){
    $current_user = wp_get_current_user();
    $output = “<h6 class=’ra-author’>AN ARTICLE BY ” . $current_user->user_firstname . “</h6>”;
    return $output;
    }
    add_shortcode(‘av_author’,’av_author_sc’);

    function av_excerpt( ){
    $excerpt = get_the_excerpt( $post );
    $output = “<span class=’related-excerpt’>”.$excerpt.”</span>”;
    return $output;
    }
    add_shortcode( ‘av_post_exc’, ‘av_excerpt’ );

    function avia_post_created(){
    $output = “<span class=’post-date’>”. get_the_date( $format, $post_id ) .”</span>”;
    return $output;
    }
    add_shortcode( ‘avia_created’, ‘avia_post_created’ );

    add_action( ‘after_setup_theme’, ‘ava_enfold_builder_layout_mod’ );
    function ava_enfold_builder_layout_mod(){
    add_filter(‘avf_builder_elements’, ‘avf_enfold_builder_layout_settings_mod’);
    }

    function avf_enfold_builder_layout_settings_mod($elements)
    {
    $counter = 0;
    foreach($elements as $element)
    {

    // Layout > Header visibility and transparency
    if($element[‘id’] == ‘header_transparency’) {
    /**
    *
    * Available Options
    * No transparency =
    * Transparent Header = ‘header_transparent’
    * Transparent Header with border = ‘header_transparent header_with_border’
    * Transparent & Glassy Header = ‘header_transparent header_glassy ‘
    * Header is invisible and appears once the users scrolls down = ‘header_transparent header_scrolldown ‘
    * Hide Header on this page = ‘header_transparent header_hidden ‘
    * MOD: Set the Layout > Header visibility and transparency settings to “Hide both”Header is invisible and appears once the users scrolls down”
    *
    **/
    $elements[$counter][‘std’] = ‘header_transparent’;
    }

    $counter++;
    }
    return $elements;
    }

    function av_single_fo(){
    ?>
    <script>
    var header = jQuery(“.single-post #main .avia-section .content”);
    jQuery(window).scroll(function() {
    var scroll = jQuery(window).scrollTop();

    if (scroll >= 250) {
    header.addClass(“single-header”);
    } else {
    header.removeClass(“single-header”);
    }
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘av_single_fo’);

    add_filter( ‘style_loader_src’, ‘t5_remove_version’ );
    add_filter( ‘script_loader_src’, ‘t5_remove_version’ );

    function t5_remove_version( $url )
    {
    return remove_query_arg( ‘ver’, $url );
    }

    function raboff_custom_checkbox(){
    ?>
    <script>

    jQuery(window).load(function(){
    jQuery(‘h2.avia-caption-title’).after(‘<p class=”close-caption”> </p>’);
    jQuery( “.close-caption”).click(function() {
    var closeTheCap = jQuery(this).closest(“.slideshow_align_caption”);
    closeTheCap.hide(“slow”);
    });
    });

    jQuery(window).scroll(function(){
    var numberNotChecked = jQuery(‘fieldset.alacarte-form input:checkbox:not(“:checked”)’).length;
    console.log(numberNotChecked, “Hello, world!”);

    if (numberNotChecked >= 16) {
    jQuery(“.one-day”).addClass(“p-highlight”);
    }
    else {
    jQuery(“.one-day”).removeClass(“p-highlight”);
    }

    if (numberNotChecked <= 15 && numberNotChecked >= 8 ) {
    jQuery(“.two-day”).addClass(“p-highlight”);
    }
    else {
    jQuery(“.two-day”).removeClass(“p-highlight”);
    }

    if (numberNotChecked <= 7 ) {
    jQuery(“.three-day”).addClass(“p-highlight”);
    }
    else {
    jQuery(“.three-day”).removeClass(“p-highlight”);
    }

    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘raboff_custom_checkbox’);

    function avia_add_custom_social_icon($icons) {
    $icons[‘Turning Torso’] = ‘turning_torso’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    #1327178
    eisme
    Participant

    Hello,

    Please visit our website to see what is the problem, basically I encountered the following.
    – The website reverted back to the old ENFOLD logo and I could not change from the Dashboard.
    – Text in the footer socket also reverted back to ENFOLD
    – Theme color changed to Green (previous color was a customized shades of blue)
    – Font and Sizes are messed up.
    – Related Pages at the bottom of each webpages suddenly appeared.

    #1327143

    Hi,
    Ok, looking at my screenshot with the red boxes, the first box is the text in the 4/5 column, the other boxes are the full columns,
    there is no difference in font size or line-height between these, do you see a difference?

    Best regards,
    Mike

    #1327140

    Hi,
    The 3px padding on the li is shown here in green:
    2021-10-30_009.jpg
    but I thought it was the paragraph font size that you were talking about, please see the screenshot below I put red boxes around the paragraphs that I thought you were comparing.

    Best regards,
    Mike

    #1327137
    This reply has been marked as private.
    #1327135
    This reply has been marked as private.
    #1327129

    Hi,
    Thanks for the feedback, when I check the page for tablet 768px all of the paragraph text is: font-size: 15px, line-height: 24.75
    this includes the lower 5 1/1 columns and the top 4/5 column, the only one that is different is the second text block in the top 4/5 column, the one you manually made 20px, changing the font-size also changes the line-height to 33px
    Are you referring to the list items below? While they are also using font-size: 15px, line-height: 24.75
    they also have a top & bottom padding of 3px which makes the line-height look more.
    I’m using Chrome on Windows in dev mode, I don’t have a iPad, are you seeing this on an iPad? Can you also see this with a desktop Chrome in dev mode?

    Best regards,
    Mike

    #1327125
    This reply has been marked as private.
    #1327120

    Hey pamk21,
    Thank you for the link to your site but I don’t think I understand, I tried creating a test page with different columns and viewed on mobile but the font size was the same for each, please adjust the test page below so I can see this error and investigate further.

    Best regards,
    Mike

    #1327047
    pamk21
    Participant

    Hi, I have tried tiresome to find an easy fix without complicating the website. Here is my issue:

    The font size on mobile (mostly tablet in portrait and landscape) changes size when I go to a column less than 1. So if I go to 4/5, 3/4, etc. the font size changes. I would rather not have to change every column to adjust to a portable piece. When I did try that, however, I noticed the leading was not running the same compared to where I did not make this adjustment. Does this make sense and is there an easy fix?

    I tried placing columns and text boxes in a color section, etc.

    Thank you!

    #1327029

    Hey Patrick,

    Thank you for the notification.

    We will post the changes as soon as possible. For now, you can check them below.

    feature: ALB columns reverse or individual resort order when switching to fullwidth on mobile devices
    feature: ALB gridrow reverse or individual resort orderof cells when switching to fullwidth on mobile devices
    feature: theme option “Transparency Menu Color On Hover”
    feature: ALB video element option to show fullscreen button for HTML5 videos

    fixed: missing comma in CSS for mobile and svg makes svg huge
    fixed: button CSS top border issue on :active – removed !important in button.css
    fixed: Option Remove query string from static resources breaks invalidation of post css files – option willl be ignored for these files
    fixed: ALB Textblock custom element lockable custom CSS class missing
    fixed: fullwidth submenu alignment ignored for mobile button
    fixed: undefined constant THEMENAME in Mailchimp Newsletter Signup widget
    fixed: typography font size not applied in block editor in frontend
    fixed: ALB masonry gallery lightbox title not corresponding to options settings for flexible masonry
    fixed: ALB magazine category sort buttons break frontend when no entries are found
    fixed: svg logo broken when svg tag in multiple lines
    fixed: svg logo not displayed for non logged in users
    fixed: italien translation breaking selectbox in ALB Image Hotspot tooltip location

    tweak: add missing schema.org markup to section background videos and slideshow videos
    tweak: accessibility support:

    added: Accessibility Tab to Theme Extensions Page
    added: tab key access support to main menu with submenus and megamenu
    added: visual appearance with keyboard access to menus (focus now equivalent to mouse hover effects)
    added: attributes role=”menuitem” tabindex=”0″ to menu items
    added: started support for plugin “One Click Accessibility” ( https://wordpress.org/plugins/pojo-accessibility/ )
    added: started support for plugin “WP Accessibility” ( https://wordpress.org/plugins/wp-accessibility/ )
    tweak: remove “:” when empty label text from contact form emails
    tweak: extended date filter to “last xxx days/weeks/month/years” for ALB elements:
    Blog
    Magazine
    Masonry
    Portfolio
    Post Slider
    Accordion Slider
    Featured Image Slider
    added: filter ‘avf_social_media_icon_display_name’ – change tooltip display name of icon
    added: filter ‘avf_form_mail_label’ – allows to change label text on E-Mail of a contact form
    added: filter ‘avf_wp_accessibility_outline_width’ – change hardcoded plugin value for focus caret
    added: filter ‘avf_wp_accessibility_outline_style’ – change hardcoded plugin value for focus caret

    Following elements have been updated to support post-css file:

    Dropcap 1 (Big Letter)
    Dropcap 2 (Colored Background)
    Fullwidth Sub Menu
    Grid Row + Grid Cells
    OSM – Leaflet Map
    Post Metadata
    Search
    Social Buttons
    Tabs
    Team
    Textblock
    Timeline
    Video
    Updated: LayerSlider Version 6.11.9

    updated: French language files fr_FR (version 4.8.6.4, provided by comkapi – (Email address hidden if logged out) )
    updated: Dutch language files nl_NL (version 4.8.7 provided by EZWebdesign – Roger Hoen )
    updated: Italian language files it_IT (version 4.8.7, provided by BigBatT – (Email address hidden if logged out) )
    updated: sync all language files version 4.8.7

    Best regards,
    Ismael

    #1327020

    Hi,

    habe den Code selbst angepasst.
    Ich benötige im Moment keine weitere Hilfe.
    Danke.

    #block-7 h2 {
    font-size: 18px;
    }

    adjusted the code myself.
    I don’t need any further help at the moment.
    Thanks.

    #1326891
    mclweb
    Participant

    Hi,

    I would like to use a Google font from the list of preloaded available Google fonts (Lato or Open Sans) to just one paragraph. I added the a class code (photogallery) to the element and then the following css to Quick CSS. The size and style are working (so I know it correctly finding the code) but not the font-family.

    .photogallery p {
    font-family: ‘lato’ !important;
    font-size: 60px;
    font-style: italic;
    }

    Do I have add something more even though the Google fonts are preloaded?

    Thanks!

    Hi,

    Thanks for the update and clarification, I understand the problem better now. I activated debug mode on your installation, and moved your content to a test page. The first one broke like your page did, so I tried copying each text block in manually in a second test page. This content seems to be causing the problem:

    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-kv6kfskr' sc_version='1.0' admin_preview_bg='']
    <h3>Storytelling</h3>
    • Anne Basting TimeSlips, Creative Storytelling - <a href="http://www.timeslips.org/">http://www.timeslips.org/</a>
    • Sharing a Story - <a href="http://www.sharingastory.co.uk/">http://www.sharingastory.co.uk/</a>
    <h3>Dance</h3>
    • Cai Tomos - <a href="https://caitomos.com">https://caitomos.com</a>
    • Dancebase - <a href="http://www.dancebase.co.uk/participation/">http://www.dancebase.co.uk/participation/</a>
    • Dance for PD - <a href="http://danceforparkinsons.org/">http://danceforparkinsons.org/</a>
    • Dance for Parkinson UK - <a href="http://www.danceforparkinsonsuk.org/category/home/">http://www.danceforparkinsonsuk.org/category/home/</a>
    • People Dancing - <a href="https://www.communitydance.org.uk">https://www.communitydance.org.uk</a>
    • Scottish Ballet ‘Time to Dance’ - <a href="https://www.scottishballet.co.uk/join-in/sb-health/time-to-dance">https://www.scottishballet.co.uk/join-in/sb-health/time-to-dance</a> - <a href="https://www.scottishballet.co.uk/event/regenerate">https://www.scottishballet.co.uk/event/regenerate</a>
    • Spin Turn - creative movement - <a href="https://twitter.com/ElaineKordys">https://twitter.com/ElaineKordys</a>
    [/av_textblock]

    I tried removing the quotes in this text: ‘Time to Dance’, and that seems to have worked. Could you check and verify that behaviour on your end as well please? I’m not sure why those quotes are causing problems, but you would try replacing them with the regular single quote characters instead: ‘

    Best regards,
    Rikard

    #1326765

    Thank you for your response, Rikard.

    Unfortunately, I have already tried that before and it did not change the blue font color while the mouse hovered over any of the links. Additionally, it instead reduced the font size of my menu links. Any further suggestions to resolve this issue?

    #1326615

    Hi navindesigns,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #footer {
        text-align: center;
    }
    
    #footer .social_bookmarks {
        height: auto;
        font-size: 32px;
    }
    
    #footer .social_bookmarks li {
        display: inline-block;
        float: none;
        border: none;
        margin: 0 6px;
    }
    
    #footer p img {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }

    Best regards,
    Nikko

    #1326574

    Hey Loveronika,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the layout that you are trying to create? If you want to move the text or the span tag to the right, try to use the float property.

    <span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right; float: right;”>Mira Alfassa</span>
    

    Best regards,
    Ismael

    #1326499
    Loveronika
    Participant

    Hi,
    I would like to have the first part of the text left (which is done automatically) and the last line right.
    I’ve put

    <span style=”color: #ff8800; font-family: Coustard; font-size: large;”>Nicht einfach die Art, wie man etwas tut, ist bedeutend, sondern der Stand des Bewusstseins, in welchem man handelt.</span>
    <span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right;”>Mira Alfassa</span>

    in the widget, but text-align: right is not working.
    What can I co?

    Below the text I have a picture. I would like to have it closer to the text, but I can’t find anything where I could do that in the widget.
    What can I do?

    Kind regards,
    Veronika

    #1326422

    Hi Johan,

    Thanks for the screenshots and login credentials.
    I do see a red text color instead of grey, have you changed it?
    As for the request, On hover the text should be bold + preferably 2 px bigger, please try adding this CSS code in Enfold > General Styling Quick CSS (submenu default font size is 12px):

    #top .av-main-nav ul a:hover {
        font-size: 14px;
        font-weight: bold;
    }

    Hope this helps.

    Best regards,
    Nikko

    #1326350

    Hi,

    There is a conflict with following codes in Appearance > Customizer > Additional CSS

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
        height: 160px !important;
    }
    
    #top .avia-content-slider-inner .slide-entry-wrap {
        display: flex;
    }

    If you added those to target a specific element, please edit that element, go to Advanced > Developer Settings and give it a custom ID (“custom-id” in example below) and then update the codes as following

    #top #custom-id.avia-content-slider, #top #custom-id .avia-content-slider-inner, #top #custom-id .avia-content-slider-inner .slide-entry-wrap {
        height: 160px !important;
    }
    
    #top #custom-id.avia-content-slider-inner .slide-entry-wrap {
        display: flex;
    }

    Then, please add following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 480px) {
    .responsive.av-no-preview #top #wrap_all .av-mini-hide, 
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden, 
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden {
        display: none;
    }}

    Best regards,
    Yigit

Viewing 30 results - 2,371 through 2,400 (of 18,719 total)