Home Forums Search Search Results for 'css'

Viewing 10 results - 2,061 through 2,070 (of 3,138 total)
  • Author
    Search Results
  • #15432

    For the below, we actually only need to left align on desktop and center align for mobile view.

     

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

    .jas-wc-single .social-share { text-align: left;}

     

    #15424

    Hi,

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

    .jas-wc-single .social-share { text-align: left;}

    2. The Instagram doesn’t support social share so can’t add Instagram to there

    3. Please go to Settings > WPA Product Bundles to change color of button

    Best regards

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

    #15420

    In reply to: Top bar fixed

    Hi,

    Please add custom CSS

    @keyframes mymove {
        from {top: -20px;}
        to {top: 0;}
    }
    .header-sticky .jas-branding {
    	padding: 15px 0;
    }
    .header-sticky {
    	animation: mymove 0.3s;
    }

    Best regards

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

    #15409

    In reply to: Top bar fixed

    Hi Kintanei,

    Please add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    .header-sticky {
    width: 100%;
    background: #fff;
    z-index: 99;
    }

    Best regards

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

    #15400

    In reply to: Filter Box

    Hi,

    Please add custom css code

    .yith-woocommerce-ajax-product-filter.with-checkbox ul {
    	list-style-type: none;
    	padding: 10px !important;
    	border: 1px solid #ddd;
    }

    Best regards

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

    #15384

    on the main page it helps but on the blog page listing author and date are visible.
    Is there any additional CSS needed?

    #15349

    Hi,

    Please add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    .vc_row.vc_custom_1513989788010 { padding-top: 50px !important; padding-bottom: 50px !important; }
    .vc_row.vc_custom_1513989788010 h2..fs__50 { font-size: 20px;}
    }

    Best regards

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

    #15332
    adampreuss
    Participant

    I have at my mainpage a Textblock with a background image which is not getting smaller in responsive.

    I tried to put this into CSS, but it didnt succeed:

    div {
    background-size: 100% auto;
    }

    Do you have any suggestion for me? Thanks in advance!

    #15317

    Hi,

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

    .widget .search-form label,
    .widget .woocommerce-product-search .search-field {
    	width: calc(100% - 125px);
    	float: left;	
    }

    Best regards

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

    #15314

    In reply to: Child Theme

    Hi Rahim,

    1. Please add below code to redirect to homepage after login

    add_filter('woocommerce_login_redirect', 'wc_login_redirect');
     
    function wc_login_redirect( $redirect_to ) {
        $redirect_to = home_url();
        return $redirect_to;
    }

    2. Sorry I wrong file, please extract attach file to claue-child > woocommerce > loop and find “slidesToScroll”: 2, change 2 as number you want.

    3. Sorry this default function only support search by product

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

    .product-image a.db::before {background: none;}

    Best regards

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

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

Viewing 10 results - 2,061 through 2,070 (of 3,138 total)