Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Custom css styles not working

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

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Custom css styles not working

How can I fix this?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Custom css styles not working

Hi,

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

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Custom css styles not working

Image

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

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Custom css styles not working

Image

When I deselect the appery style sheets my css works

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Custom css styles not working

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

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Custom css styles not working

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Custom css styles not working

Hi,

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

Krs Joseph
Posts: 0
Joined: Wed Jul 24, 2013 6:15 pm

Custom css styles not working

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.

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

Custom css styles not working

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

Return to “Issues”