Home Forums Search Search Results for 'css'

Viewing 10 results - 141 through 150 (of 3,138 total)
  • Author
    Search Results
  • #41792
    vintagevibe.ca
    Participant

    Good day, I have migrated my products from old theme to new Claue one.

    I used this in CSS theme options to remove the NEW label/badge on products:

     

    span.new {
    display:none !important;
    }

     

    But, next week I have to upload new product inventory and would like to use the NEW badge on those products.

    1. Would like NEW on new products I upload
    2. Also, do you know how long NEW stays on, and can I change it i.e. I upload a product and would like to have NEW label on for only 14 days?

    Thank you.

    vintagevibe.ca
    Participant

    Good day,

    I added below to Claue > CSS

     

    .add_to_cart_button::before {
    font-family: fontAwesome;
    content: “\f07a\00a0”;
    }

     

    Did not work, I just wish to add a font awesome shopping cart icon prior to text, please see attachment.

    Best.

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

    Hi,

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

    .home .header-sticky .header__mid {
    	background: transparent;
    }

    and please go to Claue > Theme Option > Header and upload header transparent logo.

    Kind regards

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

    #41756

    Hi Reinhard,

    Sorry because miss understood.

    Please add below code Claue > Theme Option > General Setting > Custom CSS

    .jas-wc-single .quantity .tc a.plus,
    .jas-wc-single .quantity .tc a.minus {
    	display: none;
    }

    Kind regards

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

    #41739

    Hi Cairs_nic,

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

    .translator-dropdown-languages-list {
    	right: -10px;
    	position: absolute;
    }

    Kind regards

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

    #41706

    In reply to: Removing unused Code

    Hi,

    I’m not sure. Because the CSS and Javascript not use on every where but it will use some where, we can’t remove. Just only author of plugin know where use or not use the CSS and Javascript.

    Kind regards

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

    #41705

    Topic: Removing unused Code

    in forum Claue
    ushoptwo
    Participant

    How do we get rid of unused CSS and Javascripts? How do we know if there are some that are not being used? Thank in advance for the help!

     

    #41704

    Hi,

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

    .product-info .swatch__list {
    	align-items: center;
    	text-align: center;
    	justify-content: center;
    }

    Kind regards

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

    #41690

    Hi,

    The issue by cache and i clear cache and minified JS/CSS on your site and it work https://tppr.me/ry5K6

    Kind regards

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

    #41665

    Hi Vintagevibe,

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

    @media only screen and (max-width: 736px) {
    .product-extra-title h2 {
    	font-size: 18px;
    }}

    2. You can change text in Loco > Theme > Claue > Create new language > English-US and find the text and change as you want.

    3. For the second reply on a topic you can “set private reply”

    Kind regards

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

Viewing 10 results - 141 through 150 (of 3,138 total)