-
Search Results
-
[Resolved]
Topic: Removing Stock amount from product page
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.
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
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
Topic: Font Help
Hi Harry,
I have my own font family which is called
IranSansand is working fine on my front-end.For the admin area, I have made a css file named
admin_style_custom.cssand 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
IranSansvia 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.
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