NiceThemesChange text colour in slider – NiceThemes http://nicethemeswp.com/forums/topic/change-text-colour-in-slider/feed/ Wed, 23 Apr 2025 14:42:15 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/change-text-colour-in-slider/#post-3109 <![CDATA[Change text colour in slider]]> http://nicethemeswp.com/forums/topic/change-text-colour-in-slider/#post-3109 Tue, 07 Jan 2014 14:05:22 +0000 VivaDigital Hi

How do I change the title and text in this area so it doesn’t clash with the background?
http://prntscr.com/2ha2n2

Thanks

]]>
http://nicethemeswp.com/forums/topic/change-text-colour-in-slider/#post-3111 <![CDATA[Reply To: Change text colour in slider]]> http://nicethemeswp.com/forums/topic/change-text-colour-in-slider/#post-3111 Tue, 07 Jan 2014 14:47:03 +0000 Juanfra Aldasoro Hi There,

Thanks for writing.

In order to change that color you’ll need to apply some CSS, something like this would work:

.flex-caption h2, .flex-caption p{
   color: #333;
}

Change #333 with the color you need.

You can check how to add some custom CSS here: http://nicethemeswp.com/support/theme-docs/paeon/#custom-css

Best,
Juan.

]]>