Hi - first of all, thank you for creating this excellent theme.
My issue is simple: I can't get my menu items to appear in bold. I've tried my editing style.css file and I thought I was doing everything correctly, but apparently I wasn't as my changes didn't take effect. Anyhow, I'd simply like my menu item links to be in bold at all times. I've now got my links section in my style.css set back to pretty much their original setting, as I had given up on this bold idea for a few weeks before deciding to post this message.
If you could just let me know where to plug in what, and in what order, it would be much appreciated!
By the way, my site is http://www.newslotsgames.com
Here's my current setup (pasted from style.css):
a,
a.active {
text-decoration: none;
font-weight: bold;
color: #0000C2;
}
a:link, a.active:link {
color: #0000C2;
}
a:visited, a.active:visited {
color: #9400C2;
}
a:hover, a.active:hover {
text-decoration: underline;
color: #9400C2;
}
a:focus, a.active:focus {
outline: none;
}
Thanks,
Jordan
Comments
Comment #1
picxelplay commentedWeird that this issue was never responded to or resolved. This is my first time using theme, and it seems as though a lot of things are hard to change that should be extremely simple. Like the menu and colors.
Comment #2
Jeff Burnz commentedThey are not hard to change, you can override anything in the theme - it behooves that if you want to modify a theme you should do a bit of homework about the theme you are changing - PR is a colorable theme, so many things are locked in the color stylesheet, just add a new custom stylesheet to the theme and override whatever you want or directly edit the colorable declarations in the main stylesheet and re-save the color profile.
Comment #3
picxelplay commentedIt actually took quite a bit of playing around in the theme to figure out how exactly the theme works. But it is configurable. I see a lot of these types of issues in the queue. A little more documentation is all that is needed; and would be useful.
Comment #4
Jeff Burnz commentedIn the D7 version I have totally fixed this whole nightmare of the color stylesheet by creating two stylesheets so its real easy to override things - when I originally did this theme I followed the way Garland did things and it did not occur to me it would be possible to do this... however the D7 version is a massive improvement.
Comment #5
Deepika.chavan commentedHi,
Please create a custom css file named say 'local.css' in your theme directory i.e. 'themes/pixture_reloaded/.' and add following line of code in pixture_reloaded.info file.
stylesheets[all][] = local.cssPlease Clear Cached data.
Code to be added in local.css to make the menu links bold is :
Rgrds,
Deepika Chavan.