Forums

[resolved] Post Title from black to blue (5 posts)

  1. trabar
    Member
    Posted 2 years ago #

    I did a search but didn't find an answer. I changed the default theme to one which goes better with my site. My problem, the Title of My Post and date are black and I would like them #121160.

    I changed the style.css to read:

    h1 {
    font-size: 16pt;
    text-align: center;
    color: #121160;
    }

    but this doesn't do a thing. I just downloaded WordPress today and this is what I have so far:

    http://www.agoodread.com/Blog

    Now I also tried to make my image be a clickable link per the instructions on the header documentation page but that didn't work either.

    I sure would appreciate some help.

    Judith

  2. cemiotika
    Member
    Posted 2 years ago #

    1. For the color issue: You have to edit your style.css go to the "small" label, and edit the color to:

    small {color: #121160;}

    For the HEADER, that's very easy just do this, go to your:

    <div id="header"></div>

    And change it for this one:

    <div id="header" onclick="location.href='http://www.agoodread.com/Blog';" style="cursor:pointer;">
    </div>

    Game over man!,
    Hope this can Help!,

  3. Root
    Member
    Posted 2 years ago #

    @cemiotika: I am finding some of your CSS really confusing.

    @Judith: Your post titles are in h2 a so use that:

    h2 a:link {
      font-size: 1.8em;
      text-align: center;
      color: #121160;
    }
  4. Hafiz
    Member
    Posted 2 years ago #

    Hi Judith,

    regarding your second question about clickable header image, can you show us what the instruction says and what you've done?

  5. trabar
    Member
    Posted 2 years ago #

    [SOLVED]

    Thanks for your help!!!!! I went into style.css and found both buggers (LOL) once you told me where to look.

    Really appreciate it.

    Judith

Topic Closed

This topic has been closed to new replies.

About this Topic