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.
The forum of the forums
4 posters

    Recent topics widget police color

    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color 2018-120

    Best regards
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    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

    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color 2018-121
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

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

    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color 2018-117





    After
    dernier sujet is white and other titles are black

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


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    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 ?

    Recent topics widget police color Scree443

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

    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    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

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

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



    Recent topics widget police color Left1212Recent topics widget police color Center11Recent topics widget police color Right112
    Recent topics widget police color Ape_b110
    Recent topics widget police color Ape1010
    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color 2018-118
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    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

    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color 2018-122

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    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

    Recent topics widget police color Scree444



    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color 2018-118
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

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



    Recent topics widget police color Left1212Recent topics widget police color Center11Recent topics widget police color Right112
    Recent topics widget police color Ape_b110
    Recent topics widget police color Ape1010
    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

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



    Recent topics widget police color Left1212Recent topics widget police color Center11Recent topics widget police color Right112
    Recent topics widget police color Ape_b110
    Recent topics widget police color Ape1010
    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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»

    Recent topics widget police color 2018-119


    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    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?



    Recent topics widget police color Slgray10

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


    Posts : 27
    Reputation : 1
    Language : french

    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?»


    Recent topics widget police color Sujets10


    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

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



    Recent topics widget police color Slgray10

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


    Posts : 27
    Reputation : 1
    Language : french

    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
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

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



    Recent topics widget police color Slgray10

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


    Posts : 27
    Reputation : 1
    Language : french

    Solved Re: Recent topics widget police color

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

    Done ... but nothing changed...

    It is online
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Recent topics widget police color

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

    is the template recent topics modified?

    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    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

    Recent topics widget police color Scree461

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    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



    Recent topics widget police color Left1212Recent topics widget police color Center11Recent topics widget police color Right112
    Recent topics widget police color Ape_b110
    Recent topics widget police color Ape1010
    adrien239
    adrien239
    Forumember


    Posts : 27
    Reputation : 1
    Language : french

    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

    Recent topics widget police color Scree461


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

    I keep it online some hours
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

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


      Current date/time is November 11th 2024, 8:11 pm