Hi,
I'm checking the free version of Mobile Joomla on my website.
Tried to override colors in CSS by using custom.css file with custom_preload.txt
I did add the full path to custom.css file in custom_preload.txt so joomla doesn't complain that file is missing.
I did add following code to custom.css
html body .ui-group-theme-a a {
color: #ff0000;
font-weight: 700;
}
.create, .modified, .published, .createdby, .hits, .parent-category-name, .category-name, .subheading-category {
font-size: 12px;
color: #ff0000;
}
span.highlight {
color: #ff0000;
}
but there is no change on my mobile version.
Is it possible to do it on free version of Mobile Joomla and I'm doing something wrong or it is not possible at all.