Adding rounded accents with a child theme (1.6+)

Read up on using child themes to modify your theme files. If you have trouble, check out the troubleshooting area.

WPFolio version 1.6 includes a sample child theme for adding your own modifications. These modifications stay separate from WPFolio so you can update WPFolio in the future and keep your tweaks.

One change you may want to add is to add rounded corners to your design. The following code snippet, added to your child theme’s style.css file will add these rounded corners.

This entry was posted in News and tagged , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

5 Comments

  1. Taylor Lasseigne
    Posted December 28, 2010 at 4:38 am | Permalink

    I entered the code above and it works in Safari, but it only rounds the upper left corner in Firefox 3.6.13. Any ideas? I’m temporarily parked here:

    http://www.jangilbertart.com/wp

    • Posted December 28, 2010 at 2:06 pm | Permalink

      Ah, there was a typo in the code. I just fixed it. Thanks for pointing it out.

      • Taylor Lasseigne
        Posted December 28, 2010 at 2:35 pm | Permalink

        Thanks! Worked like a charm. Love the WPFolio theme by the way.

  2. Posted February 25, 2011 at 12:40 pm | Permalink

    extra note: mozilla + chrome weren’t reading the upper container CSS (safari was reading the upper right but not the upper left) but I added this

    .container, .header{
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    }

    and now it seems to be ok.

    jsd

Post a Comment

Woah woah woah! Thinking about leaving a comment? If it starts anything like "How do you…" or "I can't figure out..." then head over to the WPFolio Support Article and read through it. Posting on WordPress Support is usually a better idea.

If you're going to post a comment, consider making a donation at the same time.

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

Are you signed up for     WPFolio email updates? »