Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    …/wp-content/uploads/weaver-subthemes/style-weaver.css line 20 reads:

    #ttw-top-widget, #ttw-bot-widget, #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget {
        border: 1px solid #222222;
    }

    There is the definition of the unwanted border.

    The border radius is on line 22:

    #container, #primary, #secondary, #altleft, #altright, #ttw-top-widget, #ttw-bot-widget, #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget {
        border-radius: 10px 10px 10px 10px;
    }

    Thread Starter avering

    (@avering)

    Thank you, opajaap. I had found that definition and changed the first definition (line 20)to border: none in the Weaver admin section, to no avail. This time I changed the border radius definition to this:
    #container, #primary, #secondary, #altleft, #altright, #ttw-top-widget, #ttw-bot-widget, #ttw-site-top-widget, #ttw-site-bot-widget, #per-page-widget {
    border: none; }
    and it took out the border.

    I was afraid that that would cause problems with other widgets, so looked around some more. I realized it was the #primary widget area, took out the big definition and just did
    #primary { border: none }

    and it worked.

    Just threw this in, in case someone else has this issue.

    Thanks for helping me think this out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Photo Album Plus] How to remove border around WPPA sidebar widget’ is closed to new replies.