-
AuthorPosts
-
December 9, 2011 at 3:10 am #171633
For the homepage – I am using JA News FP (headline theme) and also blue theme for the overall Teline template.
In JA News FP – the headline displays in blue, and the text in black.
How can I change both to white?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 3:19 am #428866Can you please provide the url for the site you’re working on?
Also, please set “Optimze CSS” to “No” within your Template Manager–>General Settings
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 4:15 am #428873For the HEADLINE . . . .
Open your template.css file (within path /templates/ja_teline_iv/css/template.css)
at line 25, you will see the following . . .
/* Normal links ---*/
a { color: #069; text-decoration: none; }
a:visited { color: #069; }
[FONT=arial]change to . . .
/* Normal links ---*/
a { color: #fff; text-decoration: none; }a:visited { color: #fff; }
For the article except text . . . .
Same template.css file – at line 36 . . .
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 15px 0; padding: 0; }
Change to . . .
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 15px 0; color: #fff; }
SAVE CHANGES …. CLEAR CACHE … REFRESH PAGE
Let me know if this works for you.
[/FONT]1 user says Thank You to TomC for this useful post
December 9, 2011 at 4:55 am #428878Thanks Tom. Here is the outcome:
The following worked in path /templates/ja_teline_iv/css/template.css on line 25
/* Normal links —*/ a { color: #fff; text-decoration: none; } a:visited { color: #fff; }The following code could not be located in entire document of path /templates/ja_teline_iv/css/template.css
/* Content spacing —*/ .column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl { margin: 15px 0; padding: 0; }TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 5:03 am #428880<em>@diatribe 288139 wrote:</em><blockquote>
The following code could not be located in entire document of path /templates/ja_teline_iv/css/template.css
/* Content spacing —*/ .column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl { margin: 15px 0; padding: 0; }</blockquote>My apologies . . . here is the correct path for this element –> /plugins/system/jat3/base-themes/default/css/template.css
For the article except text . . . .
at line 36 . . .
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 15px0; padding: 0; }
Change to . . .
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul, .column dl { margin: 15px0; color: #fff; }
SAVE CHANGES …. CLEAR CACHE … REFRESH PAGE
Let me know if this works for you.
1 user says Thank You to TomC for this useful post
December 9, 2011 at 5:24 am #428883Thanks again Tom. Both edits worked but both had consequences. Now titles and body text do not display on the blog and landing pages.
I assume that changing the heading and blurb to white in JA News FP would need its own style, so that the other elements could remain intact.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 5:47 am #428889Sheesh . . . those modifications messed up other elements? :((
Tell you what, here is a tool many of us use to investigate and identify many css and other code issues –> [URL=http://www.joomlart.com/forums/topic/using-firebug-to-customize-your-site/
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 9, 2011 at 5:53 am #428890<em>@diatribe 288144 wrote:</em><blockquote>
I assume that changing the heading and blurb to white in JA News FP would need its own style, so that the other elements could remain intact.</blockquote>
Very possibly … You can try looking (and experimenting/trial-and-error) within the following files . . .templatesteline_ivmodulesmod_janews_featuredtmpldefaultstyle.css
templatesteline_ivmodulesmod_janews_featuredtmpldefaultblog.css
templatesteline_ivmodulesmod_janews_featuredtmplheadlinestyle.css
templatesteline_ivmodulesmod_janews_featuredtmplheadlineblog.css
December 15, 2011 at 3:51 am #429688<em>@TomC 288151 wrote:</em><blockquote>templatesteline_ivmodulesmod_janews_featuredtmpldefaultstyle.css </blockquote>
Tried this but could not figure it out<em>@TomC 288151 wrote:</em><blockquote> templatesteline_ivmodulesmod_janews_featuredtmpldefaultblog.css </blockquote>
I could only find blog.php<em>@TomC 288151 wrote:</em><blockquote> templatesteline_ivmodulesmod_janews_featuredtmplheadlinestyle.css </blockquote>
This was the first place I tried before coming to forum. I tried this so many times but does not seem to have affect.<em>@TomC 288151 wrote:</em><blockquote> templatesteline_ivmodulesmod_janews_featuredtmplheadlineblog.css </blockquote>
I could only find blog.phpThanks for this advice Tom. This is really bumming me out as this is the last style tweak we need to get done. But seems really difficult.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by diatribe 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum