Home Forums Search Search Results for 'css'

Viewing 10 results - 1,761 through 1,770 (of 3,138 total)
  • Author
    Search Results
  • #19267

    Ok here’s what I discovered.  It seems to matter what size the screen is if the this white film covers the products.  Strange for larger screens no problem, then as i resize the screen the white film appears over the products and then if i shrink even further to mobile size they disappear again.  You did something for me a while back in css that helped get rid of this problem with mobile. maybe you can give me some code to avoid this for all screen sizes.

    Here’s the video of what I’m talking about.

     

    Attachments:
    You must be logged in to view attached files.
    #19258

    Hi Laurie,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .group_table .yith-wcwl-add-to-wishlist {
    	left: 220px;
    	position: absolute;
    }

    Best regards

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

    #19257

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-account-menu ul, .jas-menu > li > ul {
    	background: rgba(255, 255, 255, 1) !important;
    }

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

    #19255

    In reply to: Shop menu on homepage

    I fixed 2 error message in style.css file

    Thanks. But I again see 2 new errors. Screenshot below

    #19250

    In reply to: Shop menu on homepage

    I fixed 2 error message in style.css file

    Best regards

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

    #19246

    In reply to: Shop menu on homepage

    Hi Mikestar,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736) {
    .shop-top-sidebar {height: 50px;}
    }

    Best regards

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

    #19243

    Hi,

    Please add below code to Claue > Theme Option > General Layout > custom css

    .product-image a.db::before { display: none;}

    Best regards

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

    #19222

    In reply to: Shop menu on homepage

    Hi Harry, while yo have access to the site, can you pls also look at the Style.css – it is showing 2 error. Error: There are 2 errors which must be fixed before you can update this file.

    Thanks.

    #19217

    In reply to: Fonts

    Hi,

    Do you have web font of this font? Please include in child theme and override font style in style.css.

    Best regards

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

    #19213

    Hi Mikestar

    Please use below code and add to Claue > Theme Option > General Layout > Custom CSS

    .shop-top-sidebar .widget ul li.cat-parent:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    top: 10px;
    right: 2px;
    }

    Best regards

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

Viewing 10 results - 1,761 through 1,770 (of 3,138 total)