Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #57413
    vimal
    Member

    Hi. I want to make the background i have text on more transparent. At present, its completely white and therefore any images scrolling in the background are not seen

    Eg http://londonchocolatefountain.co.uk/about/

    How can i make the above link and the background more transparent? so the image and the text can be seen?

    #57421
    Leslie Bigos
    Participant

    Why don’t you choose a theme with images scrolling like Kathmandu? Any images that you have scrolling in the background or your content window are just going to make your content harder to read. And, as it is, they aren’t going to be really seen on a cellphone or other handheld device. Just my advice.

    #57426
    Sakin
    Keymaster

    @vimal: I agree with @bigoslesli, Adding background transparent will make your user difficult to read. But if you really want ti then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .site {
        background-color: #fff;  /* Show a solid color for older browsers */
        background-color: rgba(255, 255, 255, 0.6);
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Background text is on. Wish to make it transparent’ is closed to new replies.