CSS problem

I have a theme where I changed a text color for the footer text. Despite I changed it to Yellow it shows as Black. Basically no matter what color I choose it is not changing in the generated App. Tried to clear Cache, tempo files etc. Nothing works. Other controls and CSS properties work fine but not footer text. Is it a bug or am I doing something wrong ?

[ATTACH=CONFIG]n63320[/ATTACH]

here are the settings in THEMES

[ATTACH=CONFIG]n63322[/ATTACH]

Footer_problem.jpg

Footer_problem2.jpg

Your ‘main_menu’ seems to be a normal menu, so your changes should be working (some people forgot to change the treemenu thinking it is the same thing).
Are the values you fulfilled in the footer area wrapped by any html code? If yes, it might lose some css properties due to the lack of the class on your html elements.

I belive the class for the texts is [SIZE=12px]scMenuHFooterFont.[/SIZE]

You can wrap html code inside the header / footer, but remember to add the footer class to your custom html.

The menu is regular menu (not Tree). No I haven’t used any extra classes or any extra HTML code. Simply opened THEME EDITOR changed colors, that’s all. Weather I change a background color, text color or whatever in the footer it is not changed in the App. What you see in black on the footer is just a text typed into FOOTER field for the Menu App property. Nothing fancy - simple stuff but it is not working. The Footer template I use is PUBLIC - EXPANDED. See screenshot…

[ATTACH=CONFIG]n63373[/ATTACH]

footer_clolors3.jpg

Arthur make a manual check please.
Click to “view the source code” of the generated app, check the menu.css if the classes are being loaded with your changes.

If they are not you might wanna do a little trick:

  1. Go to your scriptcase folder > apps > projectname.
  2. Torch the folder named ‘_lib’.
  3. Go “home” inside your scriptcase
  4. See all applications.
  5. Mark all and generate all applications.

Re-check the menu.css

If somehow your css is not generating correctly it might be a bug and you should contact the support.

  1. removed _lib folder
  2. regenerated entire project

no luck, same result :frowning:

OK, I did everything I could but it is still not working. Looks like this has to be reported as bug (unless somebody can confirm it works OK).

Did some testing tonight and it seems to be a bug.
Report using the feedback at our website and our team will verify this and if it is happening in other places of the themes area as well.

In any case, I will bring it to the test team myself later (although bugs might be prioritized when a client fulfill a feedback form).

Meanwhile, if you really need to customize your footer try tinkering some html tags with styles in the footer area.