Lighter Promo Image Shadow

Hello:

Where do you change the intensity of the white text shadow of the promo images, where Welcome to the community and Hello (members username shows up)?

Please advise?

 

Thanks,

vilhelm

Quote · 23 Jul 2012

for the welcome, under languages..

_Welcome_to_the_community

the rest should be in css.

Research Firebug for Chrome, turn off all site caching and use it to find the elements your wanting to change.

If you use the search box above, you may find all your answers.


ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Jul 2012

That is done with a tranparent png image. templates/base/images/opSplash.png

You will need a editor such as Photoshop, Paint Shop Pro or other editor that can work with tranparent png images.

https://www.deanbassett.com
Quote · 23 Jul 2012

Opp. Wait. I think i misundestood the question the first time.

Ok. The text shadow is in templates/base/css/index.css about line 91

#indexPhotoLabel div.sys_title, #indexPhotoLabel div.label_thumb {
    color#333333;
    font-size24px;
    font-weightbold;
    letter-spacing-0.02em;
    text-shadow0 1px 0 #FFFFFF;
}



And you cannot change the intensity.

You can change the offset, the amount of blur and the color.

http://www.w3schools.com/cssref/css3_pr_text-shadow.asp

https://www.deanbassett.com
Quote · 23 Jul 2012

Thank you very much for your fast response and pointing me in the right direction!

 

Thanks again!

Quote · 23 Jul 2012
 
 
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.