Greek Yogurt Themes not updating
Permalinkhttp://salemchapelfurniture.co.uk/...
I noticed that the themes which I set are no longer updating in the website. They appear to save in custom themes but do not update in the website.
If I add a block of content then I have to manually add the #hex colour code as it is not being picked up from the theme,same with links etc,
I have cleared the cache but did not make any difference
any assistance much appreciated,
Thanks

div#main-container p { margin-bottom: 20px; margin-top: 20px; }
Try changing it to this
div#main-container p { margin-bottom: 20px; margin-top: 20px; color: #51b048; }
You have
div#main-container, div#main-container ul li { /* customize_p-font */ font-family: 'Merriweather', Georgia, serif; line-height: 1.8em; font-size: 14px; div#main-container #nav-header li { border: 0; } /* customize_p-font */ /* customize_text */ color:#51b048; /* customize_text */
Try changing it to this
div#main-container, div#main-container ul li { /* customize_p-font */ font-family: 'Merriweather', Georgia, serif; line-height: 1.8em; font-size: 14px; /* customize_p-font */ /* customize_text */ color: #51b048; /* customize_text */ } div#main-container #nav-header li { border: 0; }