The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Recent topics widget police color

4 posters

Page 1 of 2 1, 2  Next

Go down

Solved Recent topics widget police color

Post by adrien239 November 2nd 2018, 12:50 am

Hi

How can I change «recent topics» widget police color from black to white?
http://potagers.forumactif.com/portal

fff - Recent topics widget police color 2018-120

Best regards
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 2nd 2018, 8:24 am

hi 

what do you mean by police color? you mean the brown color on the header
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 11:52 am

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

fff - Recent topics widget police color 2018-121
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 2nd 2018, 12:46 pm

add this to your css

Code:

.gen, .genmed, .gensmall {
    color: unset;
}
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 3:29 pm

Hi Skouliki

Thank you for your help but look at the result


Before
dernier sujet is black and other titles are white

fff - Recent topics widget police color 2018-117





After
dernier sujet is white and other titles are black

fff - Recent topics widget police color 2018-116





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;
    }
 
       
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 2nd 2018, 3:47 pm

that is strange cause in my screen this is not happening all titles are white
can you clear your browser cache and retry please and also what browser are you using ?

fff - Recent topics widget police color Scree443

i dont see the code active did you delete it ?please dont so we can figure this out
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 3:51 pm

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
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 2nd 2018, 3:56 pm

can you put the code again for me to test it please its not active
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by Ape November 2nd 2018, 5:40 pm

add this to your CSS files

Code:
.genmed, .gensmall {
    color: #FFFFF !important;
}


fff - Recent topics widget police color Left1212fff - Recent topics widget police color Center11fff - Recent topics widget police color Right112
fff - Recent topics widget police color Ape_b110
fff - Recent topics widget police color Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 6:11 pm

Thank you for the help

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

fff - Recent topics widget police color 2018-118
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 2nd 2018, 6:23 pm

again i dont see APE's code active so i can help
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 6:32 pm

skouliki wrote:again i dont see APE's code active so i can help

What do you mean with APE'code?

Here is CSS

fff - Recent topics widget police color 2018-122

adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 2nd 2018, 6:35 pm

i mean when i inspect your forum i dont see that code active

fff - Recent topics widget police color Scree444


skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 6:57 pm

In you code I had an idea to change FFFFF with fff

If I do it is changing ALL characters color

The same if I change here with white

fff - Recent topics widget police color 2018-118
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by Ape November 2nd 2018, 7:04 pm

okay

Remove my old code and add this one

Put this at the top of your CSS files please.
Code:
.genmed {
    color: #fff !important;
}


fff - Recent topics widget police color Left1212fff - Recent topics widget police color Center11fff - Recent topics widget police color Right112
fff - Recent topics widget police color Ape_b110
fff - Recent topics widget police color Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 7:14 pm

No because ALL text is in white

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
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by Ape November 2nd 2018, 7:22 pm

Oh ok
remove my old code and replace it with this one


td.catHead {
color: #fff !important;
}


fff - Recent topics widget police color Left1212fff - Recent topics widget police color Center11fff - Recent topics widget police color Right112
fff - Recent topics widget police color Ape_b110
fff - Recent topics widget police color Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 2nd 2018, 7:26 pm

Ok new CSS


Code:
  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;
    }
 



But «derniers sujets» is still black

And the same for «option» «calendrier» and «ajouter un sondage»

fff - Recent topics widget police color 2018-119


adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by SLGray November 4th 2018, 2:27 am

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?


fff - Recent topics widget police color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 4th 2018, 11:59 am

Hi


Thank you for the reply

No look at this list

It is only one of the «official» widgets (widgets prédéfinis) the same as «rechercher» or «qui est en ligne?»


fff - Recent topics widget police color Sujets10


adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by SLGray November 4th 2018, 8:42 pm

Move this line of code to the top of your CSS stylesheet:
Code:
.module-title {color: #fff;}


fff - Recent topics widget police color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 4th 2018, 9:35 pm

Thank you but I think we tried this yet... and nothing change

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
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by SLGray November 4th 2018, 10:25 pm

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;
            }


fff - Recent topics widget police color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 4th 2018, 11:03 pm

Done ... but nothing changed...

It is online
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 5th 2018, 7:00 am

is the template recent topics modified?
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 5th 2018, 12:40 pm

No change.

I just used the predefined add on
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 5th 2018, 1:44 pm

skouliki wrote:add this to your css

Code:

.gen, .genmed, .gensmall {
    color: unset;
}

to my screen with the inspect tool this code is fixing your issue without changing the other widgets title color as you can see in my image

fff - Recent topics widget police color Scree461
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Recent topics widget police color

Post by Ape November 5th 2018, 4:37 pm

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


fff - Recent topics widget police color Left1212fff - Recent topics widget police color Center11fff - Recent topics widget police color Right112
fff - Recent topics widget police color Ape_b110
fff - Recent topics widget police color Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19110
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Recent topics widget police color

Post by adrien239 November 5th 2018, 7:23 pm

skouliki wrote:
skouliki wrote:add this to your css

Code:

.gen, .genmed, .gensmall {
    color: unset;
}

to my screen with the inspect tool this code is fixing your issue without changing the other widgets title color as you can see in my image

fff - Recent topics widget police color Scree461


It is online but ALL titles .... black now

I keep it online some hours
adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Re: Recent topics widget police color

Post by skouliki November 5th 2018, 7:27 pm

that is odd i saw them black you are right

try
Code:

.gen, .genmed, .gensmall {
    color: white;
}
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum