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 2 of 2 Previous  1, 2

Go down

Solved Recent topics widget police color

Post by adrien239 November 2nd 2018, 01:50

First topic message reminder :

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 - Page 2 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 adrien239 November 5th 2018, 20:30

It is online ...but I think we tried it...

And many characters are white in ALL the forum so ... impossible to read the posts....

For this reason impossible to keep that solution online... for a long time


Last edited by adrien239 on November 5th 2018, 20:36; edited 2 times 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 skouliki November 5th 2018, 20:34

yes
i really dont know sorry
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
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, 20:37

Ok thank you
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 5th 2018, 20:40

Please send me a test account for your forum by private message.


fff - Recent topics widget police color - Page 2 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 : 51463
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 SLGray November 6th 2018, 20:45

After using the test account, I fixed the issue by adding this to the CSS stylesheet:
Code:
.genmed {color: #fff !important;}


fff - Recent topics widget police color - Page 2 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 : 51463
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 6th 2018, 20:54

Thank you trying.... but... much of text (inside the forum) is... white so we cannot read it
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 6th 2018, 20:56

Please post a screenshot.


fff - Recent topics widget police color - Page 2 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 : 51463
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 6th 2018, 22:59

I'm not at home.
But it is online
Look at the white characters in the grey sections (hoverring) of the forum page
Before they were black
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 adrien239 November 7th 2018, 01:45

CSS 1

Code:
.genmed {color: #fff !important;}

fff - Recent topics widget police color - Page 2 1111

fff - Recent topics widget police color - Page 2 111










CSS 2

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 - Page 2 2210

fff - Recent topics widget police color - Page 2 210



The better one is still CSS 2
But recent post title color in white not solved
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 7th 2018, 02:49

Do you have modified templates? Only the founder can see that section in the administration panel.

I just noticed that you can set the color in the first tab.  Because of this, I removed the color part of the code.
Code:
 .cattitle {
                        font-size: 16px;
                        font-weight: 700;
                        letter-spacing: 1px;
                }


fff - Recent topics widget police color - Page 2 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 : 51463
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 7th 2018, 03:01

No I modified nothing


With this code all titles are black

Code:
.cattitle {
                        font-size: 16px;
                        font-weight: 700;
                        letter-spacing: 1px;
                }


fff - Recent topics widget police color - Page 2 2018-124
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 7th 2018, 03:04

For some reason on your forum, that one widget and the other text is warped in the same CSS selector.


fff - Recent topics widget police color - Page 2 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 : 51463
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 7th 2018, 03:06

The better test is to create a forum with dark design and try to change all titles in white... the same as I did and try to solve


fff - Recent topics widget police color - Page 2 2018-125
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 adrien239 November 7th 2018, 03:07

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 7th 2018, 03:08

So you changed the images for those areas?  Please post a link to the theme on Hitskin.


fff - Recent topics widget police color - Page 2 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 : 51463
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 7th 2018, 03:12

What is Hitskin?

But I think the problem is not my theme but how to change «recent posts» widget title color
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 7th 2018, 03:16



fff - Recent topics widget police color - Page 2 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 : 51463
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 7th 2018, 03:19

Ok I'll do this tomorrow...

And they could solve the problem???
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 7th 2018, 03:28

So you picked this theme when you were creating the forum?  I just need the link to it on Hitskin.


fff - Recent topics widget police color - Page 2 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 : 51463
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 7th 2018, 11:36

Here is the solution ONLY for «derniers sujets» (recent posts)

The new CSS

Code:
  .module-title {color: #fff;}
    td.catHead span.genmed {
        color: #fff;
    }



fff - Recent topics widget police color - Page 2 2018-128



New work now ... find a solution for (under the text box when you create a new post)
options
calendrier
ajouter un sondage


fff - Recent topics widget police color - Page 2 2018-129

adrien239
adrien239
Forumember

Posts : 27
Reputation : 1
Language : french

http://potagers.forumactif.com/

Back to top Go down

Solved Recent topics (and other) widget police color : the solution

Post by adrien239 December 8th 2018, 19:53

Hi

We found the solution for this problem....

https://help.forumotion.com/t156700p30-recent-topics-widget-police-color#1083161

I think it can be usefull for forum masters.

Here is the good code

Code:
       
            .module-title,td.catHead span.genmed,
            #attachment table.forumline table tr .gen b,
            #attachment_show table.forumline table tr .gen b,
            #optionsitems table.forumline table tr .gen b,
            #optionsitems_show table.forumline table tr .gen b,
            #calendaritems table.forumline table tr .gen b,
            #calendaritems_show table.forumline table tr .gen b,
            #pollitems table.forumline table tr .gen b,
            #pollitems_show table.forumline table tr .gen b,
            #rolldice table.forumline table tr .gen b,
            #rolldice_show table.forumline table tr .gen b
            {color:white!important;}

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 SLGray December 8th 2018, 22:33

In the future, please send a PM to a staff member with the link to your topic in the garbage.  We can moved it out of the garbage for you.  What happens is if a topic is inactivity for awhile the auto-prune system moves it to the garbage.  To prevent this, you can bump your topic but do not break the double posting rule.

Thanks for posting the solution.


fff - Recent topics widget police color - Page 2 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 : 51463
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 December 8th 2018, 22:39

Ok thank you very much
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 December 8th 2018, 22:50

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


fff - Recent topics widget police color - Page 2 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

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