Home Forums Search Search Results for 'css'

Viewing 10 results - 381 through 390 (of 3,131 total)
  • Author
    Search Results
  • #38261

    Hi Mohit,

    1. You want show social icon home header and footer only for Contact page? Or show on all pages and more social icon for contact page?

    2. Please add custom CSS code

    body.home {
    	background: #000;
    }

    I see you use our theme for new site, did you buy new license for new site. One license only use for one site.

    Kind regards

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

    #38237

    In reply to: Add Text before Icon

    Hi Rahim,

    thank you i’m fine.

    Please add below code to Custom CSS

    .filter-trigger::before {
    	content: 'Filter';
    	padding-right: 10px;
    	font-size: 18px;
    }

    Kind regards

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

    #38219

    Hi Dwayne,

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

    .header-5 .holder {
    	width: 100%;
    	left: 0;
    }

    Kind regards

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

    #38204

    In reply to: temas varios

    Hi Asdemonas,

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

    @media only screen and (max-width: 480px) {
    form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    	width: calc(100% - 50px);
    }}

    2. If you’re using WPBakery PageBuilder please edith the row wrap slider, open design option tab and clear background color https://prnt.sc/u4v7xq
    If you using Elementor please follow this screenshot https://prnt.sc/u4vf4z

    3. Can you send me your site url, we need to check more before give you solution.

    Kind regards

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

    #38198

    In reply to: Post Author

    Hi Brad,

    please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .post-info .span {display: none}

    Kind regards

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

    #38186

    In reply to: Them not show

    Hi,

    1. Please add custom code in Claue > Theme Option > General Layout > Custom CSS

    .cart__popup-action a.button:first-child, .cart__popup h3.cart__popup-related-title, .cart__popup .jas-row {display: none}

    2. Please try these plugins https://wordpress.org/plugins/woo-checkout-field-editor-pro/ or https://wordpress.org/plugins/woo-checkout-regsiter-field-editor/

    3. Please go to Theme Option > WooCommerce > Cart & Checkout Settings > Checkout Settings and add your custom HTML

    Kind regards

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

    #38154

    In reply to: Banner Opacity

    Hi Tom,

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

    @media only screen and (min-width: 320px) {
    .page-head {
    	padding: 20px 0;
    }}
    
    @media only screen and (min-width: 768px) {
    .page-head {
    	padding: 50px 0;
    }}
    
    @media only screen and (min-width: 1280px) {
    .page-head {
    	padding: 90px 0;
    }} 
    @media only screen and (min-width: 1440px) {
    .page-head {
    	padding: 140px 0;
    }}

    It use background so can’t auto change on every screen.

    Kind regards

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

    #38136

    In reply to: Submenu Colors

    Hi Brad,

    Please go to Claue > Theme Option > Color Scheme > https://prnt.sc/u1x5jn

    If you want add color for some specific menu item. Please add custom CSS code in Claue > Theme Option > General Layout > Custom CSS

    .jas-menu ul li#menu-item-5565 a {
    	color: red;
    }

    https://prnt.sc/u1x6k4

    and change 5565 with your menu’s ID number.

    Kind regards

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

    #38115

    Hi,

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

    .single-post .page-head .jas-container {
    	display: none;
    }

    Kind regards

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

    #38057

    Hi,

    Please edit homepage > edit custom CSS

    and remove code https://prnt.sc/tyi36f

    #jas-footer { display: none;}

    and add below code to replace code

    #jas-footer {
    display: block;
    position: fixed;
    width: calc(100% – 250px);
    z-index: 999;
    bottom: 0;
    right: 0;
    }`

    And after that go to Appearance > Widget and add Wdiget to footer#1 to footer#4

    Kind regards

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

Viewing 10 results - 381 through 390 (of 3,131 total)