• Resolved nzcid

    (@nzcid)


    Greetings

    Under the secondary menu and above the footer I would like to have a colored dividing line, just so it breaks the page up a bit more.

    Think this could be done with some CSS code and that is what I like some help with please.

    Web site:

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    I’m not sure exactly if I know what you mean try this css in your theme options > advanced settings and let me know if it’s what you were looking for:

    .navclass {
        border-bottom: 2px solid red;
    }
    .footerclass {
        border-top: 2px solid red;
    }

    Kadence Themes

    Thread Starter nzcid

    (@nzcid)

    Greetings

    thank you – that is exactly what I meant. You are a star.

    Ian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Colored dividing line’ is closed to new replies.