Link to home
Start Free TrialLog in
Avatar of Amanda Watson
Amanda WatsonFlag for Australia

asked on

really easy css change help please

Hi, on this site here http://ballinabyronglass.com.au/newsite/ you see the portfolio section that names things like Doors and windows, Glass Splashbacks etc etc, and they are written in WHITE.
I am trying to find the css code to change the color or add a transparent background so you can read it.
Can anyone help me find the tag to change the color?
I thought it was .service-description but that didn't work?
Any ideas?
Thanks,A
Avatar of Snarf0001
Snarf0001
Flag of Canada image

The actual text color is set on skin3.css:

.c-service .service-header, .c-service .service-header a { }

In this case the .service-header a

As an aside, might get a decent look if you just add a text-shadow property as well instead of changing color.
ASKER CERTIFIED SOLUTION
Avatar of Maheshwar R
Maheshwar R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Amanda Watson

ASKER

Um
I tried
.c-service .service-title {
    color: #303030;
   background: rgba(100, 100, 100, 0.3);    
}
and nothing changed.
The text is still white..........um nothing changed at all....maybe the header image text.
Are you looking at the services section?
Thanks for your time