Home Forums Search Search Results for 'css'

Viewing 10 results - 2,321 through 2,330 (of 3,138 total)
  • Author
    Search Results
  • #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

    #11659

    Hi,

    You can use css

    .single-post .page-head {padding: 100px 0;}
    .single-post .page-head .jas-container {display: none;}

    You can increase 100 to number as you want

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

    #11646

    In reply to: About-us

    Hello,

    How can delete the header picture and the text in the “about us” page? Do you have the CSS?

    thanks

    #11645
    [Resolved]

    Topic: header pic "check out"

    in forum Gecko
    lorry
    Participant

    Hello,

    How can delete the header picture and the text in the “check out” page? Do you have the CSS?

    thanks

Viewing 10 results - 2,321 through 2,330 (of 3,138 total)