• Hello,

    Is it possible to place a background colour behind my navigation links at the top of my website (www.graphicarldesign.com) so that they stand out from my slideshow images?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Very easy!!!!!
    Appearance>editor>find(ctrl+f) .home.has-slideshow #header .top
    and add background: #000; just after {
    It may looks like

    home.has-slideshow #header .top {
    background: #000; width: 100%;
    position: absolute !important;
    top: 0px;
    z-index: 100;
    text-align: center;
    }

    above trick is for homepage, for other pages,
    find #header and change background-color: #377FBF;

    Thread Starter GraphiCarlDesign

    (@graphicarldesign)

    THANK YOU!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background colour behind navigation bar’ is closed to new replies.