[Support request] Marketer theme: How to setup borders for header and footer?

Home Forums Support [Support request] Marketer theme: How to setup borders for header and footer?

Home Forums Support Marketer theme: How to setup borders for header and footer?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1102084
    Timo

    Hi!

    Looking for a way to add borders for Primary Navigation and Footer elements?

    How can I do this in CSS?

    Cheers,
    Timo

    #1102228
    David
    Staff
    Customer Support

    Hi there,

    it requires some CSS.
    This for the Pagination Nav to match the articles:

    #nav-below {
        border-radius: 5px;
        border: 1px solid #58A31D;
    }

    And this to add a border to the Navigation and Footer:

    .site-footer, .main-navigation {
        border: 1px solid #000;
    }
    #1102493
    Timo

    Thank you, David!

    Cheers,
    Timo

    #1102498
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.