Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850172

    Devac
    Participant

    I love these theme… I need to thank you for all off your effords and kindness…

    http://hardaltanesi.com/v1/
    The text is not readable on those pictures on slider… Because of responsive design i can not edit photos speciffic place for this so i thought…
    Maybie there is an option to add transpararnt background to font or shadow… That can help to read it easier…
    Maybie there is an option but i coundt find… How can i make it? Just transparan areas for text…

    #850357

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! This issue is more of a design related. In my opinion, you should make use of colors for the text that will standout with the background image. As of this moment, I could only recommend that you add a custom css to have a text shadow to make the text readable. Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .rev_slider .tp-caption.splitted {
        text-shadow: 1px 1px 5px #fff;
        text-shadow: 1px 1px 5px rgba(255,255,255,0.99);
    }

    Hope this helps. Kindly let us know.