Home Forums Search Search Results for 'css'

Viewing 10 results - 1,041 through 1,050 (of 3,138 total)
  • Author
    Search Results
  • bankzy
    Participant

    Hello,

    I am trying to hide the sub-menu created when adding the WooCommerce category widget to the “WooCommerce Categories Menu Sidebar” when viewing any vendor shop from WC Vendors Pro.

    I have tried using javascript to hide the class below when viewing a certain permalink but I cannot get anything to work. The vendor name (club name in our case) would be prefixed to the end of that URL but I was hoping to include if anyone visits the below URL containing /club/ it would hide the below css class.
    <p style=”padding-left: 30px;”>http://www.bdtesting.co.uk/club/</p>
    <p style=”padding-left: 30px;”>.shop-top-sidebar</p>
     

    #29401

    In reply to: top navigation menu

    Hi,

    Please right mouse click on menu item and click on Inspect to now ID of menu item http://prntscr.com/mssptk

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

    .jas-menu > li#menu-item-3577  {
    	padding: 0 15px;
    	background: #56cfe1;
    }
    .jas-menu > li#menu-item-3577  {
    	color: #fff;
    }

    and change #menu-item-3577 with your menu item ID

    Your support expired, could you please renew at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281

    Thanks

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

    #29399

    Hi Kimi,

    1. To hide “Text & Icons” section on mobile, please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS

    @media only screen and (max-width: 767px) {
    #shopify-section-1516036229347 {display: none;}
    }

    2. Please go to Theme Settings > General > and uncheck in Minify HTML

    Kind regards

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

    #29397
    [Resolved]

    Topic: top navigation menu

    in forum HelpDesk
    tony_spiloes
    Participant

    Hi,

    I want to have one item of my main navigation menu to stand out more by having a nice padded background colour. How would I do that with CSS coding?

    #29389

    Hi,

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

    .home .product-info .price {display: none;}

    Your support now expired, please renew support at https://themeforest.net/item/gecko-powerful-ajax-woocommerce-theme/15863658

    Thanks

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

    #29366

    Hi,

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

    .post-meta .author, .post-author {display: none;}
    .post-meta span:not(:last-child) {
    	color: transparent;
    	margin-left: -16px;
    }

    Kind regards

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

    #29347

    In reply to: Bundle Products

    Hi Rahim,

    1. I’m sorry it can’t

    2. Please download attach file and replace in plugins > wpa-woocommmerce-product-bundle > includes

    3. Please change the value in Settings > Product Bundle Settings

    4. Please add below CSS code

    [dir="rtl"] .select-wrap::after {
    	right: auto;
    	left: 8px;
    }
    .select-wrap {
    	min-width: 120px;
    }

    5. Please add below custom CSS code

    .info-item.out-of-stock .price {display: none}

    6. Please add more code

    [dir="rtl"] .wpa-wcpb-list .woocommerce-Price-currencySymbol {
    	float: left;
    }

    7. This space because code standard, we will remove it for the next update.

    8. Yes, it now the discount will apply again for main product.

    Kind 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

    #29336

    In reply to: Bundle Products

    Hi Harry,

    I just tired making a bundle product on my site. https://look.ir/uRLec

    1- Is there any chance to have Variation Swatches for the bundle products? I see it has the default Woocommerce listing instead of swatches.

    2- In the bundle, I have a variable product. I have a color which is navy-blue and is translated in my attributes, but I see the bundle is using the slug of the color, instead of the name of the color.

    http://prntscr.com/mr71ob

    http://prntscr.com/mr72q3

    3- you set the default photo size to 70x70 but I see this will crop the image. I realized 70x90 will be great without cropping. So you may want to change the default value.

    4- I think the select field in the bundle needs some css fix. the select width is too small. so the attributes and arrows are so close together and in the RTL, the arrows should be on the left and the attribute should be on the right.

    5- I have a function which will hide the price for out of stock products. And this is so logical that you hide the price of a product which is over and you may come back via new price. But I see this is not working for the bundle.

    Is there any chance to apply that to the bundle too?

    /* hiding price for out of stock products */
    add_filter( "woocommerce_variable_sale_price_html", "theanand_remove_prices", 10, 2 );
    add_filter( "woocommerce_variable_price_html", "theanand_remove_prices", 10, 2 );
    add_filter( "woocommerce_get_price_html", "theanand_remove_prices", 10, 2 );
    function theanand_remove_prices( $price, $product ) {
    if ( ! $product->is_in_stock()) {
    $price = "";
    }
    return $price;
    }

    6- In RTL, the currency symbol comes after the price on the left, but in the bundle it’s on the right and so close to the price.

    http://prntscr.com/mr77aw

    7- I see an extra space in here: http://prntscr.com/mr7aan

    Kind regards Harry

    Rahim Vaziri
    CEO & Founder at Look.ir

    #29332

    Hi,

    I have activated the Child theme and have made many changes.
    Please can you direct me as to the best way to update the new theme. You have provided me many custom .css updates, I hope the update does not remove them, I have been keeping a backup of them.

    Would appreciate your help.
    Thank you.

    #29323

    Hi babysu,

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

    .jas-branding {
    	padding: 0;
    }

    Kind regards

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

Viewing 10 results - 1,041 through 1,050 (of 3,138 total)