Text-Shadow for the text header and description

  • Baerlina

    #9055

    Hello! First of all thanks for this excellent theme!

    Now to my problem: I use the opportunity of Random Pic’s for the header and for some combinations of header image and header text color, you can not read the writing (black on black)

    See here on my site http://www.baerlina.com (press f4 for reload and random)

    Now my question is there a way to lift the text from the background?

    for example with text shadow or other options?

    Please possible with an explanation of where and what I need to change to achieve if this.

    Thank you!

    Sorry for my bad english – translated with google.

    bye the Baerlina

    sample.jpg

    Mod

    Kenneth John Odle

    #42338

    Try this in custom CSS feature:

    .header_title {
    text-shadow: 0 0 4px #07559f, 0 0 8px #07559f, 0 0 12px #07559f, 0 0 24px #07559f;
    }
    .header_desc {
    text-shadow: 0 0 4px #07559F, 0 0 8px #07559F, 0 0 12px #07559F, 0 0 24px #07559F;
    }

    Take a look at my blog to see what that looks like. (Although I have overdone. You can peek at my stylesheet to see the actual code.)

    Baerlina

    #42339

    sorry for my question, where can i find the custom feature?

    this are my first month with this blogsoftware.

    Thx 4 you Help!

    EDIT: Ok i have found a german manual for this !

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.