Modify Background color of Menu
9 years 8 months ago #26378
by gr8web
Modify Background color of Menu was created by gr8web
Hello,
within joomla Backend I have, in the Modules Section, the possibility to modify the style and Background of the Menu. Which I did, unfortunately the modification do not show up in Joomla.
How can this be solved, what do I have to change? You can check at dev2.mondercange.lu/index.php/citoyen-home1
Thanks for helping
within joomla Backend I have, in the Modules Section, the possibility to modify the style and Background of the Menu. Which I did, unfortunately the modification do not show up in Joomla.
How can this be solved, what do I have to change? You can check at dev2.mondercange.lu/index.php/citoyen-home1
Thanks for helping
Please Log in or Create an account to join the conversation.
9 years 8 months ago #26379
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Modify Background color of Menu
Hi
you have a problem because there is no custom css loaded in your page. Not from my module, but also not from any other extension ...
this is not normal and unfortunately it is not related to the module.
I don't know if you have a problem with your website, or if you have something (an additional extension, or a security tool) that block them
CEd
you have a problem because there is no custom css loaded in your page. Not from my module, but also not from any other extension ...
this is not normal and unfortunately it is not related to the module.
I don't know if you have a problem with your website, or if you have something (an additional extension, or a security tool) that block them
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 8 months ago #26380
by gr8web
Replied by gr8web on topic Modify Background color of Menu
Hello,
this was a TEmplate Problem, I have adapted the CSS from your files and It's working now. But I have another issue, when you go on the page, I don't have the text in the box, it's below. Where do I have to change so that the text fits in the menu box?
I really appreciate the quick reply
Thanks
Marc
this was a TEmplate Problem, I have adapted the CSS from your files and It's working now. But I have another issue, when you go on the page, I don't have the text in the box, it's below. Where do I have to change so that the text fits in the menu box?
I really appreciate the quick reply
Thanks
Marc
Please Log in or Create an account to join the conversation.
9 years 8 months ago #26381
by ced1870
the problem is that you have this rule in your template.css line 1723
you must never have something like this because it will impact all items in the page and force the settings. This must only be applied to specific items using some css selectors. Remove it and you will see the menu normal
CEd
Joomlack Webmaster and Developer
Replied by ced1870 on topic Modify Background color of Menu
can you tell me more ? just for my curiositythis was a TEmplate Problem
the problem is that you have this rule in your template.css line 1723
li {
float: left !important;
padding-right: 30px !important;
}
you must never have something like this because it will impact all items in the page and force the settings. This must only be applied to specific items using some css selectors. Remove it and you will see the menu normal
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 8 months ago #26382
by gr8web
Replied by gr8web on topic Modify Background color of Menu
Yes, this worked.
Basically the Problem was that the JoomlaCK Template was not active in Joomla Backend. I have turned off JoomlaCK CSS, emptyed Cache turned on Joomla CK again and it worked.
Basically the Problem was that the JoomlaCK Template was not active in Joomla Backend. I have turned off JoomlaCK CSS, emptyed Cache turned on Joomla CK again and it worked.
Please Log in or Create an account to join the conversation.
9 years 8 months ago #26383
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Modify Background color of Menu
sorry but you don't use any template from me... not sure to understand what you mean hereJoomlaCK Template was not active in Joomla Backend
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.213 seconds