Font color
AppPhone - perfect Joomla template to for app developers for showing your applications support forum.
- GK User
- Wed May 01, 2013 7:23 pm
I am using Style 2 (green) for this site and would like to change everything that appears in green, like links to another color. Not sure where to do this.
Also, I would like to change the font color for GkQuote to white. I have been able to change the <cite> tag within the <blockquote> to white, but don't know how to change the rest of the text.
One more - how do I change the color of the body text on the inside pages. I would like to make it darker.
thanks again
Also, I would like to change the font color for GkQuote to white. I have been able to change the <cite> tag within the <blockquote> to white, but don't know how to change the rest of the text.
One more - how do I change the color of the body text on the inside pages. I would like to make it darker.
thanks again
-
- Expert Boarder
- GK User
- Thu May 02, 2013 11:02 am
Hi,
all green color you can change in css/style2.css
To change blockquote please add to override.css
and if you would like to change body text please add:
and set your own color value to fit your needs. Remember to enable override.css option in template settings.
all green color you can change in css/style2.css
To change blockquote please add to override.css
- Code: Select all
.gkQuote blockquote {
color: #ffffff;
}
and if you would like to change body text please add:
- Code: Select all
body {
color: #a7a39c;
}
and set your own color value to fit your needs. Remember to enable override.css option in template settings.
-
- Gold Boarder
- GK User
- Thu May 02, 2013 8:26 pm
Thanks again. I was able to change the blockQuote color in override, but I'm not sure how the quotation mark imagery is generated. I have attached a screenshot.
I was not able to change the text color on the inside pages even though I placed your code in the override file. I've also attached a screenshot.
Thanks again. Your help is greatly appreciated.
I was not able to change the text color on the inside pages even though I placed your code in the override file. I've also attached a screenshot.
Thanks again. Your help is greatly appreciated.
-
- Expert Boarder
- GK User
- Sat May 04, 2013 1:47 am
I found the images that were used for the green quotes and recolored them.
Now if you could please help me with changing the inside pages font color, I would be really appreciative.
I have put the body {
color: #555555;
}
code into the override file, but there are no changes.
Any other suggestions?
thanks again
Now if you could please help me with changing the inside pages font color, I would be really appreciative.
I have put the body {
color: #555555;
}
code into the override file, but there are no changes.
Any other suggestions?
thanks again
-
- Expert Boarder
- GK User
- Sun May 05, 2013 11:07 am
Quotes are images located in templates/gk_appphone/images/styleX/quote.png In your case it will be style2 folder.
-
- Gold Boarder
- GK User
- Mon May 06, 2013 12:58 am
Konrad
Thanks again. I found the image and was able to change the color. Any idea why I'm unable to change the font color on the inside pages. I copied the code below into the override file and the color didn't change. Maybe the font color for the internal pages is different code?
Thank you
Thanks again. I found the image and was able to change the color. Any idea why I'm unable to change the font color on the inside pages. I copied the code below into the override file and the color didn't change. Maybe the font color for the internal pages is different code?
Thank you
-
- Expert Boarder
- GK User
- Mon May 06, 2013 12:59 am
Konrad
Thanks again. I found the image and was able to change the color. Any idea why I'm unable to change the font color on the inside pages. I copied the code below into the override file and the color didn't change. Maybe the font color for the internal pages is different code?
Thank you
Thanks again. I found the image and was able to change the color. Any idea why I'm unable to change the font color on the inside pages. I copied the code below into the override file and the color didn't change. Maybe the font color for the internal pages is different code?
Thank you
-
- Expert Boarder
- GK User
- Mon May 06, 2013 5:27 pm
Please give me url to your website. I will check it.
-
- Gold Boarder
- GK User
- Mon May 06, 2013 6:48 pm
-
- Expert Boarder
- GK User
- Mon May 06, 2013 6:58 pm
Please try add this code to override.css
and set own values to color and text-shadow.
- Code: Select all
#mainPage {
color: #85837f;
text-shadow: 1px 1px 0 #fff;
}
and set own values to color and text-shadow.
-
- Gold Boarder
- GK User
- Mon May 06, 2013 7:20 pm
Konrad M wrote:Please try add this code to override.css
- Code: Select all
#mainPage {
color: #85837f;
text-shadow: 1px 1px 0 #fff;
}
and set own values to color and text-shadow.
Worked perfectly Thanks again
-
- Expert Boarder
11 posts
• Page 1 of 1