• Resolved Sandraaa

    (@sandraaa)


    Hello,

    I really like this theme, but I have 2 questions.
    I would like to use a picture as background, but I can’t find where or how to do that.
    I also would like to change the blue menu and titles,

    Does anybody know how I can change these things?

    Tanks:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    We have addons which make both of the above super easy for you if you take a look at our website.

    You can also achieve this using CSS:

    body {
          background-image: url(URL TO YOUR IMAGE);
    }

    Change the blue:

    .main-navigation,
    .main-navigation ul ul {
         background: #whatever;
    }

    Change the menu titles:

    .main-navigation .main-nav ul li a,
    .menu-toggle {
          color:#whatever;
    }

    Hope this helps ??

    Theme Author Tom

    (@edge22)

    Going to mark this as resolved.

    If you need more help just post back in here ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background and Menu color’ is closed to new replies.