Home Forums Search Search Results for 'css'

Viewing 10 results - 681 through 690 (of 3,138 total)
  • Author
    Search Results
  • #33952

    Hi,

    Please change the code you add in custom CSS

    .slick-track {
    	margin-top: 85px;
    }

    to

    .slick-track {
    	margin-top: 0;
    }

    Kind regards

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

    #33951

    In reply to: Website Amor

    Hi,

    10. please try this plugin https://wordpress.org/plugins/buttonizer-multifunctional-button/

    11. please add below code to claue > theme option > general layout > custom css

    .cart__popup-action {
    	position: relative;
    	padding-bottom: 30px;
    }
    .cart__popup-action::after {
    	content: "Free shipping above €50";
    	position: absolute;
    	bottom: -10px;
    }

    12. Please edit homepage and the row wrap slider https://prnt.sc/pdxhrv

    13. Please go to Theme Option > WooCommerce > Product Detail Settings > Extra Content and add code

    <a href="/shop">back to products</a>

    and change link as you want in href

    14. Please edit product and select default value form https://prnt.sc/pdxkpg

    Kind regards

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

    #33931

    Please add below code to Custom CSS

    .star-rating,
    .wc-single-3 .star-rating {
    	font-size: 20px;
    }

    Regards

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

    #33929

    Hi,

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

    .pwb-single-product-brands {
    	margin: 0 auto 10px;
    }

    Kind regards

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

    #33921

    Hi,

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

    .product-info.tc.mt__15 {
    	text-align: left;
    }

    Kind regards

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

    #33904

    Hi,

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

    @media only screen and (max-width: 736px) {
    
    .header__top .jas-col-md-4.jas-col-xs-12 {
    	display: none;
    }
    .header__top .jas-col-md-4.hidden-sm.tc {
    	display: block;
    }}

    Kind regards

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

    #33894
    universappstudio
    Participant

    We want to change the Header Top Bar

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

    Hi,

    Please go to JanStudio > Theme Option > General Layout > Custom CSS find the code

    #jas-content i.fa {
    	color: #ff0000;
    }

    and change to

    .page-id-6244 #jas-content i.fa {
    	color: #ff0000;
    }

    Kind regards

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

    #33853

    Hi,

    You can change color of category name by add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .woocommerce .product-category h2, .product-category h2 {
    	color: #4d5959;
    }

    and change #4d5959 with your color code.

    Kind regards

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

    #33850

    Hi,

    1. To hide social icons on mobile please add below code to JanStudio > General layout > custom CSS

    @media only screen and (max-width: 767px) {
    .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs {
    	display: none;
    }}

    2. By default our theme have lazyload so when you add lazyload from other plugin it conflict with default. Please try compress js of autoptimize plugin and try plugin Super Cache.

    Kind regards

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

Viewing 10 results - 681 through 690 (of 3,138 total)