Hello,
I created a custom CSS in extra.less for my visitor notice. perfect.
I want to create an other custom CSS for regsitered users but whatever I write in extra,less nothing changes for the registered user notice. If i create a custom CSS like this for example
and i put custom-reg in custom CSS for my registered notice, nothing changes. as if it were impossible to create 2 css custom for the notices.
I created a custom CSS in extra.less for my visitor notice. perfect.
I want to create an other custom CSS for regsitered users but whatever I write in extra,less nothing changes for the registered user notice. If i create a custom CSS like this for example
Less:
.custom-reg {
background: black;
border: 1px solid red;
border-radius: 50px;
}