- This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘don’t show account in menue’ is closed to new replies.
Home › Forums › Cordero Pro › don’t show account in menue
Hello.
I do not want to have any login in the menue.
When I use the following additional code, I hide it, but the space is only empty and with mouse-over, the submenue is shown.
Best regards, lisia
.cordero-account{
display: none;
}
Uou should use this instead:
#masthead .top-account {
display: none;
}
That is working very fine. Thanks a lot, lisia