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;
}
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
See it here: http://webpagesis.com/bluelabelvodka/mixology/
I’m afraid none of my custom css is working… MAYBE?
Hi!
Do you mind creating a temporary admin login so we can take a look?
Regards,
Yigit
Hi!
Please review your website now. There was an unclosed css code in Quick CSS section.
Best regards,
Yigit
That did it!
Thanks so much!