Intro text color

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jul 26, 2013 12:56 pm
Reply with quote
Report this post
I have setup intro with some images but the default test color is White, (same with some part of the image) and it is not showing correctly.
How can I change the text color?
Thank you

Nick
User avatar
Fresh Boarder

GK User
Fri Jul 26, 2013 4:00 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1, .gkIsWrapper-gk_creativity .figcaption h2 {color: #F00;}

Change the F00 to your liking.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Jul 27, 2013 12:34 am
Reply with quote
Report this post
should I remove from style.css the
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1, .gkIsWrapper-gk_creativity .figcaption h2 {
color: #fff;
text-align: center;
text-transform: uppercase;
position: relative;}


The override (I have enable it to template) does not seem to work because I think it finds the style on style.css (seems like style.css has priority to override.css)
User avatar
Fresh Boarder

GK User
Sat Jul 27, 2013 9:19 am
Reply with quote
Report this post
No, override.css always should have priority over any other css'es on the page (except inline with !important).
Could You post an url to your site?
User avatar
Moderator

GK User
Sun Jul 28, 2013 11:35 am
Reply with quote
Report this post
I have changed the style.css and it seems to work (but I dont think it does with override.css)
User avatar
Fresh Boarder

GK User
Sun Jul 28, 2013 4:57 pm
Reply with quote
Report this post
It should. Some time ago there was a bug in few templates, but if yours is up to date, it should work correctly.
User avatar
Moderator

GK User
Mon Jul 29, 2013 9:52 pm
Reply with quote
Report this post
Right now with changes You have made I cant 100% tell if override.css works correctly.
Either case, end results works as You have desired.
User avatar
Moderator

GK User
Mon Feb 10, 2014 10:23 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1, .gkIsWrapper-gk_creativity .figcaption h2 {color: #F00;}

Change the F00 to your liking.
Remember to enable "CSS override" in template settings - advanced section.



I've tried the above modifications in the overrides.css for Creativity template Joomla 3.0 and it does not work. Please advise and sorry for the thread bump but I've tried everything and the only option that works is to actually modify the "style.css" as mentioned above and I'd prefer to not change the actual CSS as I'm sure it will be overwritten at some point.

Thank you in advance for your time and assistance.
User avatar
Expert Boarder

GK User
Tue Feb 11, 2014 7:51 am
Reply with quote
Report this post
Please leave the modifications in override.css, remove them from style.css and post here your site url. Ill check whats wrong.
User avatar
Moderator

GK User
Tue Feb 11, 2014 9:09 pm
Reply with quote
Report this post
Please modify it this way:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1,
.gkIsWrapper-gk_creativity .figcaption h2 {
   color: #ed0 !important;
}

Adding !important should force the settings.
User avatar
Moderator

GK User
Mon Feb 24, 2014 4:47 pm
Reply with quote
Report this post
Cyberek wrote:Please modify it this way:
Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1,
.gkIsWrapper-gk_creativity .figcaption h2 {
   color: #ed0 !important;
}

Adding !important should force the settings.



That works like a charm, must need the !important in the override.css. I can't find a style.css the J3 template only seems to have style1,css through style6.css, but regardless... the Intro Text Title color is changed now based of the modification to overrides.css -> THANK You very much Cyberek, very much appreciated.
User avatar
Expert Boarder

GK User
Mon Feb 24, 2014 7:44 pm
Reply with quote
Report this post
Thanks for appreciation :)
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron