Home Forums Search Search Results for 'css'

Viewing 10 results - 1,681 through 1,690 (of 3,138 total)
  • Author
    Search Results
  • #20588

    In reply to: Icon colour change

    Hi,

    You can change color by add custom css code in Theme Settings > Custom Code > Custom CSS

    .topbar a {color: #1e1e1e;}

    and change #1e1e1e with your color.

    Best regards

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

    #20564

    In reply to: Sign up Form

    Hi,

    1. I help you changed style of signup form by change HTML code of form in Mailchimp for WP > Form

    2. I added CSS code in JanStudio > Theme Option > General Layout > Custom CSS

    .signup-newsletter-form {
    	border: 1px solid #cdcdcd;
    	border-radius: 50px;
    }

    Best regards

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

    1) Do you see it now the background?
    Is the css code good?

    2) With me, it’s not perfect. But you can do what you want.

    Give me yours?

    #20530

    This work good on standart css, but for responsive css is bad. What can i do? Can u help me?

    <!–more–>

    .product-image .product-attr {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    color: #222;
    text-align: left;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    }

    Hi,

    1. The new css to fix background of button on map. I see you still use old code, please replace with the new code today.

    2. It now have more blank space on left column it not balance left-right.

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

    #20513

    Hi,

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

    .product-extra {display: none;}
    @media only screen and (min-width: 1025px) {
    .jas-push-menu-btn {display: none;}
    }

    Best regards

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

    #20501

    Hi,

    Sorry i check on Chrome don’t see but on Firefox it show.

    Please add below code to Theme Settings > Custom Code > Custom CSS

    .alt-payment-list-container, .additional-checkout-buttons {display: none;}

    Best regards

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

    #20444

    Hi,

    Please go to JanStudio > Theme Option > WooCommerce > Product Listing Settings > Enable Products Attribute On Product List and check in size, color and brands

    and add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .product-image .product-attr {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    color: #222;
    text-align: left;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    }

     

    Best regards

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

    #20420

    Hi,

    We have received your review on Themeforest. Thank you so much. Back to your question, please use the custom CSS code below

     

    .product__price--original { color: red; }
    .product__price--sale { color: green; }
    .product__badge { display: none; }

    Hi,

    1) I mean that the background of the image for the button is still not displayed
    even after adding all the css?

    2) not included

    Thank you

Viewing 10 results - 1,681 through 1,690 (of 3,138 total)