I dont quite understand what areas you want to have transparent.
In any case find the element you want to make transparent then...
Option 1.)
Open your CSS file and find the element design you would like to change.
add
background-color: transparent;
to the elenemt styles.
Option 2.)
Open your HTML file for the site you wish to edit. Find the HTML element you would like to change (in this example a div)
add the cursive text to your HTML.
style="background-color: transparent;">
I hope I could help you, if you have any other questions just ask them!
TSUKI