Home Forums Search Search Results for 'css'

Viewing 10 results - 421 through 430 (of 3,138 total)
  • Author
    Search Results
  • Hi,

    1. You can hide the blue text bar by add below code to claue-child > style.css

    .woocommerce-form-coupon-toggle {display: none;}

    2. I think the product of Panties has most sale. For this case i recommend type name of product to manual show product from different category https://prnt.sc/tkxxkr

    Kind regards

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

    #37620

    In reply to: UX AND UI

    Hi George,

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

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

    Please reply on our support forum that will help us can track your issue and help you faster.

    Kind regards

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

    #37617

    In reply to: Demo Content Import

    Hi,

    Please add below code to change background text on slider to JanStudio > Theme Option > General Layout > Custom CSS

    .furniture-slider .metaslider .flexslider .caption-wrap .caption {
    	background: rgba(181, 150, 119, 0.8);
    }

    and change 181, 150, 119 as your RGB color and 0.8 as opacity from 0.0 to 1.0

    Kind regards

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

    #37607

    In reply to: JavaScript:avoid (0)

    Hi,

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

    .fa.fa-facebook::before {
    	content: "\f09a" !important;
    }

    Kind regards

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

    #37588

    If you want filter sidebar visible on PC please select setting like this https://prnt.sc/timb5k and add below code to hide it on Tablet and mobile to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 1024px) {
    .archive .jas-wc .sidebar {display: none;}
    .archive .jas-wc .jas-col-md-9.jas-col-sm-9.jas-col-xs-12 {
    	flex-basis: 100%;
    	max-width: 100%;
    }}

    Kind regards

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

    #37577

    Hi,

    I see the background color you added to Text Block not custom CSS

    https://prnt.sc/tideuh

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

    #37576
    shariq
    Support Expired

    I also installed the Loco translate but I cant find the option to delete the word “website” from terms and conditons. Can you give me some CSS code for this instead?

    #37574

    I put back my custom css code now.

    Do you have access to our site? If so, you can remove

    “.wpb_text_column{background-color: rgba(220, 220, 220, 0.87);}”

    To see the issue on starting page.

    #37571

    I will put in my custom css code in 10 minutes since I can´t leave it like that.

    #37566

    This is how it look when I remove MY custom css code. German page looks all normal, all other languages not!

    These 2 screenshots are with the css code you sent me which I added to the theme options css style.

    Doesn´t work does it?

Viewing 10 results - 421 through 430 (of 3,138 total)