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

    Who Is Online

    Raven14
    Raven14
    Forumember


    Female Posts : 211
    Reputation : 1
    Language : English

    Solved Who Is Online

    Post by Raven14 Sat 28 Sep - 16:21

    Hi Dear Helpers.
    I am looking in the CSS Spreadsheet for the Who Is Online color and Hover color. I cannot find that section. I've looked through three times and have yet to find the Who Is Online Link and Hover color. The hover color is the color that Who Is Online needs to be, but the link color is part of my old forum colors.

    How do I find the section in the CSS sheet?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Who Is Online

    Post by skouliki Sat 28 Sep - 16:24

    hello

    open your forum fr guests in order to help you 
    we can not view anything

    Raven14
    Raven14
    Forumember


    Female Posts : 211
    Reputation : 1
    Language : English

    Solved Re: Who Is Online

    Post by Raven14 Sat 28 Sep - 17:18

    skouliki wrote:hello

    open your forum fr guests in order to help you 
    we can not view anything

    Sorry. Can you see anything now?
    ChanelW
    ChanelW
    Forumember


    Female Posts : 218
    Reputation : 35
    Language : English
    Location : United Kingdom

    Solved Re: Who Is Online

    Post by ChanelW Sat 28 Sep - 17:21

    Hi @Cin007,

    I think you may have removed your Forumotion forum link from this current profile, try adding it back in the profile editor. If not, would it be possible to post the link here?

    Regards,
    Chanel
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Who Is Online

    Post by Draxion Sat 28 Sep - 17:24

    Hi there.

    This is the exact selector for the "Who is Online?" title.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span {
      CSS CODE
    }
    Raven14
    Raven14
    Forumember


    Female Posts : 211
    Reputation : 1
    Language : English

    Solved Re: Who Is Online

    Post by Raven14 Sat 28 Sep - 17:55

    Draxion wrote:Hi there.

    This is the exact selector for the "Who is Online?" title.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span {
      CSS CODE
    }


    hi there Draxion. Where do I need to enter this code in the CSS Spreadsheet?

    And thank you to the member who posted above Draxion.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Who Is Online

    Post by Draxion Sat 28 Sep - 17:57

    Cin007 wrote:
    Draxion wrote:Hi there.

    This is the exact selector for the "Who is Online?" title.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span {
     Â CSS CODE
    }


    hi there Draxion.  Where do I need to enter this code in the CSS Spreadsheet?

    And thank you to the member who posted above Draxion.

    You can put it anywhere honestly -- doesn't have to be a specific spot being either top or bottom. The code is read fully.
    Raven14
    Raven14
    Forumember


    Female Posts : 211
    Reputation : 1
    Language : English

    Solved Re: Who Is Online

    Post by Raven14 Sat 28 Sep - 18:05

    Draxion wrote:
    Cin007 wrote:
    Draxion wrote:Hi there.

    This is the exact selector for the "Who is Online?" title.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span {
     Â CSS CODE
    }


    hi there Draxion.  Where do I need to enter this code in the CSS Spreadsheet?

    And thank you to the member who posted above Draxion.

    You can put it anywhere honestly -- doesn't have to be a specific spot being either top or bottom. The code is read fully.

    OK, thank you. I was looking for the code and I didn't see it there. I'll add it at the bottom.

    Update: I did add the code, but the Green is still there. I cannot find the font color to change it to the color it needs to be to match the new skin.



    Last edited by Cin007 on Sat 28 Sep - 18:08; edited 1 time in total
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Who Is Online

    Post by Draxion Sat 28 Sep - 18:07

    May I consider this solved?
    Raven14
    Raven14
    Forumember


    Female Posts : 211
    Reputation : 1
    Language : English

    Solved Re: Who Is Online

    Post by Raven14 Sat 28 Sep - 18:08

    Draxion wrote:May I consider this solved?

    Update: I did add the code, but the Green is still there. I cannot find the font color to change it to the color it needs to be to match the new skin.

    I have gone line by line looking for the green and can't find it. I've done this three times this morning.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Who Is Online

    Post by Draxion Sat 28 Sep - 18:11

    Cin007 wrote:
    Draxion wrote:May I consider this solved?

    Update: I did add the code, but the Green is still there. I cannot find the font color to change it to the color it needs to be to match the new skin.

    When I posted the code like this.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span {
      CSS CODE
    }

    Did you replace CSS CODE with the coding you wanted to put?
    Raven14
    Raven14
    Forumember


    Female Posts : 211
    Reputation : 1
    Language : English

    Solved Re: Who Is Online

    Post by Raven14 Sat 28 Sep - 18:12

    Draxion wrote:
    Cin007 wrote:
    Draxion wrote:May I consider this solved?

    Update: I did add the code, but the Green is still there. I cannot find the font color to change it to the color it needs to be to match the new skin.

    When I posted the code like this.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span {
      CSS CODE
    }

    Did you replace CSS CODE with the coding you wanted to put?


    No! lol I just placed the code itself there. Let me please try before you close the topic.

    Update: I'm getting an error message saying --We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

    I'm trying to fix it, but having a hard time finding it.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Who Is Online

    Post by Draxion Sat 28 Sep - 18:24

    Oh boy. haha Please send me a PM of a test account so I can fix what's going on. Thanks!
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Who Is Online

    Post by Draxion Sat 28 Sep - 19:20

    Solved by PM. Solution is.
    Code:
    #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span > a {
      color: #443434;
    } #emptyidcc > table > tbody > tr > td:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(1) > td > span > a:hover {
      color: #ff4040;
    }

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

      Current date/time is Mon 23 Sep - 15:15