Home Forums Search Search Results for 'css'

Viewing 10 results - 2,931 through 2,940 (of 3,138 total)
  • Author
    Search Results
  • #3267

    Hi,

    1. You can disable on mobile by add custom css

    @media only screen and (max-width: 736px) { .page-head { display: none;}}

    2. You can reduce height of page title on mobile by add custom css

    @media only screen and (max-width: 736px) { .page-head { padding: 55px 0;}}

    reduce 55 with your number

    Best regards

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

    #3256

    Hi,

    1. Yes, it is right way

    2. You can change the layout to 2 columns on Claue Options / Blogs / Columns

    If you want to keep 3 columns, you can adjust the width of content with this custom CSS code
    .blog #jas-content > .jas-container { max-width: 1600px; }

    – Foster

    #3254

    In reply to: Footer 1 column design

    Hi,
    The content of footer on your site has some inline CSS code, I have just fixed for you, please check

    #3247

    In reply to: Help with the sliders

    Bạn có thể bỏ bằng cách thêm custom css in Claue > Theme Option > General Layout > custom CSS

    .jas-action .jas-my-account { display: none;}

     

    Best regards

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

    #3239

    In reply to: Sale and New badge

    Hi,

    You can change background of badge on menu by add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .jas-menu li.new > a::after { background: #01bad4;}

    .jas-menu li.sale > a::after { background: #ffa800; }

    .jas-menu li.hot > a::after { background: #ff3e11; }

    .badge span.onsale { background: #fe9931; }

    .badge .new { background: #56cfe1 ; }

     

    Change color as yours.

    Best regards

     

     

     

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

    #3227

    In reply to: Menu customization

    Hi,

    – “New” badge will hide after 5 days or you can delete when edit product > Product Detail Layout Option > New Arrival Product

    http://take.ms/4QJf4

    – “Sale” for display on sale product

    You can add custom css in Claue > ThemeOption > General Layout > Custom CSS

    .badge span { display: none;}

    Best regards

     

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

    #3221

    In reply to: Menu customization

    You don’t need css for this.

    You go to Appearance > Menus and follow our step at our document  http://janstudio.net/claue/document/ navigate to Page Layout > Menu Badge.

    Our document guide you change the badge for menu.

    Best regards

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

    #3220

    In reply to: Menu customization

    yes bu I want to change it, how to access, sorry but Im not strongest one on css

    #3216

    Hi there,

    Please add this custom CSS code in JanStudio theme option > General Layout > Custom CSS Style

     
    .btn-quickview { display: none!important; }

     
    – Foster

    #3180

    In reply to: social icons centered

    Hi,

    i help you corrected custom css you added

    .header__top .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs {flex-basis: 100%; max-width: 100%; padding: 10px 0; text-align: center; width: 100%;!important}

    and i added new

    .header__top .jas-socials { margin: 0 auto;}

    I removed code you added for socials.

    Now you can update without losing.

    Best regards

     

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

Viewing 10 results - 2,931 through 2,940 (of 3,138 total)