Header top border

Homepage Community Forums Legacy Theme Support Header top border

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13333
    tjd
    Customer

      Hi,

      Took off the top menu and consolidated into the lower Header menu…but now I miss the Border of the top menu. How can I add a 2-3px border at the top of the Header which is a simple solid color header with text?

      Take a look here: http://tomjdolan.com

      Thanx as always,
      Tom

      #13338
      Eric
      Customer

        Line 272 in your css shows the .head-wrap and you can add a border there like so –

        .head-wrap {
            background: #a80202;
            border-top: 8px solid #000;
        }

        You can adjust the 8px to be bigger or smaller depending on what you need.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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