Home Forums Search Search Results for 'css'

Viewing 10 results - 971 through 980 (of 3,138 total)
  • Author
    Search Results
  • #30400
    [Resolved]

    Topic: Removing Stock amount from product page

    in forum Claue
    littlegents
    Participant

    Hello,

     

    I am trying to remove the number of products in stock from the products page. I put this code in the theme under General Layout-> custom css

    .price-stock .availability {display: none;}

     

    But it is still showing. Could you please help?

     

    I am also having issues with my editing page on wordpress since I updated the theme. I have attached a photo of what the page looks like now. The test is all overlayed and I cannot really see where to edit anything under the product data section.

     

     

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

    In reply to: Blog Post

    Hi,

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

    .page-head {
    	background: none !important;
    	color: #000;
    }
    .page-head h1,
    .page-head a {
    	color: #000;
    }

    Kind regards

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

    #30397

    Hi,

    Please add more custom CSS code in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-checkout-review-order-table .product-bundle li a {
    	color: #000;
    }
    input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    	border: 1px solid #000;
    	color: #000;
    }
    .woocommerce-checkout-payment,
    .style-checkbox label {
    	border: 1px solid #000;
    }
    .adsw-attribute-option .meta-item-img i {
    	border: 1px solid #222;
    }
    .adsw-attribute-option .meta-item-img.active i, 
    .adsw-attribute-option .meta-item-text.active {
    	border: 1px solid #000;
    }
    .adsw-attribute-option .meta-item-text {
    	color: #000;
    	border: 1px solid #000;
    	-webkit-box-shadow: none;
    	box-shadow: none;
    }
    .select-wrap select {
    	color: #000;
    }
    .jas-mini-cart .variation, .jas-mini-cart .quantity, .widget_shopping_cart .variation, .widget_shopping_cart .quantity {
    	color: #000;
    }

    Kind regards

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

    #30394
    Micky
    Participant

    Dear,

    We had contact on the comment section of your theme and were unable to resolve the issues through the CSS code.

    Please find below the issues we have that we need to resolve before going live:

    – Top header font is still grey, needs to be changed to black all.

    – Change all grey to black – http://prntscr.com/nctibo

    – Your order button need changed colour – black background with white font: http://prntscr.com/nctd48

    – Grey need be changed to black on checkout page: http://prntscr.com/nctfoc

    – Payment box outline needs be changed from grey to black, also “terms and conditions” box need be changed to black as this is not obvious now and lots of people missed it http://prntscr.com/nctjz7

    – Change to black background with white arrow and place a little bit higher, the facebook messenger is placed there in the corner http://prntscr.com/nctg6n

    – Change all grey to black – http://prntscr.com/nctibo

    – On mobile the checkout page has a responsiveness issue  – (https://www.dropbox.com/s/toufqs0009ei4x9/checkoutmenu_issue?dl=0)

    – How do we set a formula in our store that when the minimum amount of 15 EUR is reached, the “Standard paid shipping” will disappear and automatically the free shipping will be active as the minimum amount is reached?

    Thanks a lot for your support.

    Best,

    Michael

    Please add more css code

    table.variations td.value {
    	border: none;
    	padding: 0;
    	display: block;
    }
    table.variations td.value select {
    	-webkit-appearance: initial;
    	-moz-appearance: initial;
    	appearance: initial;
    	background: transparent;
    	border: 1px solid #999;
    }
    table.variations td.label {
    	font-weight: bold;
    	display: block;
    }

    Regards

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

    Hi Rizwan,

    Please add more custom CSS code

    form.cart:not(.variations_form) > .nyp,
    .nyp {
    	margin-bottom: 30px;
    }
    .entry-summary .subscription-details.subscription-terms {
    	display: none;
    }

    Kind regards

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

    #30366
    timgraham001
    Participant

    Hi on my website http://www.poshbagslondon.com,  I want to change the sold out sign badge from grey to red. I have the changed css to my css plugin as follows:

    .badge .sold-out {
    background: #bf2b2b!important;
    width: 95px;
    }

    However the colour is not changing

    #30360

    In reply to: Font Help

    Hi Rahim,

    Please try this plugin https://wordpress.org/plugins/admin-custom-font/ or just use css code

    body {font-family: "IRANSans" !important;}

    Kind regards

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

    #30356

    In reply to: Font Help

    Hi,

    Please check your CSS code for admin, your code applied for all elements

    /* Font for admin area */
    .rtl *,.rtl #adminmenuwrap *,.rtl #wpadminbar * {
    font-family: "IRANSans" !important;
    }

    Inspect element and add css for only text element.

    Kind regards

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

    #30355

    Topic: Font Help

    in forum Claue
    Rahim
    Participant

    Hi Harry,

    I have my own font family which is called IranSans and is working fine on my front-end.

    For the admin area, I have made a css file named admin_style_custom.css and added this function to my functions.php of the child theme:

    /* Custom Style for WP admin area*/
    function wpadmin_style_custom() {
    echo '<link rel="stylesheet" href="https://look.ir/wp-content/themes/claue-child/admin_style_custom.css" type="text/css" media="all" />';
    }
    add_action('admin_head', 'wpadmin_style_custom');

    so I can change the style of the dashboard which is working fine.

    I have applied my font which is IranSans via this code in the css file:

    /* Font for admin area */
    .rtl *,.rtl #adminmenuwrap *,.rtl #wpadminbar * {
    font-family: "IRANSans" !important;
    }

    the font is applied in everywhere of the dashboard with no issue.

    But after this some font awesome icons looks as a square in the dashboard.

    http://prntscr.com/nbop72

    http://prntscr.com/nbopbk

    How can I fix this?

    I really need your help.

    I found the font awesome CDN which says add it to <head> of the html file but I don’t know who to do it for the dashboard or is there any other solution for me?

    Kind regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

Viewing 10 results - 971 through 980 (of 3,138 total)