• 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: https://www.heartcenter333.com

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter heartcenter333

    (@heartcenter333)

    Actually I would like to just take that whole white box with that “This topic contains….” off or removed completely of every page… I don’t think it is necessary…

    Thread Starter heartcenter333

    (@heartcenter333)

    Ok to simplify… if we could put the little avatars back on the “Recent Activity” Section https://heartcenter333.com/forums/

    Then the whitish box at the top of each page completely removed… https://heartcenter333.com/forums/forum/spirit-talk/(not just on this page, but all the pages that contain this)

    That seems the simplest to me… ??

    stephencottontail

    (@stephencottontail)

    div.bbp-template-notice.info {
    	display: none;
    }

    That gets rid of the whole info box. I think what you have now (after removing the info box) looks pretty good.

    Thread Starter heartcenter333

    (@heartcenter333)

    That does look pretty good… Thank you again…

    The only thing… Mis perfectionist here… ?? My mind says, the little avatars are still on the topics page by the “Recent Activity” section, but not on the page with the forums… so it seems like it should be on neither or on both… ??

    Is it difficult to keep it on that section while keeping the purple monster one gone off the top? or easier to just remove the avatar from all of it, except the actual posts when you are reading them?

    What ever you think here?

    Thread Starter heartcenter333

    (@heartcenter333)

    I’m thinking can we just remove the little avatars from the area of the “topics” of each forum… https://heartcenter333.com/forums/forum/life/

    the topic section on everypage… this may look better so everything isn’t squished and well… I don’t know…

    Thread Starter heartcenter333

    (@heartcenter333)

    How about just remove the avatar off the entire (all) pages of each of the topics… Whatever is the easiest way to do that… I am just wanting to make everything a bit more uniform…

    Thread Starter heartcenter333

    (@heartcenter333)

    and we just leave them only on the actual posts page… like this one, but on all of the posts pages… https://heartcenter333.com/forums/topic/reality/

    stephencottontail

    (@stephencottontail)

    In this rule:

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

    Change it to:

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

    That will remove the large avatar in the upper-left corner of the page while leaving the smaller avatars in the “Recent Activity” section.

    Thread Starter heartcenter333

    (@heartcenter333)

    OK, that will work fine…

    is there anything we can do about the welcome back thing? or do you need the screen shot?

    One more question… how did you learn all this, and how long did it take you? ??

    stephencottontail

    (@stephencottontail)

    I registered an account simply to see the text, with the user name “Test”. You should remove that account when this topic is resolved.

    For the “Welcome back:” text:

    .widget #ll_div ul {
    color: #333;
    }

    As for how I know this. I have experience developing WP themes and I know how to use a web inspecting tool to see exactly what to change, too. I use Safari’s Web Inspector, but Firebug is a popular choice, as well. Here’s a good link on how to use Firebug (the principles are the same for any web inspecting tool): https://www.themesandco.com/snippet/firebug-best-spent-6-minutes/, and there are CSS tutorials all over the web. It really just takes time and practice.

    Thread Starter heartcenter333

    (@heartcenter333)

    I will go remove it right now… I know I have said it a bunch, but thank you and I really do appreciate the time you have took to help me… I think that will be it for now…

    Yeah, I would like to learn a bit more, but it all really just boggles my head… I have managed to pick up a few things… I will just have to be patient I guess… ?? Well, you have a great day, week, year, and rest of your life… Peace…

    Thread Starter heartcenter333

    (@heartcenter333)

    ok, it’s deleted… ??

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