• Hello there… thankyou for the great theme !
    What can I do to change Background, I would like to change the pink “lines” in the design aswell?

Viewing 1 replies (of 1 total)
  • Hi,
    For changing background you have option at your admin panel (Appearance->Background). For change pink line at top of page you need to edit your style.css, find next code

    .page-wrapper:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 6px;
      background: url(images/page-top-bg.jpg) no-repeat center 0 #ff5b5b;
    }

    and edit it like you need.
    Note, if you will be make any changes don’t forget use child themes for it. You can find great tutorial here http://codex.wordpress.org/Child_Themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Background ad Pink Line’ is closed to new replies.