Line below header

Homepage Community Forums Epik Theme Support Line below header

  • This topic has 1 reply, 2 voices, and was last updated 10 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11768
    Ibi Jay
    Customer

      Hi, how do I insert a line across the page just below the header (before content).. thanks!

      #11778
      Wes
      Moderator

        Add a border to your title area on line 1902 –

        
        /* Title Area
        --------------------------------------------- */
        
        .title-area {
                border-bottom: 1px solid #ddd;
        	font-family: "Open Sans",sans-serif;
        	font-weight: 700;
        	float: left;
        	padding: 0;
        	padding: 0;
        	width: 360px;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.