• Resolved alex54

    (@alex54)


    i cant seem to be able to remove the underline and the purple color of the post titles on my blog

    .entry-title

    { font-family: arial;
    color:black;
    background:white;
    text-decoration: hidden;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter alex54

    (@alex54)

    i meant

    .entry-title

    { font-family: arial;
    color:black;
    background:white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    }

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    Thread Starter alex54

    (@alex54)

    gagawatch.net

    i know its a mess, its my first time making theme

    Thread Starter alex54

    (@alex54)

    hello!!??!?!

    Sorry – been away from the forum for a short while. Try:

    .entry-title a {
    	font-family: arial, sans-serif;
    	color:black;
    	background:white;
    	text-decoration: none;
    	text-transform: uppercase;
    	font-size: 22px;
    	font-weight: bold;
    }
    Thread Starter alex54

    (@alex54)

    your the man! (or women ^^’)

    The latter. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Post Titles underline purple color removal’ is closed to new replies.