Recent topics widget police color
4 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Recent topics widget police color
Hi
How can I change «recent topics» widget police color from black to white?
http://potagers.forumactif.com/portal
Best regards
How can I change «recent topics» widget police color from black to white?
http://potagers.forumactif.com/portal
Best regards
Re: Recent topics widget police color
hi
what do you mean by police color? you mean the brown color on the header
what do you mean by police color? you mean the brown color on the header
Re: Recent topics widget police color
Hi
Thank you for the reply
No the black police that you do not see very well UNDER the brown above «poule» word in the first pic and above «temps couvert» in the second pic
The black caracters you coudl read «derniers sujets»
Here is the global page
You can see «rechercher» and «nos infos» white correct... but «dernier sujet» black... a
And I want «derniers sujets» white
Thank you for the reply
No the black police that you do not see very well UNDER the brown above «poule» word in the first pic and above «temps couvert» in the second pic
The black caracters you coudl read «derniers sujets»
Here is the global page
You can see «rechercher» and «nos infos» white correct... but «dernier sujet» black... a
And I want «derniers sujets» white
Re: Recent topics widget police color
add this to your css
- Code:
.gen, .genmed, .gensmall {
color: unset;
}
Re: Recent topics widget police color
Hi Skouliki
Thank you for your help but look at the result
Before
dernier sujet is black and other titles are white
After
dernier sujet is white and other titles are black
Here it is my all CSS added
Thank you for your help but look at the result
Before
dernier sujet is black and other titles are white
After
dernier sujet is white and other titles are black
Here it is my all CSS added
- Code:
.cattitle {
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
}
.module-title {color: #fff;}
td.catHead, th.thHead {
color: #fff;
}
Re: Recent topics widget police color
I tried with Palemoon et Chrome ... all the same as I told above : dernier sujets white and other titles black
With IE nothing change : derniers sujets black and all other titles white
With IE nothing change : derniers sujets black and all other titles white
Re: Recent topics widget police color
can you put the code again for me to test it please its not active
Re: Recent topics widget police color
add this to your CSS files
- Code:
.genmed, .gensmall {
color: #FFFFF !important;
}
Re: Recent topics widget police color
Thank you for the help
But nothing changed
Here now my added CSS
I keep it online
I made tests and «recent posts» title color is contingent on text color
But nothing changed
Here now my added CSS
I keep it online
- Code:
.cattitle {
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
}
.module-title {color: #fff;}
td.catHead, th.thHead {
color: #fff;
}
.genmed, .gensmall {
color: #FFFFF !important;
}
I made tests and «recent posts» title color is contingent on text color
Re: Recent topics widget police color
okay
Remove my old code and add this one
Put this at the top of your CSS files please.
Remove my old code and add this one
Put this at the top of your CSS files please.
- Code:
.genmed {
color: #fff !important;
}
Re: Recent topics widget police color
No because ALL text is in white
I keep it online as you can see
New CSS
I keep it online as you can see
New CSS
- Code:
.genmed {
color: #fff !important;
}
.cattitle {
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
}
.module-title {color: #fff;}
td.catHead, th.thHead {
color: #fff;
}
Last edited by adrien239 on November 2nd 2018, 7:22 pm; edited 1 time in total
Re: Recent topics widget police color
Ok. I believe I see what you are referring to. This is only happening to one widget. The one on the right side. Is the widget a customized widget. I mean did you create it? If yes, did you add any coding in the widget title box?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Recent topics widget police color
Move this line of code to the top of your CSS stylesheet:
- Code:
.module-title {color: #fff;}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Recent topics widget police color
Thank you but I think we tried this yet... and nothing change
New CSS
It is online
An nothing changed
New CSS
- Code:
.module-title {color: #fff;}
td.catHead {
color: #fff !important;
}
.cattitle {
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
}
.module-title {color: #fff;}
td.catHead, th.thHead {
color: #fff;
}
It is online
An nothing changed
Re: Recent topics widget police color
Delete your stylesheet and replace it with this one:
- Code:
.module-title {color: #fff;}
.cattitle {
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
}
td.catHead, th.thHead {
color: #fff;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Recent topics widget police color
once you add the code try and clear your browser cache then go to
ACP >> General >> Forum >> Configuration >>
Scroll right to the bottom of the page and find Resynchronize your forum statistics :
tick the box the save go back to the page you was at the start and refresh the page
ACP >> General >> Forum >> Configuration >>
Scroll right to the bottom of the page and find Resynchronize your forum statistics :
tick the box the save go back to the page you was at the start and refresh the page
Re: Recent topics widget police color
It is online but ALL titles .... black now
I keep it online some hours
Re: Recent topics widget police color
that is odd i saw them black you are right
try
try
- Code:
.gen, .genmed, .gensmall {
color: white;
}
Page 1 of 2 • 1, 2
Similar topics
» How can I add avatar in Recent Topics Widget?
» Recent topics not as widget
» Recent topics widget
» Problem with new recent topics widget
» Secondary recent topics widget
» Recent topics not as widget
» Recent topics widget
» Problem with new recent topics widget
» Secondary recent topics widget
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum