Hi, Dan! Hope you are having a good day.

I want to publish a graphic in the content-top block space. It doesn't look good with the line around the block and change in background color. How can I have that block just be a white area without any kind of a border around it?

Thank you!

Leslie

Comments

danpros’s picture

Hi, Thanks! Hope you are having a good day too.

You can change it by modify the following code

.content-top{
margin: .5em 0 2em; /* LTR */
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: .1em;
padding-bottom: .5em;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;;
}

Hope that helps,
Dan

danpros’s picture

Status: Active » Closed (fixed)

That is the answer. Closed.

Thanks,