Viewing 30 results - 811 through 840 (of 18,716 total)
  • Author
    Search Results
  • #1434437
    ryanchadek
    Participant

    Hi there, I just updated to the latest version of Enfold and our footer disappeared. In addition, I’m noticing some broken styles that should be applied from the child stylesheet.

    If we look back at an archived version of the site, you’ll notice a couple things:

    https://web.archive.org/web/20231205012337/https://neurosportsperformance.com/

    1. There is a working footer
    2. The “Call Us Today! 210-802-7760” in the header font size is much larger than it is now – and the color is not being applied correctly, as specified in the child stylesheet.

    I also created a staging site which was a clone of production and uploaded a fresh copy of the ‘enfold-child’ theme just to make sure.

    However, the footer is still missing in this instance.

    I’ve included login credentials in the Private Content.

    Can you please take a look and let me know how to resolve this?

    Let me know if you have any questions or need anything else. Thank you.

    #1434351

    Hi,

    Thank you for the update.

    You may need to adjust the breakpoint in the css media query above to target smaller screens. Please try this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .grid-content h3 {
        font-size: 32px;
        text-align: center;
      }
    }

    Best regards,
    Ismael

    #1434321

    Hey Katja,

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

    #header_main .social_bookmarks li a:before {
      color: red;
      font-size: 10px;
    }

    Best regards,
    Rikard

    #1434297
    KittenAdmin
    Participant

    Hello,
    can you please tell me:
    how can I adress the fb and ig buttons in the headerline in order to change the font color and size by using css?

    I tried it, but I wasn’t able to do it correctly. :-/

    AND: How can I put the widgets in the right sidebar, when I use a color section to structure the content?

    Kind regards,
    Kati

    #1434269

    Hey WorldinColor,

    Please try this to make the circle smaller:

    #top .iconbox.av-no-box .iconbox_icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
    }

    This CSS is coming from your child, and it’s applying:

    .acme-iconbox .iconbox_icon {
      color: #f213f2;
      font-size: 20px !important;
    }

    Best regards,
    Rikard

    #1434263

    Hi,

    Thanks for the update. Please try this in Quick CSS in order to style the read more text:

    .av-fold-button-container {
      font-family: 'roboto', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 24px !important;
    }

    Best regards,
    Rikard

    #1434257
    WorldinColor
    Participant

    I am trying to decrease the size of the circle (and icon) in the Icon Box. I was able to change the icon size by reviewing solutions for other support tickets. But the code I’m trying to use for circle size (from other support tickets) doesn’t seem to work . I’ve pasted below the Custom CSS classes I’m testing. Please take a look and let me know where my code is off. Thanks!

    /*Iconbox change – icon size, color and background changed – see icon with yellow circle. Circle didn’t change*/
    .acme-iconbox .iconbox_icon {
    color:#f213f2;
    background: #FFF387;
    padding: 10px;
    font-size: 20px!important;
    }

    /*Iconbox change – Only colors changed – see icon with green circle. No change to icon or circle size.*/
    .acme-small-iconbox .iconbox_icon {
    width: 20px;
    height: 20x;
    line-height: 20px;
    font-size: 15px;
    color:#FF2768;
    background: #1DC690;
    }

    #1434197
    MikeTandySwag
    Participant

    Hi,

    I have the font size set to this for my Portfolio Grid

    #top .grid-content h3{
    font-size:18px;
    text-align: center;

    }

    I tried doing this for mobile but it still showing extremely small on mobile devices.

    @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #top .grid-content h3{
    font-size:18px;
    text-align: center;

    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) {
    #top .grid-content h3{
    font-size:18px;
    text-align: center;

    }
    }

    How can I change the title font size on mobile devices?

    Thanks!

    #1434121

    The CSS in the guide includes

    /* Subtext styling */
    .logo .subtext h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    }
    ….

    Again, this is not applying when on full-width site but appears under @media only screen and (max-width: 767px) once I reach the appropraite resolution

    #1434047

    Hey Blaise,

    Thank you for the inquiry.

    There have been a few changes in the post meta info and the blog post elements, which might have caused the layout to change. To fix this, you can add the following css code to adjust the layout of the post meta info.

    #top .av-blog-meta-category-disabled .minor-meta.blog-categories, #top .av-blog-meta-category-disabled .text-sep-cat, #top .av-blog-meta-category-disabled .minor-meta.blog-categories, #top .av-blog-meta-category-disabled .text-sep-source {
      display: none;
    }
    
    #top .fullsize .template-blog .post-meta-infos .author {
      display: block;
      font-weight: 600;
    }

    Best regards,
    Ismael

    #1434018

    Almost! I’ve lost the green header with the addition of the new CSS. Also, in order to make this work, too, I had to stick it in the middle of my old CSS.

    /*Avia Table*/
    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {border-color: #000;}

    #top .main_color .avia-data-table.avia_pricing_minimal td {color: #000; font-size: 15px;}

    #top .main_color .avia-data-table.avia_pricing_minimal. th {
    background-color: #70bf4f; color: white; text-align: left;
    }

    /*Avia Table Not Accepted Custom CSS for Red Header*/
    #top .main_color .avia-data-table.avia_pricing_minimal.not-accepted th {
    background-color: #FF0000; color: white; text-align: left;
    }

    table.avia_pricing_minimal td {
    text-align: left !important;
    }

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

    #1433960

    Am I allowed a second and related question?

    If I want to make the header (th) of the second table a different color like red, how would I modify the CSS? I currently have the CSS below to color the headers the same green #70bf4f.

    I added a custom class: not-accepted to the second table. Where do I add the custom class “.not-accepted” to the CSS below?

    The reason for this is because the tables work best in mobile if they are separate. Otherwise both headers stack first and then the data so it’s confusing for the user.

    /*Avia Table*/
    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {border-color: #000;}

    #top .main_color .avia-data-table.avia_pricing_minimal td {color: #000; font-size: 15px;}

    #top .main_color .avia-data-table.avia_pricing_minimal th {
    background-color: #70bf4f; color: white; text-align: left;
    }

    table.avia_pricing_minimal td {
    text-align: left !important;
    }

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

    • This reply was modified 2 years ago by beverlystone. Reason: Additional details
    #1433892
    jeel147
    Participant

    hello, is there a way to adjust font size and line height in the posts-element ( where you show alle posts out of one category )?
    it uses quite a lot of space now and the font size is quite big
    and the pencil in front of the line….can i change that? either get rid of it or get a dot instead of it?

    best regards, jelle

    ——————
    oke…ive found the font size and the title, though the line- height does not seem to do much…
    ( i want the titles to come closer to each other)

    /* blog post element tekst managen */
    #top .flex_column .template-blog .post-title {
      font-size: 12pt;
    line-height: 12px;
    }
    • This topic was modified 2 years ago by jeel147.
    • This topic was modified 2 years ago by jeel147.
    #1433815

    Hi,

    Please try this CSS instead:

    .avia-promocontent h3 {
      font-size: 22px !important;
    }

    Best regards,
    Rikard

    #1433806

    Hi Rikard,
    Unfortunately nothing happens when I do that. Also try to use with 26px font-size in this code.
    Do you may be know another solution?

    ausgesonnen
    Participant

    Hi there,
    Could somebody please send me code that works? I used to make my websites with the7 and every answer they sent was spot on. I am really amazed how much code you send that just doesn’t work. ?!? Sorry to be so blunt but I am now running out of time.

    Please help with the following problem:
    Using the link below, please navigate to page “über mich”. At the bottom are 3 tables. In the desktop version they look ok now but in the mobile view they are messed up.

    Please send working code for the mobile version, so that:
    1. the dates are not displayed double
    2. no borders around all 3 tables, not just the top table
    3. the years are not spread over 2 lines
    4. the desktop version is unchanged by the new code

    Thanks

    The code that you have sent so far, that I have used and that works ok in the desktop view is this:

    #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table {
    border: 0;
    padding: 10;
    }

    div .avia-table {
    background: transparent;

    }

    #top.page-id-472 #main .main_color .avia-data-table * {
    border: none;
    background-color: #fff;
    font-size: 18px;
    text-align: left;
    }

    #top.page-id-472 .main_color .avia-data-table.avia_pricing_minimal th {
    color: #666666;
    width: 15%;
    }

    #top.page-id-472 .av-hriqo-df64f73a2229a5a484cc56fae9caca2e .avia-data-table td:before {
    display: none;
    }

    .av-hriqo-df64f73a2229a5a484cc56fae9caca2e table tr th {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background-color: #000000;
    padding: 8px;
    }

    #1433715

    Hi,

    Please try this CSS as well:

    .avia-promocontent h3 {
      font-size: 22px;
    }

    Best regards,
    Rikard

    #1433702

    Hi Ismael,

    the masonry of the portfolio pages are back again.
    The archive pages still don’t show a masonry grid.
    In the new archive code I see twice a line that starts with “$atts =array ( …”.
    Maybe this produces a conflict?

    
    <?php
    	if( ! defined( 'ABSPATH' ) ) { die(); }
    
    	global $avia_config, $more;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	get_header();
    
    	$showheader = true;
    
    	if( avia_get_option( 'frontpage' ) && $blogpage_id = avia_get_option( 'blogpage' ) )
    	{
    		if( get_post_meta( $blogpage_id, 'header', true ) == 'no' )
    		{
    			$showheader = false;
    		}
    	}
    
    	if( $showheader )
    	{
    		echo avia_title( array( 'title' => avia_which_archive() ) );
    	}
    
    	do_action( 'ava_after_main_title' );
    
    	?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    
    			<div class='container template-blog '>
    
    				<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper( array( 'context' => 'content', 'post_type' => 'post' ) );?>>
    
    					<?php
    
    					$tds = term_description();
    					if( $tds )
    					{
    						echo "<div class='category-term-description'>{$tds}</div>";
    					}
    
    					$avia_config['blog_style'] = apply_filters( 'avf_blog_style', avia_get_option( 'blog_style', 'multi-big' ), 'archive' );
    
    					if( $avia_config['blog_style'] == 'blog-grid' )
    					{
    						global $posts;
    
    						$post_ids = array();
    						foreach( $posts as $post )
    						{
    							$post_ids[] = $post->ID;
    						}
    
    						if( ! empty( $post_ids ) )
    						{
    							$atts = array(
    										'type'			=> 'grid',
    										'items'			=> get_option( 'posts_per_page' ),
    										'columns'		=> 3,
    										'class'			=> 'avia-builder-el-no-sibling',
    										'paginate'		=> 'yes',
    										'use_main_query_pagination' => 'yes',
    										'custom_query'	=> array(
    																'post__in'	=> $post_ids,
    																'post_type'	=> get_post_types()
    															)
    									);
    
    							/**
    							 * @since 4.5.5
    							 * @return array
    							 */
    							$atts = apply_filters( 'avf_post_slider_args', $atts, 'archive' );
    
    							$atts =array (
    				'link' => 
    				array (
    				  0 => 'category',
    				),
    				'term_rel' => 'IN',
    				'wc_prod_visible' => '',
    				'wc_prod_hidden' => 'hide',
    				'wc_prod_featured' => '',
    				'prod_order_by' => '',
    				'prod_order' => '',
    				'date_filter' => '',
    				'date_filter_start' => '',
    				'date_filter_end' => '',
    				'date_filter_format' => 'yy/mm/dd',
    				'period_filter_unit_1' => '1',
    				'period_filter_unit_2' => 'year',
    				'page_element_filter' => '',
    				'sort' => 'yes',
    				'query_orderby' => 'date',
    				'query_order' => 'DESC',
    				'caption_elements' => 'title excerpt',
    				'caption_styling' => '',
    				'caption_display' => 'always',
    				'img_copyright' => '',
    				'size' => 'fixed masonry',
    				'orientation' => '',
    				'image_size' => 'masonry',
    				'gap' => '1px',
    				'columns' => 'flexible',
    				'av-desktop-columns' => '',
    				'av-medium-columns' => '',
    				'av-small-columns' => '',
    				'av-mini-columns' => '',
    				'items' => '12',
    				'paginate' => 'none',
    				'color' => '',
    				'custom_bg' => '',
    				'img_copyright_font' => '',
    				'av-desktop-font-img_copyright_font' => '',
    				'av-medium-font-img_copyright_font' => '',
    				'av-small-font-img_copyright_font' => '',
    				'av-mini-font-img_copyright_font' => '',
    				'img_copyright_color' => '',
    				'img_copyright_bg' => '',
    				'animation' => 'active',
    				'animation_duration' => '',
    				'animation_custom_bg_color' => '',
    				'animation_custom_bg_color_multi_list' => '',
    				'animation_z_index_curtain' => '100',
    				'overlay_fx' => 'active',
    				'img_scrset' => '',
    				'lazy_loading' => 'disabled',
    				'av-desktop-hide' => '',
    				'av-medium-hide' => '',
    				'av-small-hide' => '',
    				'av-mini-hide' => '',
    				'alb_description' => '',
    				'id' => '',
    				'custom_class' => '',
    				'template_class' => '',
    				'element_template' => '',
    				'one_element_template' => '',
    				'show_locked_options_fakeArg' => '',
    				'av_uid' => 'av-3lh7ch',
    				'sc_version' => '1.0',
    				'ids' => false,
    				'action' => false,
    				'post_type' => 
    				array (
    				  'post' => 'post',
    				  'page' => 'page',
    				  'attachment' => 'attachment',
    				  'revision' => 'revision',
    				  'nav_menu_item' => 'nav_menu_item',
    				  'custom_css' => 'custom_css',
    				  'customize_changeset' => 'customize_changeset',
    				  'oembed_cache' => 'oembed_cache',
    				  'user_request' => 'user_request',
    				  'wp_block' => 'wp_block',
    				  'wp_template' => 'wp_template',
    				  'wp_template_part' => 'wp_template_part',
    				  'wp_global_styles' => 'wp_global_styles',
    				  'wp_navigation' => 'wp_navigation',
    				  'acf-taxonomy' => 'acf-taxonomy',
    				  'acf-post-type' => 'acf-post-type',
    				  'acf-field-group' => 'acf-field-group',
    				  'acf-field' => 'acf-field',
    				  'product' => 'product',
    				  'product_variation' => 'product_variation',
    				  'shop_order' => 'shop_order',
    				  'shop_order_refund' => 'shop_order_refund',
    				  'shop_coupon' => 'shop_coupon',
    				  'shop_order_placehold' => 'shop_order_placehold',
    				  'alb_elements' => 'alb_elements',
    				  'alb_custom_layout' => 'alb_custom_layout',
    				  'rm_content_editor' => 'rm_content_editor',
    				  'portfolio' => 'portfolio',
    				  'avia_framework_post' => 'avia_framework_post',
    				),
    				'offset' => 0,
    				'container_links' => 'active',
    				'link_dest' => '',
    				'lightbox_text' => '',
    				'container_class' => 'av-masonry-entries',
    				'auto_ratio' => 1.7,
    				'set_breadcrumb' => true,
    				'custom_markup' => '',
    				'taxonomy' => 'category',
    				'categories' => 
    				array (
    				),
    			);
    
    	        $blog = new avia_masonry($atts);
    			$blog->get_element_styles();
    			$blog->query_entries();
    
    	        echo '<div class="entry-content-wrapper">' . $blog->html() . '</div>';
    						}
    						else
    						{
    							get_template_part( 'includes/loop', 'index' );
    						}
    					}
    					else
    					{
    						/* Run the loop to output the posts.
    						 * If you want to overload this in a child theme then include a file
    						 * called loop-index.php and that will be used instead.
    						 */
    						$more = 0;
    						get_template_part( 'includes/loop', 'index' );
    					}
                        ?>
    
    				<!--end content-->
    				</main>
    
    				<?php
    
    				//get the sidebar
                    if( avia_get_option( 'archive_sidebar' ) == 'archive_sidebar_separate' )
    				{
                        $avia_config['currently_viewing'] = 'archive';
                    }
                    else
    				{
                        $avia_config['currently_viewing'] = 'blog';
                    }
    
    				get_sidebar();
    
    				?>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php
    		get_footer();
    

    Best regards,
    Vera

    • This reply was modified 2 years ago by Vera.
    #1433681

    Hi,
    You could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top #wrap_all .all_colors #av_section_1 h1 {
        font-size: 35px;
    }
    }

    It will make the H1 text at the top of the page linked below 35px on mobile instead of the 65px that it is now on desktop.
    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.

    Best regards,
    Mike

    #1433669

    Hi,

    Thank you for the info.

    Please remove the filter in the functions.php file and replace the modification in the archive.php file with the following:

    $atts =array (
    				'link' => 
    				array (
    				  0 => 'category',
    				),
    				'term_rel' => 'IN',
    				'wc_prod_visible' => '',
    				'wc_prod_hidden' => 'hide',
    				'wc_prod_featured' => '',
    				'prod_order_by' => '',
    				'prod_order' => '',
    				'date_filter' => '',
    				'date_filter_start' => '',
    				'date_filter_end' => '',
    				'date_filter_format' => 'yy/mm/dd',
    				'period_filter_unit_1' => '1',
    				'period_filter_unit_2' => 'year',
    				'page_element_filter' => '',
    				'sort' => 'yes',
    				'query_orderby' => 'date',
    				'query_order' => 'DESC',
    				'caption_elements' => 'title excerpt',
    				'caption_styling' => '',
    				'caption_display' => 'always',
    				'img_copyright' => '',
    				'size' => 'fixed masonry',
    				'orientation' => '',
    				'image_size' => 'masonry',
    				'gap' => '1px',
    				'columns' => 'flexible',
    				'av-desktop-columns' => '',
    				'av-medium-columns' => '',
    				'av-small-columns' => '',
    				'av-mini-columns' => '',
    				'items' => '12',
    				'paginate' => 'none',
    				'color' => '',
    				'custom_bg' => '',
    				'img_copyright_font' => '',
    				'av-desktop-font-img_copyright_font' => '',
    				'av-medium-font-img_copyright_font' => '',
    				'av-small-font-img_copyright_font' => '',
    				'av-mini-font-img_copyright_font' => '',
    				'img_copyright_color' => '',
    				'img_copyright_bg' => '',
    				'animation' => 'active',
    				'animation_duration' => '',
    				'animation_custom_bg_color' => '',
    				'animation_custom_bg_color_multi_list' => '',
    				'animation_z_index_curtain' => '100',
    				'overlay_fx' => 'active',
    				'img_scrset' => '',
    				'lazy_loading' => 'disabled',
    				'av-desktop-hide' => '',
    				'av-medium-hide' => '',
    				'av-small-hide' => '',
    				'av-mini-hide' => '',
    				'alb_description' => '',
    				'id' => '',
    				'custom_class' => '',
    				'template_class' => '',
    				'element_template' => '',
    				'one_element_template' => '',
    				'show_locked_options_fakeArg' => '',
    				'av_uid' => 'av-3lh7ch',
    				'sc_version' => '1.0',
    				'ids' => false,
    				'action' => false,
    				'post_type' => 
    				array (
    				  'post' => 'post',
    				  'page' => 'page',
    				  'attachment' => 'attachment',
    				  'revision' => 'revision',
    				  'nav_menu_item' => 'nav_menu_item',
    				  'custom_css' => 'custom_css',
    				  'customize_changeset' => 'customize_changeset',
    				  'oembed_cache' => 'oembed_cache',
    				  'user_request' => 'user_request',
    				  'wp_block' => 'wp_block',
    				  'wp_template' => 'wp_template',
    				  'wp_template_part' => 'wp_template_part',
    				  'wp_global_styles' => 'wp_global_styles',
    				  'wp_navigation' => 'wp_navigation',
    				  'acf-taxonomy' => 'acf-taxonomy',
    				  'acf-post-type' => 'acf-post-type',
    				  'acf-field-group' => 'acf-field-group',
    				  'acf-field' => 'acf-field',
    				  'product' => 'product',
    				  'product_variation' => 'product_variation',
    				  'shop_order' => 'shop_order',
    				  'shop_order_refund' => 'shop_order_refund',
    				  'shop_coupon' => 'shop_coupon',
    				  'shop_order_placehold' => 'shop_order_placehold',
    				  'alb_elements' => 'alb_elements',
    				  'alb_custom_layout' => 'alb_custom_layout',
    				  'rm_content_editor' => 'rm_content_editor',
    				  'portfolio' => 'portfolio',
    				  'avia_framework_post' => 'avia_framework_post',
    				),
    				'offset' => 0,
    				'container_links' => 'active',
    				'link_dest' => '',
    				'lightbox_text' => '',
    				'container_class' => 'av-masonry-entries',
    				'auto_ratio' => 1.7,
    				'set_breadcrumb' => true,
    				'custom_markup' => '',
    				'taxonomy' => 'category',
    				'categories' => 
    				array (
    				),
    			);
    
    	        $blog = new avia_masonry($atts);
    			$blog->get_element_styles();
    			$blog->query_entries();
    
    	        echo '<div class="entry-content-wrapper">' . $blog->html() . '</div>';
    

    Also, you have to make sure that Grid Layout is selected in the Enfold > Blog Layout > Blog Layout settings.

    Best regards,
    Ismael

    #1433617

    Hey Mike

    This is for a text element on a page.
    I tried deactivating the caching plugin but it still didn’t change anything on mobile. I do have advanced styling set for the H tags.

    So is there any other way I can achieve what I want? I’m wanting to have some text over an image on my homepage like a banner – and I need the text to be the H1 tag. On desktop I want this text font size nice and big but want it to proportionally display on mobile – so not the same font size as its too big. Any suggestions how I can achieve this?
    Cheers
    Natasha

    #1433520

    Hi,
    Do you want a different font sizes for the text in your topbar or do you mean for a text element on your page?
    The “Font sizes” – “Textblock Font Sizes” and changing smaller screens settings should work if it is in a text element on your page.
    Try disabling any caching plugins and check again. Also note that if you have set the font size in the Enfold Theme Options ▸ Advanced Styling, or with custom css, this may override the element setting.
    If this doesn’t help please include an admin login in the Private Content area and tell us which text block you are working on so we can check.

    Best regards,
    Mike

    #1433499

    Hey JoStudioDeRijp,

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

    .avia-promocontent p {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1433497

    Hi,

    Sorry, this should do it:

    .page-id-1547 h2 {
      font-size: 40px !important;
    }

    Best regards,
    Rikard

    #1433468
    JoStudioDeRijp
    Participant

    Hi Enfold support, I have a question:
    I want to use Promo Boxes on my website.
    The text I fill in is much smaller fontsize then all the other paragraph-text on the website.
    Is it possible to make it bigger?
    See the attached information
    I hope you can help me!

    #1433451

    Hey Munford,

    Please try this CSS instead:

    .page-id-1547 h2 {
      font-size: 40px!important;
    }

    Best regards,
    Rikard

    • This reply was modified 2 years ago by Rikard.
    #1433439
    Munford
    Participant

    Hi I am trying to target a page with page-id-1547 to change the h2 font size just on that page.
    I tried this:
    #top .page-id-1547 .h2 {
    font-size: 40px!important;
    }
    but it’s still showing the font at size 28, which is the default. What is the best way to do this?
    I tried setting the font size in the text block, but that also isn’t working.
    thanks for your help
    Nancy

    • This topic was modified 2 years ago by Munford.
    • This topic was modified 2 years ago by Munford.
    #1433358

    Hi and thank you.
    Your code didn’t work actually, so i did some research using inspect and i came out with the following working code:

    #js_sort_items a {
        color: blue !important;
        font-size: 25px !important;
        margin-right: 25px !important;
    }
    #js_sort_items a:hover {
        color: red !important;
    }

    The only thing that i still need is how to center the sort categories horizontally in the page and how to increase the dimension of the grid items

    Thank you very much

    #1433189

    Hey Qgrafica_7,

    Thank you for the inquiry.

    You can use the following css code to adjust the style of the sorting buttons.

    #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat a, #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat .text-sep {
        color: red;
        margin-right: 10px;
        font-size: 20px;
    }
    
    #top .av-sort-yes-tax .sort_by_cat a:hover {
        color: blue;
    }
    

    Best regards,
    Ismael

    #1433182

    Hey Yaphoon,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the masonry title.

    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0;
        font-size: 20px;
        font-family: Verdana;
    }
    

    To adjust the hover color of the menu button, add this.

    #top #wrap_all .header_color #menu-item-174:hover > a .avia-menu-text {
        background-color: #3f75e9;
        color: #ffffff;
        border-color: #3f59e9;
    }

    And to adjust the size of the images in the archive pages, you have to edit the enfold/taxonomy-portfolio_entries.php and adjust the parameters in the avia_post_grid instance around line 38.

    $grid = new avia_post_grid(
    										array(
    											'linking'			=> '',
    											'columns'			=> '3',
    											'contents'			=> 'title',
    											'sort'				=> 'no',
    											'paginate'			=> 'yes',
    											'set_breadcrumb'	=> false,
    											'preview_mode' => 'custom',
    											'image_size' => 'full'
    										));
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

Viewing 30 results - 811 through 840 (of 18,716 total)