Welcome to the community CSS changes

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
Quote · 26 Oct 2011

I only know how to change the text Cry

update the language key _Welcome_to_the_community to change the text.

Maybe it will help you Smile

Good luck

so much to do....
Quote · 26 Oct 2011

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
Quote · 26 Oct 2011

And you can edit its style in index.css at line 81

#indexPhotoLabel {
        height:82px;
        line-height:82px;
        position:absolute;
        bottom:0px;
        width:100%;
        z-index:1;
        background:transparent url(../images/opSplash.png) repeat-x scroll left top;
    }

For anybody curios.........:)

so much to do....
Quote · 26 Oct 2011

Re-read my original top post...I stated I tried that...it doesn't work.

 

Thanks.

Jeremy
Quote · 26 Oct 2011

 

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!
Quote · 26 Oct 2011

 

I changed like this in index.css. its working on fire fox. but not work in google chrome. solutions??


#indexPhotoLabel div.sys_title, 

#indexPhotoLabel div.label_thumb {

font-size:24px;

color:#660000;

font-weight:lighter;

text-shadow:0 1px 0 #FFFFFF;

letter-spacing: -0.02em;

}

Quote · 16 Dec 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.