Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #119808
    ve3eby
    Participant

    I have added these two items to additional css.
    .page .entry-header .entry-title {
    display: none;
    }
    hr {
    color: #ffa500;
    height: 15px;
    }
    The first part works as the titles are now hidden. Changes to the horizontal line have had no effect.

    Using up to date WordPress and Clean Business Pro versions. Site URL http://ve3eby.ca/ See front page.
    Any ideas please?

    Thanks,
    Paul Stuart

    #119825
    Mahesh
    Keymaster

    @ve3eby: Please use border-color instead.
    hr {
    border-color: #ffa500;
    height: 15px;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Additional CSS Item not working’ is closed to new replies.