-
AuthorPosts
-
olderthanwiser Friend
olderthanwiser
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 23, 2014 at 10:40 pm #197032http://www.personhoodus.net/index.php/component/content/article?id=468
I have looked at ThemeMagic and the CSS files to try and find where the article background color is. Here it is showing a grey background. I would want it white.
Is there an easy way to do this?
Also . . . how do you prevent the Header “ARTICLE” from appearing?
Thx,
DBTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 23, 2014 at 10:49 pm #532172Assuming you’re using the latest T3 version of Teline IV . . . .
If you haven’t already, create a “custom.css” file within file path –> /templates/ja_teline_iv/css
Put the following CSS code within:
.feature-page .t3-content {
background: #FFFFFF
border: medium none;
padding: 0;
}SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
This should result in a white background for the article content area.
Hope That Helps.
1 user says Thank You to TomC for this useful post
olderthanwiser Friendolderthanwiser
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 23, 2014 at 11:32 pm #532179public_html/personhoodus/templates/ja_teline_iv_t3/css is the pathwhere I created a file named “custom.css” and copied the code. I cleared the cache and even opened new browser but get the same result. The link is http://personhoodus.com/index.php/component/content/article?id=468
Any thoughts on removing the title “ARTICLE” in the header? In joomla 1.5 there was a toggle, I;m still in the early stages of learning 3.2. Just point me in the right direction if you could.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 24, 2014 at 8:37 am #532224If English is default language of your site, you can open file: languageen-GBen-GB.ini, and look for this text field:
<blockquote>
JGLOBAL_ARTICLES=”Articles”
</blockquote>
you can change it to:<blockquote>
JGLOBAL_ARTICLES=””
</blockquote>1 user says Thank You to Saguaros for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 24, 2014 at 5:47 pm #532307<em>@olderthanwiser 423369 wrote:</em><blockquote>public_html/personhoodus/templates/ja_teline_iv_t3/css is the pathwhere I created a file named “custom.css” and copied the code. I cleared the cache and even opened new browser but get the same result. The link is http://personhoodus.com/index.php/component/content/article?id=468
Any thoughts on removing the title “ARTICLE” in the header? In joomla 1.5 there was a toggle, I;m still in the early stages of learning 3.2. Just point me in the right direction if you could.</blockquote>
I just looked and this is what you currently have within your custom.css file . . .
.feature-page .t3-content {
padding: 0;
}You need to include the following as part of this CSS rule . . .
.feature-page .t3-content {
background: #FFFFFF
}Please make the necessary modification and let me know if it works for you.
olderthanwiser Friendolderthanwiser
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 1
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 25, 2014 at 1:08 pm #532424<em>@TomC 423524 wrote:</em><blockquote>I just looked and this is what you currently have within your custom.css file . . .
.feature-page .t3-content {
padding: 0;
}You need to include the following as part of this CSS rule . . .
.feature-page .t3-content {
background: #FFFFFF
}Please make the necessary modification and let me know if it works for you.</blockquote>
Tom, using your original post I added a semi-colon AFTER “#ffffff;” and that seemed to correct it for me. I appreciate all your help, it solved my issue.
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by TomC 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum