Forum Replies Created

Viewing 10 posts - 14,861 through 14,870 (of 14,998 total)
  • Author
    Posts
  • Hi,

    1. you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-social a.facebook { display: none;}

    Change “facebook” with name of social you want to hide.

     

    2. Yes, you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .header__mid {background: url(‘http://janstudio.net/gecko/organic/wp-content/uploads/2016/05/banner.jpg’); }

    .jas-navigation {background: #fff;}

    You can change http://janstudio.net/gecko/organic/wp-content/uploads/2016/05/banner.jpg  with path of your image.

    3. You can center social by add custom css JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {

    .header__top .jas-socials { padding-top: 0;}

    }

    Best regards!

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

    in reply to: How to add a background image in the page title frame? #1027

    Hi,

    You can set background for separate page by upload featured image on right when you manage the page

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

    in reply to: Metaslider Issue on Mobile #1026

    @emcampos93 you can create new account as administrator in Dashboard > User and set this user as admin. After your task done you can remove this user.

    Best regards!

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

    in reply to: Publishing Video to the site #1020

    Hi,

    You can add Video by go to Dashboard > Video > Add new

    take.ms/upGJl

    Best regards!

    • This reply was modified 8 years, 7 months ago by Harry.

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

    in reply to: Metaslider Issue on Mobile #1002

    @phvagrant: can you send us temporary admin account as private reply we will take a look and help you solve you case.

    Thanks

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

    in reply to: Load time over 10 seconds for the site #982

    I checked and saw you add “awesomeAnalytics”, we have option for you can add custom js in JanStudio > Theme Option > General Layout > Custom JS

    So you should remove code below, and we continue check your site

    https://monosnap.com/file/bm9cNiAym6ATZ2IaAFVHnUAW2fqfdt#

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

    in reply to: Load time over 10 seconds for the site #980

    Hi,

    Can you send us your temporary admin account as private reply. We will take a look and help you solve your case.

    Thanks

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

    in reply to: Css flex grid #978

    Hi Ckitso,

    Thank you for purchase and using our theme!

    Yes, we and The Look team are friend.

    Sorry you can’t use css file from Prestashop or Shopify version because different class

    You can enqueue flexibility.js file in your child theme to support IE 9 for more detail you can check at https://github.com/jonathantneal/flexibility. and your custom code in child theme will work without any problem in future when you update original theme.

    Best regards!

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

    in reply to: Footer #976

    Hi,

    You can hide topbar by add custom css in JanStudio > Theme options > General Layout > Custom CSS

    .header__top { display: none;}

    Regards!

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

    in reply to: Bages #970

    Hi,

    you can change color of Sale badge by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

    .badge span {
          background: #f68e56;
    }

    And change “#f68e56” with your color code
    We also added badge for (out of stock, New Arrival) badge
    You can change background for “new arrival” by change ” #4eb0be” for out of stock product by change “#999” with your color.

    .badge .new {
          background: #4eb0be;
    }
    .badge .sold-out {
        background: #999;
    }

    Best regards!

    • This reply was modified 8 years, 7 months ago by Foster.

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

Viewing 10 posts - 14,861 through 14,870 (of 14,998 total)