CSS for "Content"-Menu
19 hours 49 minutes ago - 3 hours 26 minutes ago #74393
by Chrysant
CSS for "Content"-Menu [SOLVED] was created by Chrysant
Hello CEd, I enabled "Load editor.css" in the PageBuilder. It's working fine so far.
Unfortunately, the menu items in the article editor are now displayed white on white. Therefore, I set the font color to black in template.css, but this only helps in Firefox; Chrome still displays the menu in white. Hovering over the menu-items let me see the entries.
My question: Which CSS file is responsible for the colors in this menu?
Firefox:
Chrome:
Unfortunately, the menu items in the article editor are now displayed white on white. Therefore, I set the font color to black in template.css, but this only helps in Firefox; Chrome still displays the menu in white. Hovering over the menu-items let me see the entries.
My question: Which CSS file is responsible for the colors in this menu?
Firefox:
Chrome:
Last edit: 3 hours 26 minutes ago by Chrysant.
Please Log in or Create an account to join the conversation.
17 hours 41 minutes ago #74394
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic CSS for "Content"-Menu
Hi
if it works in Firefox, then you may have a cache in Chrome. Try to clear the cache and let me know
CEd
if it works in Firefox, then you may have a cache in Chrome. Try to clear the cache and let me know
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 hours 27 minutes ago #74399
by Chrysant
Replied by Chrysant on topic CSS for "Content"-Menu
The difference between Firefox and Chrome was actually due to the cache (although I had cleared it several times).
However, this didn't solve the actual problem. When I change the "template.css" to usable colors, all my buttons in the frontend also change.
I've now added the following CSS in the template creator:
joomla-tab > div[role="tablist"]{
background-color:silver !important;
}
joomla-tab > div[role="tablist"] > button[role="tab"]{
background-color: transparent !important;
}
It works, and that solves the problem. Thanks.
However, this didn't solve the actual problem. When I change the "template.css" to usable colors, all my buttons in the frontend also change.
I've now added the following CSS in the template creator:
joomla-tab > div[role="tablist"]{
background-color:silver !important;
}
joomla-tab > div[role="tablist"] > button[role="tab"]{
background-color: transparent !important;
}
It works, and that solves the problem. Thanks.
Please Log in or Create an account to join the conversation.
Just now #74402
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic CSS for "Content"-Menu
the editor.css file contains the template styles, so it can have an impact on other styles. Great that you found how to fix it
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds