• Resolved heartcenter333

    (@heartcenter333)


    Hi there… There are some words on my site that are a grey color and can barely be seen… They are in a few different places… the best example are right by my dooodl widget… Please help me darken these up a bit so people can see them better thanks…

    My website is: http://www.heartcenter333.com

Viewing 15 replies - 1 through 15 (of 27 total)
  • If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .Dooodl_widget {
    color: #333;
    }

    I looked around your site and I couldn’t find any other grey text. Can you post a link to a page with the issue?

    Thread Starter heartcenter333

    (@heartcenter333)

    Thanks so much for your reply. I actually forgot to check back, because in the past I have had trouble actually getting a response.

    Yes, I have the custom css manager already on there.

    The text is on the side bar, and the post dates for my blog posts. maybe the forum post. Not sure presently I would have to check it again.

    Sorry it took me so long to respond back I so really do appreciate you response here. πŸ™‚

    Ok… the “welcome back” message right next to the login/register on the side bar is grey as well… I’m not sure if you can see it if you aren’t registered…

    Here’s a link to one of my blog posts, if you look at the top you will see the time and date very light colored…
    http://heartcenter333.com/find-passion/

    Thanks again… πŸ™‚

    I will be sure to check back in the morning, and periodically to make sure I catch your response…

    Thread Starter heartcenter333

    (@heartcenter333)

    Can I ask one more of you? It’s about the avatar… I didn’t receive a response on my post I posted earlier about it. If you know how and are willing to tell me, here’s the link: http://heartcenter333.com/forums/

    I want to just take that purple colored little guy off from next to the Forums word that is purple at the top of the page… I don’t need anything there to replace it, I just want to remove it completely… Thanks again for all your help…

    For the post date:

    #main span.meta {
    color: #333;
    }

    And for the purple monster:

    #main img.avatar {
    display: none;
    }
    Thread Starter heartcenter333

    (@heartcenter333)

    Awesome thank you … πŸ™‚

    Did you see the register/login area? The words that say “welcome back” then your name, after you login… are very light grey too…

    Also the monster is now gone, but there is a word “on” that is pretty small sitting right above the purple word that says forum… Same link above for the forums… Would you know how to get this off? πŸ™‚

    Thanks again, you are awesome!!!

    Thread Starter heartcenter333

    (@heartcenter333)

    Wait.. actually that took the avatar off of everything, not just the purple forums word…

    Do you know another way of handling that where I can still have the avatar on the forum posts?

    πŸ™‚

    To remove the purple monster and the “on” for just the forum archive page:

    .forum-archive #main img.avatar,
    .forum-archive #main span.meta {
    display: none;
    }

    For the register/login area, can you show a screenshot of what you’re referring to? You can post a screenshot to someplace like Imgur.

    Thread Starter heartcenter333

    (@heartcenter333)

    That’s great!!! Thank you… πŸ™‚

    Ok, so on the main forum page there are no avatars even where the forums are labeled… http://heartcenter333.com/forums/ and on the other pages where it labels the topics there is still the ” “little” avatars… http://heartcenter333.com/forums/forum/spirit-talk/
    Can we either take the “little” avatars off of the topic area, or take them completely off of everything except the actual posts… http://heartcenter333.com/forums/topic/speak-truth/ or any idea you may have.. I am just wanting to make it look better to the eyes… I hope this makes sense…

    I have no idea how to do a screen shot… I did a search and it says to push alt and print screen button… or just the print screen button… it doesn’t do anything…

    If you look on the side bar… where it says the words “login/register” this would be if you don’t register an account… but if you choose to register and account, then it shows a welcome back message… like you have the Login/Register on top in bold print and directly underneath it you have the message “Welcome back” then it says the name of the person… The welcome back is light grey…

    By the way… nice code for the color there… πŸ˜‰

    Thread Starter heartcenter333

    (@heartcenter333)

    Or how about just taking the name off of the forum lists, and then it won’t look as weird on the topic part… http://heartcenter333.com/forums/
    Like where it says Ashley Nicole… maybe it would be easier to just take the name off there… then it will look better that way.. I’m open to any ideas… what ever you think… Thanks so much again… I really do appreciate your time here…

    Thread Starter heartcenter333

    (@heartcenter333)

    No never mind the name thing… that is the name of who wrote the last topic on the forum… is there a way to maybe put the avatars back on there, but leave the top of that page like it is? πŸ™‚

    Meaning the keep the purple monster gone and the “on” gone, but bring the avatars on the forum section closer to the bottom back…

    That seems to be the easiest in my mind..

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Edit: Nevermind I misread!

    #main img.avatar-14 {
    	display: none;
    }

    This will get rid of the little avatars (next to “This forum contains 1 topic and 4 replies”, “Speak Your Truth, Started by: Ashley Nicole”, and “November 15, 2014 at 6:54 pm”), while leaving the larger avatars up in the upper-left corner of the page and to the left of each post. Is this what you wanted?

    Thread Starter heartcenter333

    (@heartcenter333)

    let me think a min…

    Thread Starter heartcenter333

    (@heartcenter333)

    I’m thinking it may be best to just put the avatars back on the area.. I just changed the label to “Recent Activity” that way, it shows the avatar for the person too.. I was looking at ti wrong earlier…

    Thread Starter heartcenter333

    (@heartcenter333)

    but to keep it off the purple monster off of the page

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘Color of words…’ is closed to new replies.