MyBB Hacks

Full Version: Help with CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone lend me a hand coding some CSS?  So far, I have this:

Code:
background: #ADCBE7;
	border-top: 2px solid #0F5C8E;
	border-bottom: 2px solid #0F5C8E;
	text-align: left;
	margin: 10px auto;
	padding: 5px 20px;


But I need to add some bits to force link colors just for this part.  I tried a few a:link and such but I am doing it wrong.  It's for the latest news ticker on my index page, but it is pulling the link css from the main page and not working well with the colors.

Can't do much with that as you haven't posted the class name that code's in, but you'd just need to set the colour in a '.class_name a' selector and maybe use !important on the style to force it.
Yeah, that's what I was afraid of...I don't know the class name as the css is entered in the settings for the plugin.  (see screen cap)  The plugin is Ajax/RSS Ticker found here: http://mods.mybb.com/view/ajax-rss-ticker
If the plugin doesn't provide a default class, maybe you need to add it manually.
Reference URL's