Home Forums Search Search Results for 'css'

Viewing 10 results - 1,941 through 1,950 (of 3,138 total)
  • Author
    Search Results
  • #16819

    I just need a css code, to make the modal window fixed to block the scroll?

    #16817

    In reply to: how to add child theme

    Hi Girdhari,

    You want add background color for only homepage-frontpage or for all page?

    If you add background for only homepage please use below code

    body.home { background: #fff;}

    if you change background for all pages please use below code

    body { background: #fff;}

    You can add this code to style.css in claue-child or add in Dashboard > claue > 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

    #16812
    Sebizzle
    Participant

    How can I remove the post excerpts from the post category pages?

    http://delatique.com/eventos/

    I would like to make this change via the html and not via css please. I just want to have the titles. and the featured image.

     

    Many thanks,

    Hmm. something seems to be wrong.
    I dont have none of both css and it dont show any more prices below products.

    Can you help me?

    What I want is only the regular and discount price in one line below product.

    #16800

    Hi,

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

    .price-review .woocommerce-product-rating {
    	margin-bottom: 10px;
    }
    .flex.between-xs.middle-xs.price-review {
    	display: inline-block;
    }

    Best regards

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

    #16795

    Hi,

    Possible to have a css code for the modal make it fix
    Because when I scroll, the modal moves, fix the modal?
    I’m talking about the modal window of the ARMember plugin?

    Is there an update of the template?

    Thanks

    #16787

    In reply to: Product Image Zoom

    Hi,

    This issue because you’re using .png photo. please add below code in Claue > Theme Option > General Layout > Custom CSS to fix

    .single-product-thumbnail .slick-slide img {
    background: #fff;
    }

    Best regards

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

    have to come back to this, because this CSS vanish all price information.
    I want to have the first line with regular and sale price, but not the second price line with the base price index.

    #16757

    Hi,

    Sorry for late reply.

    This issue related to new version of WooCommerce 3.3.0 we wait for next update version.

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

    .archive .sub-categories { display: none;}

    Best regards

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

    #16749

    In reply to: Removing Go Up Arrow

    Hi,

    Please use the custom CSS below

    #jas-backtop { display: none !important; }

    Cheers,
    Foster

Viewing 10 results - 1,941 through 1,950 (of 3,138 total)