Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #228822

    Using Firebug I’m trying to change the “BORDER” around the NOTIFICATION BOX instead of 3 I’d like a thin boarder of 1px
    I grabbed this info from Firebug, but it does not seem to change the boarder.

    What am I doing wrong?

    .avia_message_box.avia-border-solid {
    border-style:solid;
    border-width:1px !important;
    }

    #228851

    Hey Paul!

    This worked for me:

    .avia_message_box.avia-border-solid {
        border-width: 1px !important;
    }

    Can you post a link to the Page where you are testing this?

    Best regards,
    Josue

    #228886

    See it here: http://webpagesis.com/bluelabelvodka/mixology/

    I’m afraid none of my custom css is working… MAYBE?

    #229051

    Hi!

    Do you mind creating a temporary admin login so we can take a look?

    Regards,
    Yigit

    #229057
    This reply has been marked as private.
    #229063

    Hi!

    Please review your website now. There was an unclosed css code in Quick CSS section.

    Best regards,
    Yigit

    #229068

    That did it!

    Thanks so much!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Border around "Notification Box" CSS change’ is closed to new replies.