NattyWP - Community Forum
Welcome, Guest. Please login or register.
NattyWP Community « Configuration and Development « Tribune Theme « Title In Image On Post - Not Visible Due To Grey on White Text
Pages: [1]   Go Down
  Print  
Author Topic: Title In Image On Post - Not Visible Due To Grey on White Text  (Read 2255 times)
dcoull
Newbie
*
Karma: 6
Posts: 19
View Profile WWW

Hi Natty

I've just set up a new post with an image, and added an image title. Unfortunately the image title does not show up as it's light grey on white ( or almost white on white) ? - please can you advise - it is on the home page of http://www.spot-gold-price.org

Many thanks

david
Logged
Dmitry A
NattyWP Team

Sr. Member
*****
Karma: 101
Posts: 243
View Profile

Hello,
Open style-red.css
find  (line 357)

.wp-caption {  
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

replace it with

.wp-caption {
        color:#222222;
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
Logged

dcoull
Newbie
*
Karma: 6
Posts: 19
View Profile WWW

Hi Natty

Many thanks

David
Logged
Dmitry A
NattyWP Team

Sr. Member
*****
Karma: 101
Posts: 243
View Profile

you are welcome
Logged

Pages: [1]   Go Up
  Print  
 
Jump to: