Hi, all my custom css styles for elements which were working are now being over written by appery
How can I fix this?
Hi,
Most probably you have broken the custom CSS code structure. Please check all the closing braces and quotes again.
You should add to CSS selector not only a class but also a tag name.
Please replace:precode.my_class{}/code/prewithprecodediv.my_class{}/code/pre
This does not work... My css is still not being rendered
Hi,
Please try:
precode#startScreen_mobileimage{
}/code/preWhere startScreen is a page name
mobileimage is a component name.
hi,
this works but I have the same image for multiple pages named the same css class, and this method only works for the page your on.
Instead of
codediv.my_class{...}/code
try
codeimg.my_class{...}/code