Home Forums Search Search Results for 'css'

Viewing 10 results - 2,311 through 2,320 (of 3,131 total)
  • Author
    Search Results
  • #11746

    In reply to: Issues with Bundles

    Hi,

    1. Sorry because inconvenience, but the plugin doesn’t support display default variation the user want add bundle to cart they have to select the variation of product in bundle

    2. The user have to select variation of main product and variation of product in bundle to “add all to cart”

    3. you can follow this video https://www.youtube.com/watch?v=cdkCSls-9s4&list=UUMDvyPJs20jwKoFIO4XUF6w&index=18

    4. You can add custom css in Claue > Theme Option > general layout > custom css

    .stock.in-stock {
    font-weight: bold;
    }

    6. You can reorder by go to Products > Attributes > Size > Config terms > and drag to reorder

    7. Sorry the plugin doesn’t support

    Best regards

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

    #11742

    Hi,

    1. You need add more css

    .jas-blog .post .post-thumbnail {
    margin-bottom: 0;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    display: inline-block;
    }
    .jas-blog .post-thumbnail img {
    width: auto;
    min-height: 300px;
    max-width: inherit;
    }

    .jas-blog  .post-action {
    border: none;
    padding: 8px 20px;
    text-align: center;
    display: block;
    }

    .jas-blog .read-more.pr {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    }

    2. You can delete first sentences in your blog post by add read more before first sentence.

    Best regards

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

    #11732

    Hello,

    Your CSS code resolved only half of my issues in the blog.

    I need to:

    1. Make all pictures in the blog same size like the one with house
    2. Eliminate Comment Number and Icon in the blog page, but not in the post
    3. Eliminate the first sentences of the blog text underneath the picture in the blog page

    Thanks!

    #11727

    Hi,

    You can add custom css

    .single-product-thumbnail .p-thumb:hover .slick-arrow { display: none !important; opacity: 0;}

    Best regards

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

    #11726

    In reply to: Header Banner GECKO

    Hi Caroline,

    You can remove the text by add custom css

    .page-head h1 {display: none;}
    .page-head p {display: none;}
    .page-head .jas-breadcrumb {display: none;}

    If you want remove page title you edit this page scroll down to Page Layout Option > Enable Page title > Off.

    Best regards

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

    #11724

    Hi,

    You can make this layout by follow the steps:

    1. Go to Theme option > Blog and follow this screen shot

    2. Add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-blog .jas-masonry .inside-thumb {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    position: relative;
    background: none;
    color: #4d5959;
    }
    .jas-blog .jas-masonry .inside-thumb .post-title a, .jas-blog .jas-masonry .inside-thumb a:not(.cg) { color: #4d5959;}
    .jas-blog .inside-thumb .post-meta span:not(.cat) { display: none;}
    article.post { margin-bottom: 60px;}

    Best regards

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

    #11723

    Hi Lorry,

    You can get rid of grey overlay header banner by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .page-head::before {
    background: none;
    }

     

    Best regards

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

    #11715
    [Resolved]

    Topic: Header Pic blog posts with grey filter

    in forum Gecko
    lorry
    Participant

    Our Header Pictures in our Blog posts have a grey filter or grey tone. Can you tell us how to get rid of that? CSS?

    thanks

     

    #11711

    In reply to: import problem

    Hi,

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

    .header-5 .jas-branding {
    padding: 15px 0 10px;
    }

    and change 15 and 10 with your number.

     

    Best regards

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

    #11681

    In reply to: PHP 7.0 error

    Hi,

    1. Now our site still run well on PHP 7.0.

    Which plugin you check for compatible php version. I checked with PHP Compatibility Checker it work well

     

    2. You can change page header background color by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .page-head::before {
    background: rgba(0, 0, 0, .5);
    }

    Or you upload featured image for page, blog post to display background image like our demo http://janstudio.net/claue/demo/spring-summer-trending-2017/

    Best regards

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

Viewing 10 results - 2,311 through 2,320 (of 3,131 total)