• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 02.06.20, 19:54
  • Opened by: Ahmed Elgazzar
  • Closed by: Fred
  • Closed on: 22.06.20, 00:12
  • Reason: Closed
  • Comment: Glad to help!

Ticket #18198 - css custom and header custom doesn't work

Hi, I’m customizing the default header settings and the text transformation isn’t working.
I tried inserting a custom css:

#header .top-menu .level-1>a {
text-transform: capitalize;
}

but it doesn’t work and it gives me a strange error, to every css code that I add it doesn’t read me anything and it adds me this rule:

#header .logo {
    height: 30px;
}

If I empty the custom css it also clears the logo rule that I did not put

Comments

Fred 03 Jun 2020, 16:34

Hi, Ahmed.
Please make sure you have disabled CSS cache in the performance page in your back office. Please notice your browser also has a cache
and here is correct code for text transformation

#header .top-menu .level-1>a {
text-transform: uppercase;
}
Ahmed Elgazzar 03 Jun 2020, 18:19

Ok I disabled CSS cache in the performance page and all it works.
Thanks

Fred 03 Jun 2020, 18:49

You are welcome