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, 12:50 am

First topic message reminder :

Hi

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

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, 7:30 pm

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, 7:36 pm; 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, 7:34 pm

yes
i really dont know sorry
skouliki
skouliki
Manager
Manager

Female Posts : 15161
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, 7:37 pm

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, 7:40 pm

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


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 : 51503
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, 7:45 pm

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


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 : 51503
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, 7:54 pm

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, 7:56 pm

Please post a screenshot.


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 : 51503
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, 9:59 pm

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, 12:45 am

CSS 1

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

Recent topics widget police color - Page 2 1111

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


Recent topics widget police color - Page 2 2210

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, 1:49 am

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


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 : 51503
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, 2:01 am

No I modified nothing


With this code all titles are black

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


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, 2:04 am

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


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 : 51503
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, 2:06 am

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


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, 2:07 am

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, 2:08 am

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


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 : 51503
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, 2:12 am

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, 2:16 am



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 : 51503
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, 2:19 am

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, 2:28 am

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


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 : 51503
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, 10:36 am

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

The new CSS

Code:
  .module-title {color: #fff;}
    td.catHead span.genmed {
        color: #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


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, 6:53 pm

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, 9:33 pm

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.


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 : 51503
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, 9:39 pm

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, 9:50 pm

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


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 : 51503
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