Editing a WordPress Theme

Status
Not open for further replies.

ryku650

New Member
Messages
31
Reaction score
0
Points
0
Hello,

I have made another thread about this but closed it. The issue is, that I have updated the code in the theme from this:

Code:
p.twitter-message{
	color:#555;
	font-size:12px;
	padding:10px 0px;
	border-bottom:1px solid #eee;
}

a.twitter-link{
 	color:#2B64AF;
}

a.twitter-user{
 	color:#2B64AF;
}

to this:

Code:
p.twitter-message{
	display: none;
}

a.twitter-link{
 	display: none;
}

a.twitter-user{
 	display: none;
}

I can still see my Twitter widget. I have tried clearing my cache. What am I doing wrong?
 
Status
Not open for further replies.
Top