• Resolved CostaAraya

    (@costaaraya)


    I want to make the white box transparent so i can see the back ground.

    http://www.richkoast.com

    I’m using twenty fifteen theme.

    Im extremely new to all this coding and everything so i need someone who can, basically, take me by the hand and explain what to do.

    I have already go through my stylesheet.css and done a lot of things but nothings has work. basically because i don’t know where to find the specific code for that content box. i even used the debugger but dint know what was going on. Please, I’m desperately for help and i want to learn to do it right.

Viewing 2 replies - 1 through 2 (of 2 total)
  • add this via a custom CSS plugin (like for example via the custom CSS section of jetpack):

    #main .hentry { background: none; }

    try getting familiar with the browser inspection tools (like Firefox’ web developer add-on) to find those selectors…

    Thread Starter CostaAraya

    (@costaaraya)

    Oh man!! Thank you! that was so simple but now I’ve learn something. i appreciate that soon much!!!

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

The topic ‘Transparent Content Box’ is closed to new replies.