Viewing 30 results - 1,951 through 1,980 (of 18,718 total)
  • Author
    Search Results
  • #1352368

    Hi,

    Thank you for the update.

    I can’t seem to change them without also changing every other icon on the page!

    You may have to apply a custom css class name or ID to the icon box element. Please edit the icon box, go to the Advanced > Developer Settings panel, look for the Custom CSS Class field and input the name “av-pencil-iconbox”, without the quotation marks. You can then use this class name to target that specific iconbox element and adjust its style.

    #top .av-pencil-iconbox .iconbox_icon {
        float: none;
        position: absolute;
        left: 50%;
        top: -46px;
        margin: 0 0 0 -46px;
        padding: 30px;
        font-size: 50px;
        line-height: 50px;
    }
    
    #top .av-pencil-iconbox .iconbox_icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        transform: translate(-50%, -40%);
    }
    

    Adjust the values of the css properties as you wish.

    Best regards,
    Ismael

    #1352259

    Hey pelgrimrat,

    Thank you for the inquiry.

    You should be able to use the following css code to adjust the style of the iconbox icons.

    #top .iconbox_top .iconbox_icon {
        float: none;
        position: absolute;
        left: 50%;
        top: -46px;
        margin: 0 0 0 -46px;
        padding: 30px;
        font-size: 50px;
        line-height: 50px;
    }
    
    #top .iconbox_top .iconbox_icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        transform: translate(-50%, -40%);
    }

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

    Best regards,
    Ismael

    Hi,

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

    .avia-table td {
      font-size: 18px; 
      background: red;
    }

    Best regards,
    Rikard

    #1352180
    Bobybarns
    Participant

    our customer has enjoyed the Enfold Theme since 2014-5 I believe but now somehow all pages have this kind of content

    [av_heading tag='h3' padding='5' heading='Welcome to our product portefolio' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size=''][/av_heading]

    and it says ‘classic’ on top of the content. I’ve tried to “Convert to blocks” but the special codes stays in place.

    No matter what ‘editor’ I try to install – the content continue to look the same. All is good on the “front-end” of things – but no one can update the website anymore (well, I know that technically we could, if I edit the special tags and stuff, but …

    My question is – how can I get back to the Enfold editing?

    #1352173

    Hi,
    Thanks for the screenshots, try adding this css to your EN Quick CSS field in the theme options:
    Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #top #wrap_all .avia-slideshow .av-slideshow-caption.av-l2g3x00n-d3eb9544f049e85bc61e9272b95ae46b__0 .avia-caption-title {
        font-size: 58px;
        color: #fff;
    }
    #top .avia-slideshow .av-slideshow-caption.av-l2g3x00n-d3eb9544f049e85bc61e9272b95ae46b__0 .avia-caption-content p {
        font-size: 28px;
    }

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

    Best regards,
    Mike

    #1352149

    Hey KvarngardenMedia,

    Thank you for the inquiry.

    Try to add this script in the functions.php file to initially hide some of the categories and create a toggle button.

    
    function ava_add_custom_script(){
    	?>
    	<script>
    	(function($) {
    		$(".product_meta").prepend("<a class='prod_category_toggle cat_hidden' href='#'>toggle</a>");
    
    		$(".prod_category_toggle").on("click", function() {
    			var toggle = $(this);
    			
    			if( toggle.is(".cat_hidden") ) {
    				show_categories(); 
    			} else {
    				hide_categories(); 
    			}
    
    			toggle.toggleClass("cat_hidden");
    		});
    
    		function hide_categories() {
    			var posted_in = $(".product_meta .posted_in").html();
    			var posted_in_replaced = posted_in.replaceAll(", ", "<span class='sep'>, </span>");
    			
    			$(".product_meta .posted_in").html(posted_in_replaced);
    		
    			$(".product_meta .posted_in a").each(function(i) {
    				if (i > 10) {
    					$(this).css("display", "none");
    					$(this).next(".sep").css("display", "none");
    				}
    			});
    		}
    
    		function show_categories() {
    			$(".product_meta .posted_in a").each(function(i) {
    				$(this).css("display", "inline");
    				$(this).next(".sep").css("display", "inline");
    			});
    		}
    
    		hide_categories();
    	})(jQuery);
    	</script>
    	<?php
    }
    add_action('wp_footer', 'ava_add_custom_script');
    

    You can adjust the style of the toggle button with this css code.

    .prod_category_toggle {
        position: absolute;
        background: #555555;
        padding: 10px 15px;
        font-size: 15px;
        border-radius: 2px;
        color: #ffffff;
    }

    Best regards,
    Ismael

    rixi
    Participant

    Hi
    I cant find setting for the data tables. Would like to change the size and color of it. Its way to small.
    Is it possible over quick css?

    Many greetings rixi

    #1352101

    Hi,

    The widget title on your staging site is taking its colour from this CSS:

    h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin-bottom: 8px;
        font-weight: 300 !important;
        color: #5C9EA6 !important;
        text-transform: none;
        line-height: 1.15em;
        padding-top: 10px;
    }

    It’s added in the file in private. If you use !important, then that will override regular CSS declarations.

    Best regards,
    Rikard

    jtbell79
    Participant

    I’m adding some special heading widgets to my homepage and I’m also changing the heading font size within the widget settings using the ALB. So I’ve got 48px text but when I preview it, it defaults instead to the style underneath and then only way I can get rid of that is by losing those custom font sizes.

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
      font-size: 1em;
    }

    Why would this be occurring? What is the fix?

    #1351979

    Hi,

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

    h3.grid-entry-title a {
        font-size: 18px;
        font-weight: 600;
    }

    Best regards,
    Rikard

    #1351951

    Hey Kate,
    Please try this css instead:

    #top .av-masonry-entry .av-masonry-entry-content {
    font-size:12px;
    font-family: 'Encode Sans Expanded', sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1351948

    Hey Alwin,
    I believe that you are referring to the Masonry Gallery, if so this css will change the button text:

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

    adjust to suit, then clear your browser cache and check.
    If this is not the gallery you ment please link to your page so we can correct.

    Best regards,
    Mike

    #1351921
    KateStuartDesign
    Participant

    Hello – I am trying to style the font for the gallery caption when you mouse over the image. I am suing the code as below but with no success. Please can you let me know where I am going wrong. Web address in private content. Thanks you.

    /* caption font */
    #top .av-masonry h3.av-masonry-entry-title.entry-title {
    font-size:12px;
    font-family: ‘Encode Sans Expanded’, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    }

    #1351794

    In reply to: Demo

    Hi,
    Thanks for your patience, the slider on the site that you are copying is the REVOLUTION SLIDER with a Contact Form 7 form, so you will need these for exactly the same design, as you posted above, but if you wish you could probably get very close to this with the built-in Layerslider. This is the css for the form, you will need to adjust the element classes for the contact form that you use on the new site as these are not default classes:

    .banner form {
        background: rgba(0,0,0,0.5);
        padding: 50px;
        border-radius: 0
    }
    
    #top input[type="text"]-webkit-appearance:none;border:1px solid #e1e1e1;padding:8px 6px;outline:none;font:1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;color:#777;margin:0;width:100%;display:block;margin-bottom:20px;background:#fff;border-radius:0px}
    
    .banner input {
        padding: 6px 12px !important;
        font-size: 14px !important;
        font-family: arial !important;
        border-color: rgb(225,225,225) !important;
        border-radius: 5px !important;
        margin-bottom: 0px !important
    }
    
    .banner form {
        background: rgba(0,0,0,0.5);
        padding: 50px;
        border-radius: 0
    }
    
    .banner form {
        margin-bottom: 0px !important
    }
    
    .new-form p:last-child {
        margin: 0 !important
    }
    
    .banner textarea,.banner select,.banner input {
        padding: 6px 12px !important;
        font-size: 14px !important;
        font-family: arial !important;
        border-color: rgb(225,225,225) !important;
        border-radius: 5px !important;
        margin-bottom: 0px !important
    }
    
    .banner label {
        color: #000 !important;
        font-size: 16px !important
    }
    
    .banner textarea {
        height: 70px !important
    }
    @media only screen and (max-width: 425px) {
        .banner_slid .flex_column_table {
            margin:50px 0 !important
        }
    }
    @media only screen and (min-width: 1025px) {
        .banner_slid .ban_imag {
            display:none !important
        }
    }
    
    @media only screen and (max-width: 1100px) {
        .banner_slid {
            background-position:right center !important
        }
    }
    

    Best regards,
    Mike

    #1351673
    pikkuapuri
    Participant

    Hi.

    I’m building a vast portfolio listing section in our customers use. When you look all your portfolio items in gallery mode, how can i change the headline bigger, stronger? In other words: is there a advanced styling -section for changing the Portfolio headline sizes and looks?

    Hi,

    Thank you for the inquiry.

    You may need to modify the style of the subtext element a bit.

    #top .logo .subtext {
        font-size: 14px;
        font-weight: 400!important;
        color: #1a1a18;
        position: relative;
        width: 100%;
        left: 0;
        top: -20px;
        display: block;
    }

    We set the position of the subtext to relative and adjusted the value of the top position a bit.

    Best regards,
    Ismael

    Hey gfriend70,

    You have this CSS in the WordPress customiser:

    h1 {
        font-size: 50px!Important;
    }

    Please try to remove or adjust it, to see if that helps.

    Best regards,
    Rikard

    #1351571

    Hi,
    Thank you for your patience, I tested this function in my functions.php:

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

    it gets the site title and description from the WordPress settings, and I uploaded a small 80px red logo as the regular logo and small 80px white logo as the transparent logo in the theme options:
    2022-05-12_084016.jpg
    Then I added this css:

    #top .logo,
    #top .logo a {
      overflow: visible;
    	display:flex;
    	max-height: 80px;
    	color:red;
    	text-decoration: none;
    }
    @media only screen and (min-width: 990px) { 
    #top #header.av_header_transparency .logo a {
    	color:#fff;
    }
    }
    .logo .subtext {
      font-size: 20px;
    	padding-left: 20px;
        font-weight: 600;
    	display: flex;
      flex-direction: column;
      align-items: flex-start;
    	justify-content: center;
    }
    .bloginfo {
    line-height:22px
    }
    @media only screen and (max-width: 820px) { 
    .logo .subtext {
    	font-size: 12px;
    }
    .bloginfo {
    line-height:14px
    }
    }
    @media only screen and (max-width: 610px) {
    .responsive #top #wrap_all #header_main .main_menu {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
    }
    .responsive #top #header_main .logo {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    #header_main .inner-container {
    	display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    }

    my header size is the default “Slim”, with a “Sticky Header”
    2022-05-12_001.jpg
    Desktop before and after scroll:
    2022-05-12_084805.jpg
    Laptop:
    2022-05-12_004.jpg
    For mobile (425px) I stacked the logo & text over the mobile menu and centered them, this seems to work better than making the text so small that I couldn’t really read it:
    2022-05-12_005.jpg
    This is how the smallest mobile (375px) looks:
    2022-05-12_006.jpg
    Please give this a try, I linked to my test site below.

    Best regards,
    Mike

    #1351472

    Hey Manuela,

    Thank you for the inquiry.

    Try to use this css code to adjust the size of the icons in the iconlist element.

    .avia-icon-list .iconlist_icon {
        font-size: 20px;
    }
    

    This is the default style of the icons.

    .avia-icon-list .iconlist_icon {
        height: 64px;
        width: 64px;
        line-height: 64px;
        font-size: 30px;
        text-align: center;
        border-radius: 500px;
        position: relative;
        float: left;
        margin-right: 30px;
        margin-left: 2px;
        z-index: 5;
        color: #fff;
        font-size: 20px;
    }
    

    Best regards,
    Ismael

    #1351471

    In reply to: Icon Size in Icon box

    Hey Manuela,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the icon beside the iconbox title.

    .iconbox_icon.heading-color {
        font-size: 50px;
        left: -20px;
        top: 0px;
    }
    

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

    Best regards,
    Ismael

    Hi,

    Thanks for the clarification. This CSS in your child theme seems to be overriding the element settings:

    .avia-data-table.avia_pricing_minimal td, p {
        font-style: normal;
    	font-size: 15px;
    }

    Please try to remove the paragraph part:

    .avia-data-table.avia_pricing_minimal td {
        font-style: normal;
    	font-size: 15px;
    }

    Best regards,
    Rikard

    This reply has been marked as private.
    fkm
    Participant

    Hi Enfold team,

    I’m using text instead of an image file as the logo on my website using the following codes:

    functions.php:

    `add_filter(‘avf_logo_final_output’, ‘avf_text_logo_final_output’);

    function avf_text_logo_final_output($logo) {
    $link = apply_filters(‘avf_logo_link’, home_url(‘/’));
    $logotext = “Florian K Mueller”;
    $subtext = “Büro für Kommunikation”;
    $subtext = “<span class=’subtext’>$subtext</span>”;
    $logo = “<span class=’logo’><body>“.$logotext.$subtext.”</body></span>”;

    return $logo;

    CSS:

    #top .logo,
    #top .logo a {
    overflow: visible;
    text-decoration: none !important;
    }

    #top .logo {
    width: 155px!important;
    font-weight: 600 !important;
    letter-spacing: 0.0em!important;
    display: flex;
    align-items: center;
    top: -20px;
    }

    #top .logo .subtext {
    font-size: 14px;
    font-weight: 400!important;
    color: #1a1a18;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    }

    On small screens (smartphone: portrait/landscape) it looks like it should.
    But from a certain width, the subtext becomes double spaced (two lines) with a large line spacing.
    Please see screenshots and please let me know how to fix this.

    Thank you very much in advance.

    Best regards, fkm

    #1351317
    justbusy
    Participant

    Hallo, ich habe einen Problem bei der Anzeige mit neueren Iphone´s (Iphone 13 Pro Max). Uns zwar habe ich einen Code
    im Backend Theme -> Header -> Telefonnummer oder kleiner Infotext eingefügt:

    <div id="icon_header">[av_font_icon icon='uf095' font='fontawesome' style='' caption='' size='20px' position='left' color='' link='tel:+49056131660' linktarget='_blank' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<a href="tel:+49056131660" target="_blank">0561-3166 0</a></div><div id="icon_header-padding">|</div>    
    
    <div id="icon_header">[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' size='20px' position='left' color='' link='https: (Email address hidden if logged out) ,9.4410925,17z/data=!3m2!4b1!5s0x47bb3f7770f8161f:0x796e92a9c7972a06!4m5!3m4!1s0x47bb3f77708a37df:0x76d478f814db2439!8m2!3d51.3138338!4d9.4432812' linktarget='_blank' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]<a href="https: (Email address hidden if logged out) ,9.4410925,17z/data=!3m2!4b1!5s0x47bb3f7770f8161f:0x796e92a9c7972a06!4m5!3m4!1s0x47bb3f77708a37df:0x76d478f814db2439!8m2!3d51.3138338!4d9.4432812" target="_blank">Kassel </a></div>

    Das funktioniert auch gut aber – es wird aber ein automatischer CSS Code durch das AVIA-Framework gesetzt mit:

    <style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-av_font_icon-fbad7aabccd071c3d10c6c9f422979ce">
    .av_font_icon.av-av_font_icon-fbad7aabccd071c3d10c6c9f422979ce .av-icon-char{
    font-size:20px;
    line-height:20px;
    }
    </style>

    Dadurch verschiebt sich natürlich die Ansicht der ICONS.
    Kann ich das irgendwo deaktiveren ?

    LG Justbusy

    #1351153

    Hi,
    Glad to hear this is helped, to add the icon before the “language” text I added this css to the WordPress ▸ Customize ▸ Additional CSS field:

    #av-burger-menu-ul>.wpml-ls-menu-item>a>.avia-menu-text>.wpml-ls-native:before {
      content: "\e821";
      font-family: "entypo-fontello";
      font-size: 18pt;
      display: inline-block;
      margin-right: 0.3em;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1351114

    Topic: Table background color

    in forum Enfold
    daves1997
    Participant

    How do I change background color of table?
    Trying for honeydew. #eff8ee#fffhoneydew
    have tried the following

    /* font size */
    .pricing-table>li {
    font-size: 14px;
    color: #f2f2f0 !important;
    background: #f2f2f0 !important;
    }

    /* Pricing rows */
    #top .pricing-table li.avia-pricing-row {
    background-color: #00aeff !important;
    /* color: #ffffff; */
    border: none;
    }
    Also , how do I add same color for columns NOT in table.

    #1351100

    In reply to: Porfolio

    Hey mavlab,

    Thank you for the inquiry.

    1.) You can use this css code to adjust the font size of the category sort.

    #js_sort_items .sort_by_cat a {
        font-size: 16px;
    }
    

    2.) To remove the portfolio grid image overlay, add this css code.

    .grid-entry .image-overlay {
        display: none !important;
    }

    Best regards,
    Ismael

    #1351075

    Yes, perfect.
    Thank you @guenni007!!


    @ismael

    Maybe you want to take that into your documentation??

    Addendum:

    For the same task i need some more advice.

    -I added a new CPT – “classes”.
    -I published a page called classes and i use a masonry element to call all posts from the CPT “classes”
    -Now i got a 3 or 4 column page with a masonry, description & title as a layer over the image, vanishing on mouse over
    – i give a custom CSS class for the masonry element – lets say “workshop”

    Questions
    What are the selectors to:
    1: Change the color and the transparency for the overlay
    2: Change the font size or color of the description and title?
    3: Change the single masonry element for changing borders, border-radius or so.

    add 4:
    Is there a way to let the excerpt process Enfold-Shortcodes?
    (I would like to have a button as a kind of “Read more) to every Masonry element)

    kind regards
    Elvira

    • This reply was modified 3 years, 9 months ago by InSilentio. Reason: added something
    #1351054

    Topic: Porfolio

    in forum Enfold
    mavlab
    Participant

    I would like to customize the portfolio of the http://www.mavplay.it site:

    1) how can I change the font (size and color) of the category text?

    2) how can I eliminate the arrow that appears when I pass over the images in the portfolio with the mouse?

    Thanks

    #1350989

    Hi Rikard,

    Yes, I’m specifying a different color and font size of individual text boxes.

    individual text box options

    • This reply was modified 3 years, 9 months ago by Roberta.
Viewing 30 results - 1,951 through 1,980 (of 18,718 total)