Hi jamjodesign
Change the class added to your custom module to ja-login custom in this way
.t3-topbar .ja-login.custom {
margin-top: 7px !important;
}
Then add to your custom module this suffix
ja-login custom
This class will be applied only to your custom module
jamjodesign So I was wondering if there is there a way to hide the css change for logged in users?
It is not possible to hide part of code to different users groups.
Regards