Home Forums Search Search Results for 'css'

Viewing 10 results - 3,001 through 3,010 (of 3,128 total)
  • Author
    Search Results
  • #2398

    In reply to: Blog box color

    You can hide author name by add custom css

    .post-meta span.author { display: none;}

    Best regards

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

    #2396

    In reply to: Blog box color

    Hi,
    You can change this background color by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .inside-thumb { background: rgba(0,0,0,0.95);}

    change 0,0,0 as your RGB number and 0.95 as opacity of background from 0 to 1;

    Best regards

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

    Hi,

    Thank you for purchase!

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

    .jas-push-menu-btn {
    position: relative;
    }
    .jas-push-menu-btn:after {
    content: "MENU";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    }
    .jas-push-menu-btn img {
    display: none;
    }

    Best regards

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

    #2362

    Hi,
    Sorry for late reply

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

    1. Space on page

    .jas-page > div {margin: 30px 0;}

    2. Space on product detail page
    .single .product {margin: 30px 0;}

    Best regards,

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

    #2356

    In reply to: Change colors of Blog

    Hi,

    You can change black background by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    .inside-thumb, .jas-blog-slider .post-thumbnail > div { background: rgba(0,0,0,0.9); }

    Change 0,0,0 as your RGB color and 0.9 as opacity of background from 0 – 1

    Best regards

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

    #2347

    Hi,

    You can disable hover effect by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

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

    Regards

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

    #2328

    Hi,

    1. Can you tell me the problem on which browser and which OS

    2. You can reduce row height by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .shop_table th, .shop_table td { padding: 5px 10px;}

    3. You can copy file orders.php from folder wp-content >  plugins > woocommerce > templates > myaccount to gecko-child > woocomerce > myaccount  to override code.

    Customizing WooCommerce Order Numbers

    Best regards

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

    #2325

    In reply to: Adjustments…

    Hi,

    Sorry for late reply

    I checked your site and saw you added padding so what i did for you before display not good.

    1. To edit content display better on desktop and  mobile you need experience about css or you can hire some freelancer at http://studiotracking.envato.com/SHOF to help you do this.

    2. You can check solution at https://www.wordher.com/why-is-wordpress-cropping-my-images/

    Best regards

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

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

    #2316

    Hi,

    Sorry for late reply.

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

    .product_meta span.sku_wrapper { display: none;}

    Regards

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

    #2313

    No.  Just if we later decide not to display the SKU number.  Is it in a configuration or is it a line of CSS somewhere?

Viewing 10 results - 3,001 through 3,010 (of 3,128 total)