Apologize for Mass Questions (but one last-crucial-one)

  • JesseGolomb

    #1771

    I know I’ve posted more than a few topics over the last day and I greatly apologize. I do however, have one crucial problem that needs to be resolved.

    When I input an ad code into a text widget, the ad often either overlaps or doesn’t appear correctly above the widget’s white background. Is there any way to remove the white widget background from my ad widgets?

    Mod

    Kenneth John Odle

    #17135

    I know I’ve posted more than a few topics over the last day and I greatly apologize.

    Don’t worry about it. That’s what this forum is for.

    the ad often either overlaps

    Some codes (like Facebook) will allow you to select the width of the widget down to the pixel. It’s just a matter of tweaking the size to find something that fits into the widget. Others, like Google Adsense only give you a choice of different ad sizes.

    You can find information about styling different text widgets in this post:

    https://forum.graphene-theme.com/graphene-support/two-different-sidebar-box-styles

    Ken

    JesseGolomb

    #17136

    I really only need to get rid of the white background, and I dont see anything in that link about that.

    Mod

    Kenneth John Odle

    #17137

    Use Firebug to figure out the widget ID and then you can create a custom background color for just that widget using custom CSS. If you don’t have Firebug, you can “View Source” but it takes a lot longer.

    Admin

    Syahir Hakim

    #17138

    If you’re referring to the ad in the bottom widget area, try this:

    #sidebar_bottom #text-25 {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    How do I know which element to target in the CSS? Firebug.

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

  • You must be logged in to reply to this topic.