We use the AS Superfish Menu. In the second submenu the background is practically transparent. This means that the writing can no longer be read well. where can I set the transparency? I couldn't find it in the css. Thank you very much for your help.
Best Regards
Mario
AS Templates
POSTED: 2023-09-29
Hello SUPERMARIO73,
What is your website url please?
Regards, AS Team.
supermario73
POSTED: 2023-09-29
https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge then you will see the problem.
Thanks for your help.
Best Regards Mario
AS Templates
POSTED: 2023-10-02
Hello SUPERMARIO73,
Please add the following class to the '/j4/templates/as002046/css/style.custom.css' file:
ul.sf-menu ul ul {
background: none !important;
}
Regards, AS Team.
supermario73
POSTED: 2023-10-07
Hi AS Team
I add the lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
Hi AS Team
I add the new lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
AS Templates
POSTED: 2023-10-08
Hello SUPERMARIO73,
Seems you deleted by mistake the class name, you have to add as the following:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Best Regards
Mario
What is your website url please?
Regards, AS Team.
please go to Angebote --> Vorträge then you will see the problem.
Thanks for your help.
Best Regards Mario
Please add the following class to the '/j4/templates/as002046/css/style.custom.css' file:
ul.sf-menu ul ul {
background: none !important;
}
Regards, AS Team.
I add the lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
Please replace just added:
background: none !important;
to:
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -webkit-gradient(
linear,
0 0,
0 100%,
from(#f1f1f1),
to(#dddddd)
);
background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
Regards, AS Team.
I add the new lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
Seems you deleted by mistake the class name, you have to add as the following:
ul.sf-menu ul ul {
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dddddd));
background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
}
Regards, AS Team.
The background is still transparent. If you are on home and then select "Angebote --> Vorträge" then the font is not readable.
Please check again.
Thank you very much for your help.
Best Regards
Mario
You style.custom.css file does not have a class name, it should be as the following (you missed first and last lines):
ul.sf-menu ul ul {
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dddddd));
background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
}
Regards, AS Team.
I checked it, but the hold text is copied into /public_html/j4/templates/as002046/css/style.custom.css
The class is in this File
ul.sf-menu ul ul {
}
It doesen't work.
Please check again.
Thank you very much for your help.
Best Regards
Mario
Thanks for help.
We can close this point!
Best Regards
Mario