+ Reply to Thread
Results 1 to 2 of 2

Thread: How To Remove Horizontal Line Below Every PAGE Title?

  1. #1
    Join Date
    Oct 2010
    Posts
    4

    Default How To Remove Horizontal Line Below Every PAGE Title?

    Just below every page title (on the actual page) there is a short horizontal line that appears that I would like to remove. Again, this line only appears on PAGES and not on posts. Can someone please tell me how I can remove that line from my pages?

    Thanks

    Steve

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Find this line:

    Code:
    .pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }
    And remove background: url('images/hr_title_sep.gif') 0 100% no-repeat;

    It also appears on posts though, so if you want to take it out for those, find the same property for .posts h4.

+ Reply to Thread

Similar Threads

  1. Title not showing on front static page
    By antorera in forum Bugs & Fixes
    Replies: 10
    Last Post: 02-01-2010, 12:40 PM
  2. Two <h ref> on one line?
    By clearj in forum Community Exchange
    Replies: 1
    Last Post: 09-07-2009, 09:41 AM
  3. 2 Ads on same line
    By Robert_R in forum Cutline Mods
    Replies: 1
    Last Post: 07-06-2009, 06:27 PM
  4. Remove title and tagline from header?
    By smaysdotcom in forum Header & Nav Bar
    Replies: 1
    Last Post: 05-08-2009, 07:21 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts