Home Forums Search Search Results for 'css'

Viewing 10 results - 2,521 through 2,530 (of 3,131 total)
  • Author
    Search Results
  • #9191

    Hi,

    I saw you added the custom CSS to hide this form, I have adjusted for you, please check.

    #9186

    Hi,

    Can make header layout 4 sticky by download attach file and extract to claue-child > views > header, create new folders (views, header)

    and add custom css code in Claue > Theme Option > General Layout > Custom CSS

    #jas-header.header__mid.header-sticky {
    width: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    }
    .header-4 { height: auto !important;}

    Best regards

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

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

    #9174
    [Resolved]

    Topic: Add to cart behaviour – popup

    in forum Claue
    capellaink
    Participant

    Hi,

    What’s the custom css to change the styling for the pop-up after add to cart:

    1. Font size for “Your Order” title
    2. Font size for “You might also like these” title
    3. Change the text “You might also like these” to something else
    4. Change the “Proceed to Checkout” button color
    5. Change the size of “Subtotal” text
    6. Font size & weight of the Related Product titles below
    7. The “add to cart” button style, to be the same style as the “Proceed to Checkout” button, as in filled, with background color, and white text.
    8. Change font size of the product price, on this pop-up only, not the product quick view pop-up. I’ve set the product quick view pop up size to 20px. But it also reflects in this pop-up. I used this code:

    .jas-wc-single .woocommerce-Price-amount.amount,
    .product-quickview .woocommerce-Price-amount.amount {
    font-size: 20px;
    }

    thanks so much!!!

     

    #9158

    In reply to: Delete image title

    yes, you add custom css

    .header__mid {
    box-shadow: 0 1px 0 0 #ededed;
    }

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

    #9144

    In reply to: Delete image title

    Yes,

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

    .page-head h1 {
    color: #222;
    }
    .page-head::before {
    background: transparent none repeat scroll 0 0;
    }
    .page-head {
    background-color: #fff;
    background-image: none !important;
    color: #222;
    }

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

    #9136

    In reply to: A Few Simple Questions

    Hi,

    1. We fixed issue relate mini cart, click on color swatch, and flip image on mobile on your site, please clear cache before check

    2. You can change price to red color only by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-Price-amount.amount {
    color: red;
    }

    3. You can add size guide in product description or add an image or HTML content below Add to cart button in Claue > Theme Option > WooCommerce > Product Detail Settings > Extra Content

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

    #9135

    Hi,

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

    @media only screen and (max-width: 480px) { th, td {padding: 5px;} }
    @media only screen and (max-width: 414px) { th, td {padding: 2px;} }

    Best regards

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

    #9114

    Hi

    You can change size of product price on product page by add custom css

    .jas-wc-single .woocommerce-Price-amount.amount {
    font-size: 20px;
    }

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

    #9103
    [Resolved]

    Topic: Change font size for product price

    in forum Claue
    capellaink
    Participant

    Hi,

    What’s the custom css to change the size of Product Price on single product page. Only on the detail product page.

    Thank you!

    #9094
    moudd
    Participant

    Hi team;

     

    When i load my website the header with the menu load after the contant.

    Please notice that i dont touch the HTML directly except modifying the logo with the claue configuration.

    It seems that the CSS don’t load in the proper order.

    (bug tested with firefox and chrome – mobile + desktop )

     

    Please find my website link attached.

     

    Thanks

Viewing 10 results - 2,521 through 2,530 (of 3,131 total)