Add top border to Action bar

Hi, I would like to add a top border to my website, just like this one: http://distributeur.colabor.com/fr/.

Could you help me with custom css please?

Your help is really appreciated!

Justine

Comments

  • edited June 2015
    Found it:

    #Action_bar {
      border-top: 10px  solid !important; #000000;!important; }

    The only thing is that it doesn't appear black as I asked in CSS.
    Maybe there's some transparency? Where can I get this info? and change it?

    THank you


  • Hi,

    your css above is wrong. Please take a look on it once again and you will see that you got unnecessary ";" sign.
Sign In or Register to comment.