• Resolved Chuckie

    (@ajtruckle)


    My site theme uses shading which is fine most of the time. But it is showing on the toolbar in the topic window which doesn’t look right.

    Can we switch it off for the toolbar and associated buttons?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ajtruckle,

    just add this in your css
    #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {border:none !important;}

    Is it what you want ?

    bV

    • This reply was modified 5 years, 1 month ago by brunov99.
    Thread Starter Chuckie

    (@ajtruckle)

    Thanks. It doesn’t seem to work though. Sorry. I still get shaded toolbar buttons.

    Thread Starter Chuckie

    (@ajtruckle)

    This works:

    #bbpress-forums button {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
     
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing shading on toolbar’ is closed to new replies.