Home Forums Search Search Results for 'css'

Viewing 10 results - 261 through 270 (of 3,137 total)
  • Author
    Search Results
  • #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.
    #39677
    faucifashions
    Support Expired

    I tried  it. But it didn’t make any change.. Also i tried extra css option in appearance -> customise-> extra css.. Using class name.. No change.. Could you please check it. I think i can makr some changes for other layout except menu. Its working.  But i need some changes in menu bar. How should i do.. Please help

    #39676

    Hi,

    You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    Kind regards

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

    #39675
    [Resolved]

    Topic: Styling gecko vertical theme menu

    in forum Gecko
    faucifashions
    Participant

    Hi i have installed gecko vertical slider theme for my shop. So just want to change alignment, font and some css in side menu bar.  I try to add some extra css to menu by a extra css option in menu dash bord. But the changes didn’t show up.. The menu layout didn’t feel good for my shop layout. So  i need to add some extra css to my menu bar. Is there any option to add it.. And i tried some custom css plugins.. But no difference.. What should i do..?

    #39635

    Hi,

    On mobile it doesn’t have state hover like on desktop.

    It only way always show add to cart button above product image on category page by add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 1024px) {
    .product-image .product-btn .button {
    	display: block;
    }}

    Kind regards

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

Viewing 10 results - 261 through 270 (of 3,137 total)