Jump to content
Sign in to follow this  
fedster

Styling Feature text and links in ecoPro

Recommended Posts

fedster

Bryan in a past thread you suggested this code

.content .fbox .fboxtext a{color:#777}
	
	.content .fbox .fboxtext a:hover{
	color:#777;
	text-decoration:underline}
	
to allow me to customize the look of links inside one of my feature boxes text. I tried this and got no effect whatsoever. Any thoughts on what may be going on? Note: I have managed to style some prototype HTML button in that same box via the custom CSS panel in wordpress so I think I get the mechanism - just this code seems to have no effect. BTW, Here's the code that I currently have for that feature text:
<p>blah blah blah.</p>
	
	
	<h3 class="fsub">Try it online now!</h3>
	[/code]

Note: I also tried the code you gave me without the h3 tag on the last link but that had no effect either. Also, as I was playing with this I noticed that anything (text and/or images) that has a link associated with it in this feature text box will end up having this weird dotted underline effect (see here and here for two examples). The only instance of a link without that effect is the code I pasted above. What's up with that? thank you! f

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×