Home Forums Search Search Results for 'css'

Viewing 10 results - 2,811 through 2,820 (of 3,138 total)
  • Author
    Search Results
  • #5276

    In reply to: Product Page Problems

    Thx Harry!

    question 2. Is there an other css code for mobile? Because i have the same issue there..

    And, how about the ‘padding’ on my main page? See picture.

    Last question: Is it possible, when i scroll down on my main page, my ‘top menu’ is scrolling down aswell? So it stays visible.. I hope you know what i mean.

    Btw, you guys have a great customer/help service! Thx for that!

     

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

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix this issue.

    .pin__wrapper {
    display: inline-block;
    }

    Best regards

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

    Hi,

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

    .product-addon .form-row {
    position: relative;
    color: #999;
    border: 1px solid #999;
    }
    .product-addon .form-row:after {
    content: ‘\f107’;
    position: absolute;
    font-family: ‘FontAwesome’;
    right: 10px;
    top: 7px;
    pointer-events: none;
    }
    .product-addon .form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 30px 0 10px;
    }

    You’re welcome.

    Hope our love our theme and consider give us good review and 5 stars rating at https://themeforest.net/downloads we really appreciate.

    Thank and have a nice weekend!

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

    #5259

    In reply to: Product Page Problems

    Hi,

    1. The issue because your product is variable product but you don’t add any variation for product and price.
    2. You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-tabs {padding-top: 0;}

    Best regards

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

    #5255

    Hi,

    You can change color for categories by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3, .product-category h3::before, .product-category h3::after { color: #fff;}

    Change #fff with your color.

    Best regards

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

    #5254

    Hi,

    You can hide cart icon on homepage or certain other page by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .home .jas-icon-cart, .page-id-9 .jas-icon-cart { display: none;}

    You can get class for any page by inspect to body class and change “.page-id-9” with class of the page you want hide icon cart

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

    Best regards

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

    #5222

    In reply to: footer

    Hi,

    Sorry for miss reply.

    You can add custom CSS

    .footer__top .widget-title {margin-bottom: 5px;}

    I help you make signup form in one line

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

    #5217

    I think you are a developer you can do it with skill of css.

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

    #5214

    Sorry for late reply.

    1. You can make the text center on mobile by add custom css in Claue > Theme Options > General Layout > Custom CSS

    @media only screen and (max-width: 480px) { .footer__top {text-align: center;} }

    2. You can add more images for portfolio page by use Media Grid Element of Visual Composer

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

    Best regards

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

    #5176

    Thank you for purchase!
    Sorry because inconvenience you have.

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

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

    Regards

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

Viewing 10 results - 2,811 through 2,820 (of 3,138 total)