• First off, the theme is just fantastic and thank you for sharing it for free!

    I’ve used the grey color scheme and found out that the borders are of #eeeeee color. I’d like to make it darker by using #cccccc. I’ve tried manipulating the div.post part but no luck.

    Any help is very appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter edo.hayashi

    (@edohayashi)

    I found a solution but not a pretty one. For those who are interested, what I did was to copy the codes on the areas of interest from style.css

    These are the div.post, article.post, #comments, #nav-below, #widget.

    I copied the codes and pasted it in header.php with <style> </style> included.

    i.e.
    <style>
    div.post, div.page, div.hentry, .yoyo > li {
    display:block;
    overflow:hidden;
    padding:20px;
    border:1px solid #cccccc;
    }
    </style>

    You can edit the #cccccc to any colors you like your border to be.

Viewing 1 replies (of 1 total)
  • The topic ‘Parabola Theme Change Border Colors for Article Posts, Widgets, Home layout’ is closed to new replies.