Some css on skagenfiber.no

Hi.
I am working on skagenfiber.no and have a few questions.

  1. Is it possible to remove the right and left lines that divides the navbar?
  2. Is it possible to change the footer background color?
  3. Is it possible to change the line above Skagenfiber as in the footer?
  4. Is it possible to change color on all content in the footer including the text?

Tomas

Hi There,

Thanks for writing in!

Please add this CSS to your Theme Option -> CSS and let us know if that works.

.x-navbar .desktop .x-nav>li:first-child>a {
border-left: 0px;
}
.x-navbar .desktop .x-nav > li > a {
border-right: 0px;
}
/* footer BG color */
.x-colophon.top {
background-color: #333 !important;  /*you can change this*/
}

.x-colophon.top .widget:before {
    background-color: none;
}
footer.x-colophon.top * {
color: #fff !important;
}

Hope this helps!

Worked perfectly. Thanks for the support

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.