Home Forums Search Search Results for 'css'

Viewing 10 results - 251 through 260 (of 3,131 total)
  • Author
    Search Results
  • #39859

    In reply to: WordPress 5.6

    Hi Harry,
    Thank you for sharing the solution.

    I realized even if we don’t have the header text and leave it empty, we will have a narrow gray header top which there was not in the previous versions.

    Will you fix this on the next updates? https://prnt.sc/wc86xy

    I am hiding header text via CSS if I’m not using that:

    .header__top {
    display: none !important;
    }

    Kind regards

    Rahim Vaziri
    CEO & Founder at Look.ir

    #39845

    In reply to: menu en color

    Hi,

    Please add below CSS code

    .jas-navigation {
    	background: #000;
    }

    and go to Theme Option > Color Scheme change color of main menu to white

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #39817
    ivosladur
    Support Expired

    Hello, I have added some CSS, but again not a description of colors and sizes. Do not work from yesterday and stick the menu up to the top of the slider and do not move.

    Regards!

    Attachments:
    You must be logged in to view attached files.

    Hi,

    You can reduce the heìght of header by add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .header__top {
    	display: none;
    }
    .header-6 .jas-branding {
    	padding: 20px 0;
    }

    and change 20 with your number

    Kind regards

    • This reply was modified 4 years, 3 months ago by Harry.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #39750

    In reply to: Social icons and cart

    Hi Katia,

    Thank you for renew support.

    1. issue because Lazyload option of Smush. I turn it off https://prnt.sc/w8elsp and it now work well.

    2. Please add below code to Claue > Theme Option > General Layout > Custom CSS because you added the code hide wishlist table

    .shop_table.cart {
    	display: block;
    }
    table, th, td {
    	border: 1px solid #999;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #39735

    In reply to: Some issues

    Hi,

    Please go to Appearance > Customize > WooCommerce > Product Image and change 570 to 370

    And go to Lite Speed Cache > Page Optimize enable minìy CSS, JS

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #39730

    Hi Donna,

    Please add below code to claue-child > functions.php

    /* move category description below products */
    add_action( 'wp_head', 'remove_my_action' ); 
    function remove_my_action(){
    	remove_action( 'woocommerce_before_main_content', 'jas_claue_wc_page_head', 15 );
    }
    
    function jas_claue_child_wc_page_head() {
    	if ( ! cs_get_option( 'wc-enable-page-title' ) || ( class_exists( 'WCV_Vendors' ) && WCV_Vendors::is_vendor_page() ) ) return;
    	$title = cs_get_option( 'wc-page-title' );
    	$output = '<div class="page-head pr tc"><div class="jas-container pr">';
    		if ( is_search() ) {
    			$output .= '<h1 class="mb__5 cw">' . sprintf(__( 'Search Results for: %s', 'claue' ), '<span>' . get_search_query() . '</span>' ) . '</h1>';
    		} elseif ( is_shop() ) {
    			$output .= '<h1 class="mb__5 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>';
    			$output .= '<p class="mg__0">' . do_shortcode( cs_get_option( 'wc-page-desc' ) ) . '</p>';
    		} else {
    			// Remove old position of category description
    			remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    			$output .= '<h1 class="cw">' . single_cat_title( '', false ) . '</h1>';
    			//$output .= do_shortcode( category_description() );
    			add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 40 );
    			add_action( 'woocommerce_after_shop_loop', 'woocommerce_product_archive_description', 40 );			
    		}
    		ob_start();
    		$output .= ob_get_clean();
    	$output .= '</div></div>';
    
    	echo wp_kses_post( $output );
    }
    add_action( 'woocommerce_before_main_content', 'jas_claue_child_wc_page_head', 15 );

    and below code to claue-child > style.css

    .term-description {
    	display: block;
    	width: 100%;
    	max-width: 1170px;
    	margin: 30px auto;
    }

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #39723
    jmad
    Support Expired

    thank  you so much for your assistance! the white space is gone but the custom CSS has distorted the header in my shop page.i was wondering if i could have css for the home page only or CSS that will restore the shopping page. ive attached an image of the distorted header as well as the header before the CSS is applied. Please help me fix this issue, thanks

    Attachments:
    You must be logged in to view attached files.
    #39698

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .product-category {
    	margin-top: 0px;
    	margin-bottom: 0.5rem;
    	padding-left: 0.5rem;
    	padding-right: 0.5rem;
    }

    and change 0.5 to your number

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #39693
    phippsy
    Participant

    Customer wants to reduce the spacing between the icons in the attached – front page of the site.

    What css do we adjust?

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 251 through 260 (of 3,131 total)