geoffebbs
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change downloadable files link from databaseI have exactly the same problem. Interested if you found a work around to this.
Forum: Fixing WordPress
In reply to: Shortlink output before contentThat worked a treat. Thanks very mch
Forum: Fixing WordPress
In reply to: Shortlink output before contentNot fixed, I just removed it. I will put it back now so you can see the problem.
Forum: Plugins
In reply to: [WooCommerce] Trying to Override WC css – Not WorkingWhoops, complete idiot. Had not completed comment properly and had commented out my own CSS code!
Forum: Plugins
In reply to: [WooCommerce] Trying to Override WC css – Not WorkingSimilar problem
I have created a child theme for twenty fourteen and an additional stylesheet for full-width pages called fullwidth.cssI call fullwidth.css from the header.php when the page template is fullwidth-page or it is a woocommerce page.
That removes the black strip for the left hand sidebar fine, so I know the css is being read and is working.
My problem is that I would also like to over write the “width: 100%;” with “width: auto;” on the following tags so that my small icons display properly.
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a imgThis is not working at http://new.rachelarthur.com.au/product-category/downloads-audio/, for example
but is working fine at http://rachelarthur.com.au/product-category/downloads-audio/
When I inspect the elements the fullwidth stylesheet has not been applied to these elemetns, but I know it has been loaded and is working (it is present in the source, and the black for the left sidebar has been removed)
Can anyone point out to me what I have missed?