Page 1 of 2

Custom css styles not working

Posted: Fri Nov 08, 2013 6:31 pm
by Krs Joseph

Hi, all my custom css styles for elements which were working are now being over written by appery Image


Custom css styles not working

Posted: Fri Nov 08, 2013 6:31 pm
by Krs Joseph

How can I fix this?


Custom css styles not working

Posted: Fri Nov 08, 2013 7:04 pm
by Kateryna Grynko

Hi,

Most probably you have broken the custom CSS code structure. Please check all the closing braces and quotes again.


Custom css styles not working

Posted: Fri Nov 08, 2013 7:28 pm
by Krs Joseph

Image

Appery css is in black mine and red and the element it is controlling in yellow....


Custom css styles not working

Posted: Fri Nov 08, 2013 7:29 pm
by Krs Joseph

Image

When I deselect the appery style sheets my css works


Custom css styles not working

Posted: Fri Nov 08, 2013 9:33 pm
by Kateryna Grynko

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


Custom css styles not working

Posted: Mon Nov 11, 2013 2:34 pm
by Krs Joseph

This does not work... My css is still not being rendered


Custom css styles not working

Posted: Mon Nov 11, 2013 3:38 pm
by Kateryna Grynko

Hi,

Please try:
precode#startScreen_mobileimage{
}/code/preWhere startScreen is a page name
mobileimage is a component name.


Custom css styles not working

Posted: Mon Nov 11, 2013 4:23 pm
by Krs Joseph

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.


Custom css styles not working

Posted: Mon Nov 11, 2013 5:31 pm
by Oleg Danchenkov

Instead of
codediv.my_class{...}/code
try
codeimg.my_class{...}/code