Home Forums Search Search Results for 'css'

Viewing 10 results - 1,421 through 1,430 (of 3,138 total)
  • Author
    Search Results
  • #24279

    I have attached a screen shot of the CSS code in my website.

    Nothing changed.

    I have also attached another screen shot of the payment page, I marked what I want to change from English to hebrew. What code should I write in the CSS for this?

    Thank you for your help.

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

    Hi,

    You can increase font size on top by add below code to CLaue > Theme Option > general layout > Custom CSS

    .jas-menu > li > a {font-size: 14px;}

    and change 14 with your number

    Kind regards

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

    #24272

    Hi,

    I change more codes in Custom CSS. Please use this app to compare code http://winmerge.org/

    Kind regards

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

    #24265

    Hi,

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

    .product-image .db::before {
    	display: none;
    }
    .product-image .add_to_cart_button {
    	overflow: inherit;
    }
    .product-button > * {
    	-webkit-transform: inherit;
    	-ms-transform: inherit;
    	-o-transform: inherit;
    	transform: inherit;
    }
    .product-button {
    	top: inherit;
    	left: inherit;
    	right: inherit;
    	-webkit-transform: inherit;
    	transform: inherit;
    	position: relative;
    	margin-top: 15px;
    }

    2. Please use WooCommerce shortcode https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-6 and this plugin to show pagination with shortcode https://wordpress.org/plugins/shortcode-pagination-for-woocommerce/

    Kind regards

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

    #24261
    This reply has been marked as private.
    #24249

    Hi ArtK,

    I updated code in Theme Option > General Layout > Custom CSS and code in claue > style.css

    Kind regards

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

    #24235
    This reply has been marked as private.
    #24226

    Hi ArtK,

    Please remove your code and download file style.css to replace on your site

    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

    #24217
    This reply has been marked as private.
    #24212

    In reply to: css problems

    Hi,

    1. Please go to Claue > Theme Option > WooCommerce > Product Detail Setting > Add to cart behavior > Slide Sidebar

    2. Please delete plugin Product Bundle and re-download to fix

    3. User can delete bundle but can’t delete product in bundle because it can’t calculate % discount

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

    .badge .new {display: none;}

    Kind regards

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

Viewing 10 results - 1,421 through 1,430 (of 3,138 total)