• Hi WordPress

    I am a newbie a making blogs/homepages, but I recently created http://www.rmbetting.com using the theme of Expound! However, I would like the white background to be transparent – is that possible? I have tried to put some code into the theme editor, but I can’t figure it out..

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • This can be done using a custom css plugin. After you’ve installed it, try adding this code:

    #page {
        background: rgba(255,255,255,0.80);
    }
    Thread Starter Davidbf87

    (@davidbf87)

    Hmm, I am not able to get it to work! I installed the plug-in “Simple Custom CSS” and I tried to copy-paste the code to the custom css editor, but it did not work.. :/

    Hi David,

    I checked your site and didn’t find the above code also you have some strange tag

    <background-color:transparent;>

    Have you edited the theme files?
    If so please re-install the theme, or remove this tag and use the code from fevered and it should work.

    Thanks,
    Ivan

    Thread Starter Davidbf87

    (@davidbf87)

    Thanks for a quick answer..

    Just to be sure – I have not bought the premium.. Do I need to do that in order to make any changes? Sorry for all the questions..

    Thread Starter Davidbf87

    (@davidbf87)

    Now it works.. Thanks a lot! 😀

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Expound Theme: Trasparent background?’ is closed to new replies.