Site logo

[Resolved] article.type-post border radius

Home Forums Support [Resolved] article.type-post border radius

Home Forums Support article.type-post border radius

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #173253
    Rogi

    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.

    #173264
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #173307
    Rogi

    Tom,

    With code that you indicated generated borders between articles.

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

    #173370
    Tom
    Lead Developer
    Lead Developer

    Maybe this will help:

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

    Still does not work…

    #174443
    Tom
    Lead Developer
    Lead Developer

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

    #174492
    Pedro

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

    #174494
    Tom
    Lead Developer
    Lead Developer

    Can you re-add it and let me know? 🙂

    #174551
    Rogi

    I give up this formatting for now.

    Thanks for the support.

    #174552
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.