soapy

Member

Forum Replies Created

  • In reply to: Sidebar widget text shawdow

    #20259

    Yeah, sorry about that….its in maintenance mode….have to change that when i get back home.

    Anyways, Josh, the following code

    .sidebar h3 {
    text-shadow:0 0 0;
    }

    is in my child theme. The code I pasted in the previous post is how it appears in firebug. For whatever reason, my child theme css isn’t over ruling this line of code:

    .sidebar h3 {
    text-shadow: 0 -1px #FFFFFF;

    The only way I could get it to work was to go in the graphene display settings…..and where it allows you to pick a color for the sidebar widget text shadow…..i changed that to #0 and then clicked on save settings, and it worked! But this is very strange, it should have allowed my css code in my child theme to over rule the css in the style.css file.

    In reply to: Sidebar widget text shawdow

    #20256

    Ken, thanks for the suggestion but that did not work either. Here is what it looks like in firebug…..you can see that the CSS that you suggested appears below the original .sidebar h3……it doesn’t want to recognize it for some reason??

    .sidebar h3 {
    background: -moz-linear-gradient(#B60C0C, #B60C0C) repeat scroll 0 0 transparent;
    }
    www.soapyfame.com (line 18)
    .sidebar h3 {
    text-shadow: 0 -1px #FFFFFF;
    }
    www.soapyfame.com (line 18)
    .sidebar h3, .sidebar h3 a, .sidebar h3 a:visited {
    color: #000000;
    }
    www.soapyfame.com (line 18)
    .sidebar h3 {
    border-color: #B60C0C;
    }
    www.soapyfame.com (line 18)
    .sidebar h3 {
    text-shadow: 0 0 0;
    }
    style....r=3.2.1 (line 62)
    .sidebar h3 {
    background: -moz-linear-gradient(#3C9CD2, #1F6EB6) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #195392;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font: bold 16px/20px arial;
    margin: -15px 0 5px -12px;
    padding: 7px 12px;
    text-shadow: 0 -1px 0 #555555;
    width: 100%;
    }
    style.css (line 1775)
    html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
    }

    In reply to: Sidebar widget text shawdow

    #20254

    Josh,

    Thanks for the reply. The weird thing is this works in Firebug…..but not once i make it live on the web. Can’t figure it out and its driving me crazy!

    In reply to: can't change footer color

    #20024

    Thanks Ken! Greatly appreciated!!

    What do you mean about the back ticks?? You want code placed between back ticks when posting on this forum??

Viewing 4 posts - 81 through 84 (of 84 total)