Forum Replies Created

  • In reply to: Changing Colors

    #12780

    Hi Kim,

    Thanks for the reply. I tried using the code but it just comes up with the sidebars having rounded corners, but blue instead of gray. This looks similar to what happens if I don’t use any custom code at all.

    If you see the rounded borders then maybe the problem is IE. I am using IE9, which is supposed to have implemented border-radius, and I see it when there is no custom code, so I am not sure what the problem is.

    Thanks again for your help and any thoughts you may have are appreciated.

    In reply to: Changing Colors

    #12777

    Kim,

    Your code has helped me change the color of my blog from blue to gray — Thank you! Do you know how to change the upper left and right corners so that it is rounded? I tried to change it to something like the code listed below, but it still did not work. I would appreciate any suggestions you may have. (also used your .h1-page-title code too, but the border-radius does not show there either) Thanks!

    .sidebar h3 {

    -pie-background: linear-gradient(#BABABA, #6E6E6E);

    background: #BABABA;

    background: linear-gradient(#BABABA, #6E6E6E);

    background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;

    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BABABA), to(#6E6E6E));

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#BABABA’, endColorstr=’#6E6E6E’); /* for IE */

    text-shadow: 0 -1px 0 #000000;

    border-radius: 10px 10px 0px 0px;

    }

    In reply to: Changing Blog Title and Description Text Color

    #13285

    Hi, I got this to work. For some reason the Header text color managed by WordPress did not work earlier, but is working now.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)