- 14
hi,
I currently working on a upgrade to 2.7 with the fashion theme.
If we add text to a topic, the default css styles are applied (.a, .p ect).
But the default style is set for category navigation (?)
For example the link style is set to:
a
{
color: #000000;
text-decoration: none;
}
For paragraph's, there's no new line after the paragraph.
I could ofcourse easily change this but then the navigation style also changes (dont want that)
It is also undesirable to change the formatting in the topic, because it's need to be easy editable for users without any HTML/CSS knowledge.
Can you give a solution for the problem? And fix this in future versions?
I currently working on a upgrade to 2.7 with the fashion theme.
If we add text to a topic, the default css styles are applied (.a, .p ect).
But the default style is set for category navigation (?)
For example the link style is set to:
a
{
color: #000000;
text-decoration: none;
}
For paragraph's, there's no new line after the paragraph.
I could ofcourse easily change this but then the navigation style also changes (dont want that)
It is also undesirable to change the formatting in the topic, because it's need to be easy editable for users without any HTML/CSS knowledge.
Can you give a solution for the problem? And fix this in future versions?