-
AuthorPosts
-
December 20, 2008 at 12:35 pm #136391
hello,
i have two questions:1. how can i change the colour of the headings on the start-page? I can’t find it in the css
2. In one section the previews of the articles are bold, but if you “read more” it is normal.
jay973 Friendjay973
- Join date:
- October 2008
- Posts:
- 401
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 28
- Thanked:
- 105 times in 68 posts
December 20, 2008 at 3:14 pm #283616Hi,
In answer to question 1, It looks like the colour is controlled by:template.css (line 49)
a {
color: #CC0000;
text-decoration: underline;
}a:hover, a:active, a:focus {
color: #CC0000;
text-decoration: underline;
}Cheers,
Jason.December 20, 2008 at 4:51 pm #283627ok. it was the contentheading class ….
but why are some pages written bold?
December 26, 2008 at 7:40 pm #284066okay, 2nd problem also solved but how can i remove the underline from the module headings?
thank you
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 26, 2008 at 8:05 pm #284069If the headings are linked, (which is usually one of the parameters in the article global parameters or each ind. article), they will be underlined if your link class is underlined. (or bold if your link class is bold)
a {
color: #CC0000;
text-decoration: underline;
}Try setting it so the article titles are not linkable and see if that makes them all the same.
Cheryl
December 26, 2008 at 8:29 pm #284070thank you.
i checked it but it is underlined in the module headings, so if i go to the module headings i can disable the heading link.
but where can i change the style for example only on mouseover it is underlined.cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
December 27, 2008 at 12:30 pm #284102Module headings are under the module area in the css, but maybe it would be easier if you show a link to the page and tell exactly what you need to change.
If you use Firefox and their web developer tools you can highlight the text or area you want to see and display the css information. That really helps to narrow it down.
the barite links are underlined by this css
a {
color: #CC0000;
text-decoration: underline;
}a:hover, a:active, a:focus {
color: #CC0000;
text-decoration: underline;
}so if you want them not underlined you can make it text-decoration: none; but that will be for all links. Otherwise we have to figure out what CSS is styling the area you want to change then change that or add a new one for those items.
Cheryl
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by cjmicro 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum