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
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 |
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! |
That is done with a tranparent png image. templates/base/images/opSplash.png https://www.deanbassett.com |
Opp. Wait. I think i misundestood the question the first time.
#indexPhotoLabel div.sys_title, #indexPhotoLabel div.label_thumb {
color: #333333;
font-size: 24px;
font-weight: bold;
letter-spacing: -0.02em;
text-shadow: 0 1px 0 #FFFFFF;
}
https://www.deanbassett.com |
Thank you very much for your fast response and pointing me in the right direction!
Thanks again! |