Skip to:
Content
Pages
Categories
Search
Top
Bottom

text box background color

  • @y0st22

    Participant

    Hello,

    I have a problem with the text box background for the activity feed being the same background color as my website. What is some custom CSS that I can use to fix this issue and make it a light gray?

    website: http://www.youdownwithgpp.com

    Please see this picture as to what my problem is http://tinypic.com/r/28mgscj/9

Viewing 9 replies - 1 through 9 (of 9 total)
  • @wbcomdesigns

    Participant

    Hello @y0st22

    Please provide a link, where we can see this.

    Thanks.

    @y0st22

    Participant

    @wbcomdesigns

    Participant

    Hi @y0st22

    I just see website link but not found the page where is issue page activity feed.

    Thanks.

    @y0st22

    Participant

    @wbcomdesigns I would have to share login credentials with you to view then from my account.

    Activity

    @wbcomdesigns

    Participant

    Hello @y0st22

    You can achieve this by applying following CSS code.

    textarea#whats-new {
        background-color: #292929;
    }

    Hope this will help.

    Thanks.

    @y0st22

    Participant

    I tried adding that to my custom css and it didn’t work. Any other ideas?

    I even found the css file and edited, reuploaded via FTP and the changes were not made.

    @wbcomdesigns

    Participant

    Please add this CSS…

    textarea#whats-new {
        background-color: #292929 !important;
    }

    Thanks.

    @y0st22

    Participant

    That worked! Thanks so much!

    @wbcomdesigns

    Participant

    You’re welcome; glad to help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘text box background color’ is closed to new replies.
Skip to toolbar