Home Forums Search Search Results for 'css'

Viewing 10 results - 2,891 through 2,900 (of 3,138 total)
  • Author
    Search Results
  • #4123

    Hi,

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

    @media only screen and (min-width: 1200px) { .footer__top.jas-container { padding: 0 20px;} }

    Best regards

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

    #4122

    Hi,

    1. For the cart icon you can change by add custom css code in Claue > Theme Option  > General Layout > Custom CSS

    .jas-icon-cart .cart-contents { url(“paper.gif”) 0 0 no-repeat;}

    .jas-icon-cart .cart-contents i { display: none;}

    change “paper.gif”with your image and path to the image

    2. You can change search popup background to white by add custom css

    .header__search { background: rgba(255,255,255,0.95);}

    .header__search input[type=”text”] { border-bottom-color: (0,0,0,0.1); color: #222;}

    #sf-close {color: #222;}

    3. You can hide my account icon by add custom css

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

     

    Best regards

     

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

    #4089

    In reply to: Quick Shop

    Hi Believe,

    You can hide quickshop by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .btn-quickview { display: none;}

    Best regards

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

    #4086

    In reply to: how hide this?

    Hi,

    You can hide filter icon and sort list by add custom css in Claue > Theme Options > General Layout > Custom CSS

    .result-count-order .filter-trigger, .result-count-order .woocommerce-ordering { display: none;}

    Best regards

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

    #4062

    Thank You!

    So then i have to buid it up one by one with custom CSS in “Promotional Banner”?

    Is it any way to get products or categories to get listed in metro style automaticly when i add them in woo commerce?

     

     

    Hi there,

    I can’t login to your admin with attach account, could you please send me the correct account? Or please remove this custom CSS code http://take.ms/uOR8H it’s global CSS class, please don’t write anything like that

     

    – Foster

    #4036

    In reply to: Header size

    Hi,

    1. You can reduce height of header by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-menu > li > a { line-height: 60px;}

    .jas-branding { padding: 12px 0 13px; }

    2. If you use gecko-child you can add a div in header layout you’re using without lose when update parent theme

    3. You can remove bar by add custom css code

    .result-count-order {  display: none; }

    Best regards

     

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

    #4035

    Hi,

    Thank you for report bug.

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

    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview { padding: 0 15px; width: 100%; }

    Best regards

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

    #4020

    Thank you for purchase!

    You can add below code to Claue > Theme Options > General Layout > Custom CSS

    .jas-my-account ul li:nth-child(2) { display: none;}

     

    Best regards

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

    kristievento
    Participant

    First, this is a GREAT theme. I absolutely LOVE it.

    When I scroll down passed the footer on the mobile site, I am seeing the following message (only on mobile):

    “This is a demo store for testing purposes – no orders will be fufilled.”

    I downloaded the demo, but I have replaced that with all my own posts/products. However, I do still see some CSS coding in the theme options panel that I don’t fully understand, so I haven’t touched that. I am sure there is some type of setting somewhere, but I haven’t been able to find it. I have tested my Woocommerce store, and the cart is fully working, so I’m not sure where this message is coming from.

    Also, I have updated the main settings on the blog page in the theme options panel section to reflect only EXCERPTS on the blog page, but it still shows the whole post. I don’t see on the actual posts page where to change that, and as I understand it the theme options panel overrides that anyway, when editable.

    Thanks so much!

    Kristie Vento

Viewing 10 results - 2,891 through 2,900 (of 3,138 total)