Home Forums Search Search Results for 'css'

Viewing 10 results - 341 through 350 (of 3,131 total)
  • Author
    Search Results
  • #38874

    Please add 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

    #38835
    artimization
    Support Expired

    Hi,

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

    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 = '
    '; 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 .= '
    '; echo wp_kses_post( $output ); } add_action( 'woocommerce_before_main_content', 'jas_claue_child_wc_page_head', 15 );

    and add below code to claue-child > style.css

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

    Kind regards

    Above code is working perfectly fine, Please add heading setting in the code.

    Thank you

    #38793

    In reply to: Using Custom Fonts

    Hi Lisa,

    Thank you for choose our theme.

    You can use custom font for your site by add custom CSS code in Claue > Theme Option > General Layout > Custom CSS

    body, h1,h2,h3,h4,h5,h6 {font-family:'Your Font Name' !important; }

    Kind regards

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

    #38744

    In reply to: prducto movil

    asdemodas
    Support Expired

    no he agregado css ni borrado nada como lo soluciono?

    #38739

    In reply to: prducto movil

    Hi,

    I see you added some custom CSS code it cause error text and and you removed it. Please try clear cache on your site.

    Kind regards

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

    #38735

    Topic: Font Family

    in forum Claue
    Rahim
    Participant

    Hi Harry,

    Hope you are fine.

    Harry what is the css code for applying custom font to all text elements?

    Regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

    #38712

    In reply to: SUBSCRIPTION

    Hi,

    1. Please go to Appearance > Widgets > Footer#1 delete widget title

    2. I help you corrected the code of form

    <div class="signup-newsletter-form dib tc mb__15">
    	<input type="email" class="input-text" name="EMAIL" placeholder="Tu correo electrónico" required /><input type="submit" class="submit-btn" value="Unirme" />
    </div>
    <p class="tc">
    Únete a la lista y obtén un 10% en tu primera compra. Recibe noticias, ofertas y novedades.   
    </p>

    3,4. Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .mc4wp-form-basic .mc4wp-alert.mc4wp-success, 
    .mc4wp-form-theme .mc4wp-alert.mc4wp-success {
    	color: #468847;
    }
    .signup-newsletter-form input.submit-btn {
    	background: #222;
    }

    And change #222, #468847 to your color.

    Kind regards

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

    #38691

    In reply to: PRODUCT BADGE AND CTA

    Hi,

    1. Please edit product and scroll down to Product Layout Option and increase number of day product show “New”badge

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

    .product-title.fwm {
    	font-weight: bold;
    	font-size: 16px;
    }
    a.button.button-o-w {
    	border-color: #fff;
    	color: #fff;
    	font-size: 18px;
    	background: transparent;
    }

    And change #fff with your color and your number

    Kind regards

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

    #38669

    In reply to: Submenu scroll needed

    Hi Omer,

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

    .jas-menu > li > ul, .jas-menu li ul.sub-menu .sub-column .sub-column {
    	display: inherit;
    	max-height: calc(100vh - 120px);
    	overflow-y: scroll;
    	list-style-type: none;
    }

    Kind regards

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

    #38659
    walteratx5nu
    Support Expired

    Hi Harry

    I tried this, but top header is still showing with social icons in left part, see attachment.

    Is there an additional CSS I can use to hide it?

    Thanks for your help

    Walter

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