-
AuthorPosts
-
November 12, 2015 at 7:32 pm #723977
when i choose the blue template, everything on the site is blue except the kunena forum categories they seem to stay orange.. any help please?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 7:44 pm #724051So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settingsTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 7:44 pm #754443So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settingsNovember 12, 2015 at 7:49 pm #724052<em>@TomC 502049 wrote:</em><blockquote>So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings</blockquote>http://www.virtualproleagues.com and i have turned css off
November 12, 2015 at 7:49 pm #754444<em>@TomC 502049 wrote:</em><blockquote>So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings</blockquote>http://www.virtualproleagues.com and i have turned css off
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 7:53 pm #724054I just opened your site – and the forum – in Firefox and the forum categories appear to be displaying in blue.
(see/click image below)TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 7:53 pm #754446I just opened your site – and the forum – in Firefox and the forum categories appear to be displaying in blue.
(see/click image below)November 12, 2015 at 7:54 pm #724055<em>@TomC 502052 wrote:</em><blockquote>I just opened your site – and the forum – in Firefox and the forum categories appear to be displaying in blue.
(see/click image below)</blockquote>
if you click index then it shows orange
November 12, 2015 at 7:54 pm #754447<em>@TomC 502052 wrote:</em><blockquote>I just opened your site – and the forum – in Firefox and the forum categories appear to be displaying in blue.
(see/click image below)</blockquote>
if you click index then it shows orange
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 8:07 pm #724059Ahhhh, I see now . . .
Okay, Try This . . . .
Within file path —> /components/com_kunena/template/ja_playmag/css/kunena.forum-min.css
find the following CSS rule . . . .
#Kunena .kheader h1, #Kunena .kheader h2, #Kunena .kheader h3 {
background: #fa732a none repeat scroll 0 0;
display: inline-block;
font-size: 14px !important;
font-weight: 700;
line-height: 40px;
margin: 0 !important;
min-height: 40px;
overflow: hidden;
padding: 0 20px !important;
text-transform: uppercase;
width: auto;
}Modify the “background” property to whatever color code you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEHope That Helps
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 12, 2015 at 8:07 pm #754451Ahhhh, I see now . . .
Okay, Try This . . . .
Within file path —> /components/com_kunena/template/ja_playmag/css/kunena.forum-min.css
find the following CSS rule . . . .
#Kunena .kheader h1, #Kunena .kheader h2, #Kunena .kheader h3 {
background: #fa732a none repeat scroll 0 0;
display: inline-block;
font-size: 14px !important;
font-weight: 700;
line-height: 40px;
margin: 0 !important;
min-height: 40px;
overflow: hidden;
padding: 0 20px !important;
text-transform: uppercase;
width: auto;
}Modify the “background” property to whatever color code you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEHope That Helps
November 12, 2015 at 8:13 pm #724061<em>@TomC 502057 wrote:</em><blockquote>Ahhhh, I see now . . .
Okay, Try This . . . .
Within file path —> /components/com_kunena/template/ja_playmag/css/kunena.forum-min.css
find the following CSS rule . . . .
#Kunena .kheader h1, #Kunena .kheader h2, #Kunena .kheader h3 {
background: #fa732a none repeat scroll 0 0;
display: inline-block;
font-size: 14px !important;
font-weight: 700;
line-height: 40px;
margin: 0 !important;
min-height: 40px;
overflow: hidden;
padding: 0 20px !important;
text-transform: uppercase;
width: auto;
}Modify the “background” property to whatever color code you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEHope That Helps</blockquote>
bit of a noob, excuse me… but how do i get to the file path? Thanks
Never mind i found it… Thanks again
November 12, 2015 at 8:13 pm #754453<em>@TomC 502057 wrote:</em><blockquote>Ahhhh, I see now . . .
Okay, Try This . . . .
Within file path —> /components/com_kunena/template/ja_playmag/css/kunena.forum-min.css
find the following CSS rule . . . .
#Kunena .kheader h1, #Kunena .kheader h2, #Kunena .kheader h3 {
background: #fa732a none repeat scroll 0 0;
display: inline-block;
font-size: 14px !important;
font-weight: 700;
line-height: 40px;
margin: 0 !important;
min-height: 40px;
overflow: hidden;
padding: 0 20px !important;
text-transform: uppercase;
width: auto;
}Modify the “background” property to whatever color code you wish.
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEHope That Helps</blockquote>
bit of a noob, excuse me… but how do i get to the file path? Thanks
Never mind i found it… Thanks again
-
AuthorPosts
This topic contains 19 replies, has 2 voices, and was last updated by TomC 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum