chinners
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cannot permanently delete/remove productThanks, understood – I thought it might be more complicated than that – confirm all product data is just held in this one row? I’ve deleted from PHPMyAdmin and all seems OK!
Thanks again – perhaps I was anticipating it being more spread out over various entries for some reason.
Still love to know what happened to cause this issue but it’s certainly seemed to solve the problem and I owe you a beer.
Forum: Themes and Templates
In reply to: Another centering of header items CSS questionGenius! Thanks very much. I owe you a beer!
Forum: Themes and Templates
In reply to: Another centering of header items CSS questionI have just un-minified the CSS code to help make this a little more user friendly for anyone using Firebug. I’ve spent all day trying various permutations but with no luck so far. Grrrrrrr!
Forum: Themes and Templates
In reply to: Another centering of header items CSS questionThanks for your reply – unfortunately that doesn’t work. Just to confirm I am doing this right, I have pasted the content of my EDIT CSS below:
==========================
/*
Welcome to Custom CSS!CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don’t need to copy all
your theme’s stylesheet content.
*/
body {
color: black;
}.has-top-slider .banner .container {
text-align: center;
}