Does anyone know specifically where in the code to change the font color, face, and size for the Welcome to the community message on the homepage? I tried changing it in the /templates/base/index.css sheet but didn't work.
Thanks
Does anyone know specifically where in the code to change the font color, face, and size for the Welcome to the community message on the homepage? I tried changing it in the /templates/base/index.css sheet but didn't work.
Thanks Jeremy |
I only know how to change the text update the language key _Welcome_to_the_community to change the text. Maybe it will help you Good luck so much to do.... |
Yeah I have changed my text to say what I want it to say. Was looking to change the colors. What I did do to the language file _Welcome_to_the_community was this: <font color="yourcolorofchoice" size="5">YourWordingofChoice</font>
and it works great. Just in case anyone else was curious to know. Jeremy |
And you can edit its style in index.css at line 81 #indexPhotoLabel { For anybody curios.........:) so much to do.... |
Re-read my original top post...I stated I tried that...it doesn't work.
Thanks. Jeremy |
Re-read my original top post...I stated I tried that...it doesn't work.
Thanks. Have you tried using Firebug or something similar to point you to the right file? It's the best way to learn these things yourself. [edit] to use Firebug, make sure all your cache features are off and cleared.. It is very easy to do the color change. ManOfTeal.COM a Proud UNA site, six years running strong! |
I changed like this in index.css. its working on fire fox. but not work in google chrome. solutions??
#indexPhotoLabel div.label_thumb { font-size:24px; color:#660000; font-weight:lighter; text-shadow:0 1px 0 #FFFFFF; letter-spacing: -0.02em; } |