This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Border-radius on the main content areas (Theme: Influence)

Open 4 replies themetheme-influence
10 years ago · Last reply by Andrew Misplon 10 years ago

I’m having a hard time editing the CSS to create a border-radius on the main content areas for the entire site. Can you help me out?

I am using a child theme of Influence by the way.

Thanks

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. SteveSOL Private 10 years, 5 months ago

    This is a private message.

  2. Andrew Misplon Staff 10 years, 5 months ago

    Hi SteveSOL

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    article.entry {
        border-radius: 10px;
    }
    article.entry .post-thumbnail img {
        border-radius: 10px 10px 0 0;
    }
    #secondary {
        border-radius: 10px;
    }
  3. SteveSOL 10 years, 4 months ago

    This worked except for one instance.
    On mobile devices when viewing pages with a featured image the top right and left corners have no border-radius, but the featured image does. So you can see the sharp corners peaking out from under the image that has rounded corners. This only happens when viewing on a mobile devices (phone/tablets). Any ideas on a fix?

    Thanks :)

  4. Andrew Misplon Staff 10 years, 4 months ago

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread