Home Forums Search Search Results for 'css'

Viewing 10 results - 2,621 through 2,630 (of 3,131 total)
  • Author
    Search Results
  • #7937

    In reply to: About Filter

    Hi,

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

    Best regards

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

    #7922

    In reply to: Like button position

    Hi,

    Thank you for report the issue.

    You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS

    form.cart {
    width: 100%;
    }
    .cart .yith-wcwl-add-to-wishlist,
    .cart.variations_form .yith-wcwl-add-to-wishlist {
    right: 0;
    }
    .single_add_to_cart_button {
    width: calc(100% – 175px);
    }

    Best regards

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

    #7912

    Hi,

    We move code in claue-child > style.css

    You can edit in appearance > editor

    Best regards

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

    #7905

    Hi guys, I just checked the website and I saw that all the code that was in the custom CSS style box is gone. Did you guys move it somewhere?

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

    Dear JanStudio,

    Thank You,

    First:

    Please tell me how we can edit Portfolio page? Where i can find this site?

    We can find this site only via – http://mrposter.co/portfolio/ but where is this site in wp-admin?

    Please look at attachement 1.

    Second:

    Please loot at attachement 2.

    Is it possible to show only Title of portfolio in portfolio list on hover?

    We dont need categories. How to make title bigger and another font? Can You give me CSS path?

     

    Best regards,

    Michal

     

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

    Hi,
    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .post-meta, .posted-on, .post-info .post-author, .post-info .post-time {
    display: none;
    }

    Best regards

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

    #7865

    Hi,

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

    .product-btn {
    left: auto;
    right: 5%;
    top: auto;
    transform: translate(0px, 0px);
    }

    .product-image:hover .product-btn {
    bottom: 5%;
    }

    Best regards

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

    #7821

    Hi,

    You can add below code to fix issue with wishlist button in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    form.cart {
    width: 100%;
    }
    .single_add_to_cart_button {
    width: calc(100% – 155px);
    }
    .cart .yith-wcwl-add-to-wishlist {
    right: 0;
    }
    }

    Best regards

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

    #7786

    Hi,

    You can add below css

    @supports (-webkit-appearance: -apple-pay-button) {
    @media only screen and (max-width: 767px) {
    .single-product div.product .stripe-enabled form.cart .quantity {
    width: 100%;
    text-align: center;
    }
    .single-product div.product .stripe-enabled form.cart .apple-pay-button-wrapper {
    width: 100%;
    }
    .single-product div.product .stripe-enabled form.cart .quantity~.button {
    width: 100%;
    }
    .stripe-enabled .cart .yith-wcwl-add-to-wishlist {display: none;}
    }}

    Best regards

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

    #7753

    In reply to: Quick view image size

    Hi,

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

    @media only screen and (min-width: 767px) {
    .product-quickview .jas-col-md-7,
    .product-quickview .jas-col-md-5 {
    flex-basis: 50%;
    max-width: 50%;
    }
    }

    Best regards

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

Viewing 10 results - 2,621 through 2,630 (of 3,131 total)