WaniOlatunde
Forum Replies Created
-
Ok thanks Lorro – still working through this with my theme guys – I’ll let you know how it goes.
Thanks a lot for your help. 🙂
But the area I’m inputing the code was as directed by the Prophoto theme developer but he didn’t know what specific code to enter to change the WooCommerce features. So I believe I’m in the right place – just haven’t found the right code yet – sigh
Minifying? Not sure what that means – sorry #supernontechy 🙁
I’m using the prophoto theme – so it leads me to their customiser and I put the CSS in there.
Doesn’t look like I can send you an attachment / picture.
But when I go to Appearance and Edit CSS – it leads me to their customiser.
Does that mean the code may not work?
I deactivated it now and saved the css code again.
Will it take some time to work its way through?
Custom code currently:
.product_item .product_price > ins span {
color: green !important;
}span.woocommerce-Price-amount.amount {
color: #bc2477;
}.woocommerce ul.products li.product .price {
color: #000 !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
color: White !important;
background-color: #bc2477 !important;
}Ooh thanks so much – progress. 🙂
The “add to basket” button has now changed – yay! .
But the “proceed to checkout”and “place order” buttons still the same.
“proceed to checkout” button here: http://www.waniolatundeportraits.com/basket/
“place order” button here: http://www.waniolatundeportraits.com/checkout/Any suggestions for changing those?
Also still no joy on the SHOP page – text is still green: http://www.waniolatundeportraits.com/shop/
Thank you in advance. 🙂
Ooh thanks so much – progress. 🙂
The only add to basket button has now changed.
But the “proceed to checkout” http://www.waniolatundeportraits.com/basket/
and “place order” http://www.waniolatundeportraits.com/checkout/
buttons still the same.
Any suggestions for changing those?
Also still no joy on the SHOP page – text is still green: http://www.waniolatundeportraits.com/shop/
Ok quick update – I used the code below and it changed the price colour on the page for the individual page:
http://www.waniolatundeportraits.com/product/photoshoot-voucher-50000/
but not on the SHOP / collective page:
http://www.waniolatundeportraits.com/shop/
CODE USED (found on this site):
.product_item .product_price > ins span {
color: green !important;
}span.woocommerce-Price-amount.amount {
color: #bc2477;
}awesome – thanks Jeremy. it’s now working. happy new year 🙂
Forum: Themes and Templates
In reply to: Is my HTML for my splash page overriding my CSS code?!?Perfect – works now. Thanks for all your help!
Forum: Themes and Templates
In reply to: Is my HTML for my splash page overriding my CSS code?!?Ok – got my text back by changing the colour in this code:
#outer {
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
width:1400px;
margin:0px 5px;
}but still can’t get the hover to work :-/
Forum: Themes and Templates
In reply to: Is my HTML for my splash page overriding my CSS code?!?Hi Alchymyth
I removed on the inline styles and now the page changed all the text to black with only the links remaining white and I still can’t get the links to change colour when I hover.
Any advice would be greatly appreciated.
Thanks
WaniForum: Themes and Templates
In reply to: Is my HTML for my splash page overriding my CSS code?!?great thanks – this is super helpful. will try it now…
Forum: Themes and Templates
In reply to: Is my HTML for my splash page overriding my CSS code?!?aah great thanks. just to be clear, where does the inline style end? would it be?
<span style=”color: #ffffff;”>
thanks