Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #89144
    Gareth
    Participant

    hi
    ive looked through your help but cant find the solution to my problem exactly.

    id like to remove borders on SOME widgets on my right side bar but not others.
    i found in another thread the solution to remove ALL borders –

    #secondary .widget { border: none; box-shadow: none; }

    which i put in my custom css area.

    what i would like to do now is have some areas with borders and not others eg

    text-2 with a border and not text-3 for example.

    i tried

    #text-2 {
    border:#000 solid 1px;

    }

    but doesnt work. (i know just a tiny amount about internet programming! – im NOT a programmer)

    could you help?
    my test site is at garethrawlins.com

    thanks for your time.

    #89154
    Gareth
    Participant

    PROBLEM SOLVED!!

    while waiting ive been playing and have come to understand my problem…

    solution for others –

    just #text-2 is not good
    need to define what kind of text-2 ie

    #text-2.widget.widget_text { border-top:none; }

    hope this helps other people!

    #89161
    Mahesh
    Keymaster

    @rawikltd: Glad to know you’ve resolved the issue all by yourself. Have a nice day!

    Regards,
    Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘widget borders’ is closed to new replies.