Make reading pane transparent

  • Author
    Posts
  • #36083
    Sheryl Hartwell

    First, my compliments on your coding. It resists hackers better than most themes I previewed during a bunch of recent hacks on the insecure Arvixe servers. Most showed an Islam flag waving and yours didn’t even though my site title was garbled. I am in the process of changing hosts and deleted Velocity, a paid theme I thought would do what Blogger did before I moved to WordPress: show my background picture through the posts. Not so. Instead, Velocity’s header hogged most of my page, post titles and page titles overlapped, and some titles were invisible against a dark background along with comments. Support never fixed those problems or I wouldn’t be here. I chose Tempera for all the features I thought Velocity had, including responsive layout. But I thought Tempera would let me make my post background translucent, and I can’t figure out how. I really want to see earth in space through the reading pane. Is there any chance of making that option available without making a child theme? I will be happy to donate $25 if I can do that. Seeing Fluida’s rain on glass header is what prompted me to ask. If it’s easier to adjust transparency via Fluida, I will switch when it’s ready for prime time. I don’t have enough knowledge to beta test.

    #36232
    Zed
    Cryout Creations mastermind

    Tempera doesn’t have a background on the posts themselves (like Fluida), but a general background on the whole content area. This one can be customized (to make transparent) with:

    body #main {
        background-color: rgba(255, 255, 255, 0.7);
    }

    The last number there is the opacity, which can be adjusted between 0 (fully transparent) and 1 (opaque).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Make reading pane transparent’ is closed to new replies.