Home Forums Search Search Results for 'css'

Viewing 10 results - 2,821 through 2,830 (of 3,131 total)
  • Author
    Search Results
  • #5123

    In reply to: Disable Quick Shop

    Hi,

    Just add this custom CSS in Theme Option / General / Custom CSS

    .product-image > .db:before, .btn-quickview { display: none !important; }

    – Foster

    Hello Anwhelan,

    Thank you for purchase!

    You can check background under Store Information by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .our-store {
    background: rgba(181, 150, 119, 0.8);
    }

    You can change 181, 150, 119 as your RGB color and 0.8 as opacity of color from 0.0 – 1.0.

    Best regards

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

    #5083

    In reply to: BLOG

    Hi,

    You can add custom css in Theme Option > General Layout > Custom CSS

    .inside-thumb { text-align: left; color: grey;}
    .inside-thumb a:not(.cg), .jas-blog-slider .post-thumbnail > div a {color: white;}

    Change color as you want.

    Best regards

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

    #5075

    In reply to: BLOG

    The Title is very small and white. can i have the option to increase, change color and choose the place, as you did a CSS for the meta slider.??

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

    #5067

    In reply to: BLOG

    Perfect, black line disapered, but the Title disapered too. I want to continue the title inside the image,without the black big line.

    Can you resend a new CSS for it???

    Alexandre

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

    #5043

    Hi,

    To change color of button, please navigate to Claue theme option and open Color Scheme section.

    To change the text, you can install Loco Translate plugin to do it, Please refer this article http://support.janstudio.net/forums/topic/theme-translation/

    Last issue (big button) please add this custom CSS code in Claue Theme Option

    button.single_add_to_cart_button { width: 100%; }

    #4975

    In reply to: Theme Translation

    Hi,

    Sorry for late reply.

    You can add custom code in Claue > Theme Option > General Layout > Custom CSS to translate Promo Text

    html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text,
    html[lang=”es-ES”] .header__top .center-md.end-sm .header-text {
    position: relative;
    text-indent: -999em;
    }
    html[lang=”pt-PT”]  .header__top .center-md.end-sm .header-text:after,
    html[lang=”es-ES”] .header__top .center-md.end-sm .header-text:after {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    width: 100%;
    text-align: center;
    }

    html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text:after { content:’the text you want replace in Portugese’;}

    html[lang=”es-ES”] .header__top .center-md.end-sm .header-text:after { content:’the text you want replace in Spain’;}

    Best regards

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

    #4954

    In reply to: BLOG

    If you don’t want change blog layout to 2 cols you should change the image bigger.

    You can remove black bar by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .inside-thumb { display: none;}

     

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

    #4948

    You can edit product price by open General tab when edit product https://monosnap.com/file/PbVq8wgzZBkCpC7PFfrTHm5wLmJ6N7#

    You can remove badge by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .badge span { display: none;}

     

    Regards

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

    #4933

    In reply to: quick view

    I check and saw you lost close tag of css “}” on the last like, it cause your custom code not work well, i help you add close tag.

    Best regards

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

Viewing 10 results - 2,821 through 2,830 (of 3,131 total)