• Resolved trabar

    (@trabar)


    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:

    https://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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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='https://www.agoodread.com/Blog';" style="cursor:pointer;">
    </div>

    Game over man!,
    Hope this can Help!,

    @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;
    }

    Hi Judith,

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

    Thread Starter trabar

    (@trabar)

    [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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Title from black to blue’ is closed to new replies.