• need to change color of text under posts displayed in slideshow on homepage. Text is grey with white shadow, cannot locate proper code to set text color to black.

    theme:Absolum 1.1.5 by Theme4Press
    my website: http://www.mikeeworld1955.com

    I hope someone has a simple fix for this problem. thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to use a tool such as Firefox’ add-on Firebug to find out which styles are formatting the caption; http://getfirebug.com/

    in style.css of your theme:

    #slide_holder div {color:#eee;font-size:13px;text-shadow:0 1px 2px #090909;}
    #slide_holder .featured-title {text-shadow:0 1px 2px #090909;font-size:36px;font-weight:bold;margin:25px 0;letter-spacing:-1px;}

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘slideshow caption text color’ is closed to new replies.