Code for Edin theme

  • Unknown's avatar

    Hello :)

    Would any one be able to give me the css style sheet code for a plain white throughout (no blue menu etc…) for the Edin theme?

    I’m a wordpress novice, just about to upgrade to premium and would rather work on a written CSS and amend accordingly than write my own from scratch.

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Let’s start with this and see what you think.

    .navigation-wrapper {
        background: #fff;
    }
    .navigation-wrapper a {
        color: black;
    }
    .menu-toggle:hover::before, .menu-toggle:active::before, .menu-toggle.open::before, .menu-toggle.open {
        color: #000;
    }
    .menu-toggle:hover::before, .menu-toggle:active::before, .menu-toggle.open::before {
        border-color: #000;
    }
  • The topic ‘Code for Edin theme’ is closed to new replies.