• Hiya, here is my site I’m working on:

    https://cutekawaiigifts.com/

    I am wanting to change the colour of that black header and footer bar, but have no idea how to do it. I’ve looked through the style sheet and I don’t know what’s causing it.

    It is Emphaino theme, and it is perfect in every way apart from that black. I really need to know how to change it’s colour!

    Thanks for any help.

Viewing 1 replies (of 1 total)
  • Thread Starter fiono

    (@fiono)

    Could it be to do with this part?

    #bottom-bar {
      overflow: hidden;
      padding: 10px;
      padding: 1rem;
      background-color: #f6f6f6;
      background: rgba(0, 0, 0, 0.7);
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5rem;
      color: #dde;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
    }

    Same applies with the top bar and menu.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing a black area of my theme’ is closed to new replies.