Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57457
    luismarioochoa
    Participant

    Hello,
    I’d like to add RGBA to my website http://www.luismario.com, I have added a background image but it is no showing. I have tried the RGBA samples you have posted in the forums but they don’t seem to work for me.
    This is how my CSS looks like in case it is interfering:

    h1 {text-align: center;}
    #branding ul.menu a { text-transform: uppercase; }
    .tinynav {text-transform:uppercase; }
    #site-generator .copyright
    {margin: 0 auto; text-align: center; width: 100%; }
    .hentry, .no-results, #author-info, #disqus_thread, #content .error404, #colophon, #site-generator
    { border: none; }

    Thank you so much in advance

    #57471
    Sakin
    Keymaster

    @luismarioochoa: I am not so sure what are you trying to do it. I you want to show your background image which I see that you have added in. Then try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        background: #fff; /*  Solid Color for old browser */
        background: rgba(255,255,255,0.5);
    }
    .site,
    #main {
        background-color: transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding RGBA’ is closed to new replies.