Site logo

Archived topic

article.type-post border radius

9 replies · Started by Rogi on February 16, 2016

Viewing posts 1–10 of 10

Hi!

I'm trying to include border-radius in article-type.post but is not working.

What am I doing wrong?

article.type-post {
border-radius: 8px;
}

My site is http://www.bolhabrasil.com, But the new layout will be this http://imgur.com/fFm34E0.

The article.type-post area is the last in the image.

Your CSS needs to target the element with the background color, so it would be:

article.type-post .inside-article {
    border-radius: 8px;
}

That should do it :)

Tom,

With code that you indicated generated borders between articles.

I need only borders at the top and bottom of the article.type-post...

Maybe this will help:

.blog .site-main,
.archive .site-main {
    background: #FFF;
    border-radius: 8px;
}
.paging-navigation {
    background: transparent;
}

Still does not work...

I'm not seeing that new CSS added to your site?

I added and how it did not work , I removed it.

Can you re-add it and let me know? :)

I give up this formatting for now.

Thanks for the support.

No problem :)

This archived topic is closed to new replies.