• Hi,

    I have good experience with WordPress and CSS but I am unable to do something. Don’t have too much time to fiddle with it so need help from WordPress community.

    I am unable to change color of separators(|) in my footer menu. Please advise how I can do it?
    Check the issue here: https://wphold.com

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Fahad Alie

    I traced the source of its color to these lines in your CSS:

    .footer-nav li::before{
      background: #333 none repeat scroll 0 0;
      content: "";
      height: 16px;
      margin-left: 15px;
      margin-top: -8px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
    }

    but I can’t trace from which css its coming from as you seem to be using some sort of css merger/optimiser which is combining the css files and giving the output as a single css file.

    Find these lines and change #333 to whatever color you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to Change Font Color’ is closed to new replies.