Home Forums Search Search Results for 'css'

Viewing 10 results - 2,781 through 2,790 (of 3,138 total)
  • Author
    Search Results
  • #5726
    TN
    Participant

    Thanks Harry.  Is it possible to replace the icons for shopping cart to a different icon ?

    Also, I am trying to reduce the space to a minimum in between each of the sections

    1. Between menu and slider
    2. After slider
    3. The section  after slider
    4. Before the product section
    5. Before the footer.

    Can you please help me with the custom css or any other option that i will be able to use to play around with the spacing between each sections

     

    #5721

    Hi,

    You can change title color by add custom CSS

    #jas-footer h3.widget-title {color: #fff;}

    Sorry for menu text color, could you take a screen shot, i don’t understand.

    Thanks

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

    #5695

    In reply to: Quick Shop

    Hi,

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

    .btn-quickview {
    left: auto;
    right: 10px;
    top: auto !important;
    bottom: 10px;
    }

    Best regards

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

    Hi Harry,

    I do not want the header image on my product pages, that’s why I changed the CSS to display:none

    What I want is to create a template for each category page so I can put a background image behind the actual products. I attached an example in my last message. I will attach it again to this message.

    Can you please tell me what files I must change or clone so that I can make a NEW template for each product category page?

    As far as I know this cannot be done by simply using custom CSS.

    Can you do this for me if I pay? How much?

    Thank you.

    -Michael

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

    In reply to: Lookbook Issue

    Hi,

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

    @media only screen and (max-width: 800px) {
    .jas-col-sm-4.jas-col-md-6.metro-item {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    }
    .metro-item .product-inner .product-image {
    margin-bottom: 0;
    }
    }

    Best regards

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

    Hi,

    I checked your site and saw you edit core theme https://monosnap.com/file/G0P6CvCACkZT1zg8RnxxxFRwkMD6x4#

    please remove “display: none; to show page head image

    We recommend you add custom css in JanStudio > Theme Option > General Layout > Custom CSS or use child theme.

    Best regards

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

    #5677
    This reply has been marked as private.
    #5659

    Hi Foster

     

    Thanks a lot for your quick reply. It worked perfectly. How about the publishing date under the headline. Is there e possibility to deactivate that or do i have to do that with custom css too?

     

    Cheers

    -Andreas

    #5655

    Hi Andreas,
    To disable it, please use this custom CSS code (Add in JanStudio / Theme Options / General / Custom CSS)
    .portfolio-meta { display: none; }

    – Foster

    #5654

    Hi,

    1. You can go to WooCommerce > MG Open Swatch Option > Position > After title

    http://take.ms/meXsg

    2. We fix issue, now you can try update again

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

    .single-product-thumbnail .slick-slide img { width: 100%;}

    Best regards

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

Viewing 10 results - 2,781 through 2,790 (of 3,138 total)