Forums

Horizontal lines (2 posts)

  1. Colinbrowne
    Member
    Posted 6 months ago #

    Hello everyone, how do I get rid of the horizontal lines above and below the H1 header on my website? The link is Colin Browne Photography. It looks like they were put there by some form of CSS but I have no idea how to find the CSS let alone edit it.

    Can anyone help?

    Many thanks.

  2. keesiemeijer
    moderator
    Posted 6 months ago #

    in dynamic-style.php
    change this:

    h1 {
        border-bottom: 1px solid #E1E1E1;
        clear: none;
        color: #A2B3BA;
        font-family: helvetica,arial,sans-serif;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    to this:

    h1 {
        clear: none;
        color: #A2B3BA;
        font-family: helvetica,arial,sans-serif;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

Reply

You must log in to post.

About this Topic