Help! How do I change the font color in articles

GK User
Wed Jan 18, 2012 4:50 pm
Site - expresspaint.ru .
Hello! How to change the font color in the articles by override.css
At this point the color changed from editor editor TinyMCE (the editor base Joomla) with tags -
Code: Select all
<span style="color: #333333;"></span>

And stopped working lists of the tags
Code: Select all
<ul>
I can not see round points.
An example can see on this page - http://www.expresspaint.ru/rospis-sten.html
User avatar
Expert Boarder

GK User
Wed Jan 18, 2012 8:55 pm
I added this code to override.css -
Code: Select all
.articleContent p {color: #333333;}
.articleContent h2 {color: #993300;}

Accordingly, the color changed H2 headings and paragraphs. How do I merge the code into one line and change the color of the article is completely without headers :)
User avatar
Expert Boarder

teitbite
Thu Jan 19, 2012 3:16 am
Hi

Sorry I do not understand. Thoose are styles for two different things so You cannot make it one line.
User avatar
Moderator

GK User
Thu Jan 19, 2012 9:06 am
I understand you :)
What can you say on the wrong work of tag <ul>
User avatar
Expert Boarder

teitbite
Fri Jan 20, 2012 11:03 am
Hi

Please add this code to css:

Code: Select all
#mainPage ul li {
    list-style: disc inside none;
}
User avatar
Moderator


cron