Forums

I'm having trouble modifying a theme. (5 posts)

  1. Hampstead
    Member
    Posted 3 years ago #

    I want to change the colour of the h1 font in the header graphic.

    http://www.321websites.co.uk

    I have modified the code in the css to:

    #pages h1 a{
    text-decoration:none;
    color:#000033;
    font: 18px arial, Helvetica, sans-serif;
    margin:0px;
    padding:13px 0px 0px 10px;
    letter-spacing: -1px;
    float: left;

    00033 being the colour I want. It was 999 before.

    What am I doing wrong? Is that the wrong line of code? Is there something else overriding it?
    Please help - I'm a newbe to WP.

  2. mrmist
    Forum Janitor
    Posted 3 years ago #

    That should work assuming your h1 element has the "pages" style assigned to it.

  3. Hampstead
    Member
    Posted 3 years ago #

    I don't think it has.

    This is the code from the page:

    <div id="wrap">
    <div id="logo"><div id="tagline">
    <h1>Aztec Solar Water Heating</h1>

    Efficient Solar Water Heating</div>
    </div>

    I can't find the corresponding line in the CSS.

    Can you help?

  4. WizardRegis
    Member
    Posted 3 years ago #

    #pages h1 a{
    replace with
    #logo h1 a{

  5. Hampstead
    Member
    Posted 3 years ago #

    Thanks - That broke the tag line, but I have removed that now anyway.

Topic Closed

This topic has been closed to new replies.

About this Topic