- Posts: 2
COMMUNITY FORUM
How do I edit CSS to change text colour [SOLVED]
- Adam
-
Topic Author
- Offline
- New Member
Less
More
11 years 10 months ago - 11 years 10 months ago #114118
by Adam
How do I edit CSS to change text colour [SOLVED] was created by Adam
Hello,
I'm brand new to K2 and run into a bit of an issue with a Joomla theme I'm using with it. I think K2 will be reading a font colour from the template, but I'm wondering if somebody can direct me to where I can change the font colour that K2 is using for the text colour in the User box, as shown in the screenshot?
I can't seem to add an attachment to this post, so the screenshot is at:
www.quanny.co.uk/screenshot.jpg
Thanks,
- Adam.
I'm brand new to K2 and run into a bit of an issue with a Joomla theme I'm using with it. I think K2 will be reading a font colour from the template, but I'm wondering if somebody can direct me to where I can change the font colour that K2 is using for the text colour in the User box, as shown in the screenshot?
I can't seem to add an attachment to this post, so the screenshot is at:
www.quanny.co.uk/screenshot.jpg
Thanks,
- Adam.
Please Log in or Create an account to join the conversation.
- Eric
-
- Offline
- Senior Member
Less
More
- Posts: 44
11 years 10 months ago #114119
by Eric
i like to modify things, and make them do unintended things
Replied by Eric on topic Re: How do I edit CSS to change text colour
generally it will be in:
templates\template_name\css\
there may be a file named k2.css in there, try that first,
then look though those to see which has you theme's color data in it (the theme i use has a style1.css, style2.css, and so on, with k2 color data inside it, but your theme may be different)
if you using firefox, i'd say to right click on the text and choose "inspect element", to figure out the css class, and color codes
templates\template_name\css\
there may be a file named k2.css in there, try that first,
then look though those to see which has you theme's color data in it (the theme i use has a style1.css, style2.css, and so on, with k2 color data inside it, but your theme may be different)
if you using firefox, i'd say to right click on the text and choose "inspect element", to figure out the css class, and color codes
i like to modify things, and make them do unintended things
Please Log in or Create an account to join the conversation.
- teddy
-
- Offline
- New Member
Less
More
- Posts: 14
11 years 10 months ago #114120
by teddy
Replied by teddy on topic Re: How do I edit CSS to change text colour
hi adam
if you want send me your website address
but you can do it easy with some tools like webdeveloper or firebug in fire fox
you can find css code that you have to change it
if you want send me your website address
but you can do it easy with some tools like webdeveloper or firebug in fire fox
you can find css code that you have to change it
Please Log in or Create an account to join the conversation.
- Adam
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
11 years 10 months ago #114121
by Adam
Replied by Adam on topic Re: How do I edit CSS to change text colour
Hi,
Thanks guys... I didn't know how to use the Inspect Element feature in Firefox, and with it worked out which CSS file it was reading. I've changed some of the colour values around, and it's working as wanted now.
Appreciate the help, many thanks,
- Adam.
Thanks guys... I didn't know how to use the Inspect Element feature in Firefox, and with it worked out which CSS file it was reading. I've changed some of the colour values around, and it's working as wanted now.
Appreciate the help, many thanks,
- Adam.
Please Log in or Create an account to join the conversation.