New Theme not respecting additional CSS
-
Hi,
So I updated to a new theme yesterday and it’s great, problem is when I added some old CSS sytle sheet code to make the new theme/site look the same it didn’t.
For example I have payment buttons on the home page for both Worldpay and Paypal and they have shifted to the left instead of being centred.
Also the text:
Get “Eliminating Toxic Overload Safely” eBook:
isn’t in italic red font?Does anybody know why this old CSS code added to the new CCS theme stylesheet doesn’t work?
The original page code on the home page has:
<div class="paypal">and it’s still there now (with the new theme added) and worked well because I had red italic writing where I needed it (call to action above the payment buttons) and both the payment buttoms were centred. Now when I add the custom CSS (see below) to the new theme’s CSS stylesheet it doesn’t respond to the code?
Please see url above of what it should look like.
Thanks for any help.
Cheers
Ian============================================================
.paypal { text-align: center; /*margin-bottom: 25px;*/ } .paypal p { color: #900; font-weight: bold; font-size: 18px; font-style: italic; line-height: 1.6em; } .quotation{ font-size: 18px; color: #273A19; font-weight: bold; font-style: italic; } button { border:none; background:transparent; } .worldpay-button img[class*="align"], .worldpay-button img[class*="wp-image-"]{ border:none; }===========================================================
The page I need help with: [log in to see the link]
The topic ‘New Theme not respecting additional CSS’ is closed to new replies.