• Resolved adit2me

    (@adit2me)


    When I click one of the posts links on the right column the text color for the Main Column TITLE changes to black.

    I would like this color to be the same as the colors of the links on the right side.

    When I click on the archives months links the color of the title does not change to black so I don’t want to fix that.

    You can see what I mean at http://www.wapolotto.com/blog

    Thank you,

Viewing 5 replies - 1 through 5 (of 5 total)
  • paulwpxp

    (@paulwp)

    Install one of these Custom CSS plugins (pick a simple one that you like)
    https://wordpress.org/plugins/search.php?q=custom+css

    and then use this code in it

    .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    	color: #b12930;
    	text-decoration: underline;
    }
    Thread Starter adit2me

    (@adit2me)

    Thank you but….

    I installed the first plugin top left. Noticed that description said it could be used with my version.

    Upon installation nag from WP says “Not Tested On Your Version”

    Regardless, I entered the css from your reply and pressed “Publish”

    It did now work!

    If I could locate in the original CSS the Title color for the posts and edited that would that solve this or not.

    Thanks

    Thread Starter adit2me

    (@adit2me)

    What I did was to add <font color= #b12930>The Title Used</font>
    on a lark…

    This works.

    Thread Starter adit2me

    (@adit2me)

    Resolved

    Moderator Kathryn Presner

    (@zoonini)

    If I could locate in the original CSS the Title color for the posts and edited that would that solve this or not.

    Editing theme files directly means that all your changes will be overwritten every time the theme is updated to the latest version. A custom CSS plugin avoids this issue and protects your changes.

    What I did was to add <font color= #b12930>The Title Used</font>
    on a lark…

    Font tags are obsolete and have not been used in years:
    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title Color on Main column’ is closed to new replies.