How to remove <hr> from content pages

  • mcdmedia
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 2 months ago #15199 by mcdmedia
I bought and am using the destinations template. I have to use iframes on a few pages so when I do that and link to an internal page it shows the <hr> line at the top.

A specific example is www.tobinmcdonald.com/israelwithavi/sugg...ineraries/pilgrimage

You can see the <hr> line at the top of the scrolling window.

The direct page I am linking to is www.tobinmcdonald.com/israelwithavi/inde...t&view=article&id=98

I am sure this is something simple but its driving me crazy as to where to remove this. Firebug shows it in the table class for contentpane but I am not sure where to go to remove this <hr> tag

Any help would be appreciated!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 2 months ago #15203 by milos
Solution 1: Edit file /templates/hot_destinations/html/com_content/article/default.php and remove line (around line 105).
Code:
<hr />

Solution 2: Add this in /templates/hot_destinations/css/template_css.css
Code:
hr { display:none !important; }
The following user(s) said Thank You: mcdmedia

Please Log in to join the conversation.

Time to create page: 0.267 seconds
Powered by Kunena Forum