• Author
    Posts
    • #3773

      Hi,

      I would like to get all background colors to black and then I would like to use white or light colors for texts.

      Some how I can’t change all text colors, some of those are black and therefore we can’t see those because background is also black.

      I also would like to get rid off that thin white section between headers and text window.

      Here is a link to our test site.

      http://cp-1.wmhost.com/~ramonedge/

    • #3774
      Andre
      Participant

      Ah, greetings! First, thanks for posting in the forum here and also for the link. I thought I would answer your post before I call it a night, which is 2am for me, but let’s help you out first.

      We will tackle the breadcrumbs row. This is the part that is between the header and the text content are that is the thin white section you are referring to. There is actually a colour setting for this in the colours tab of the customizer, but testing this on my local site, I See it’s not working and also noticed there is a double breadcrumbs sidebar that shows up on my test site. I made a note to fix these two things. However, so you do not have to wait, you can add this code to your Additional CSS tab in the customizer:

      #breadcrumbs-sidebar {
          background-color: #000000;
      }

      For the text to be white, you will also need to add this code to the Additional CSS tab as well:

      For the Headings and post titles:

      .page-title,
      h1, h2, h3, h4, h5, h6, 
      .entry-title a, 
      .entry-title a:visited {
          color: #fff;
      }

      For the main body text colour, there is a colour setting for that “Body Text Colour” found in the customizer’s colour tab. You can change that to white. This will make all body text (most of it) white or whatever colour you choose.

      See how all that works, but if there’s anything still needing to be white text, let me know.

      I did discover a few things that needs fixing, so I will be doing a theme update.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.