Closed (works as designed)
Project:
Corolla
Version:
6.x-1.20
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2011 at 05:48 UTC
Updated:
20 Feb 2011 at 20:33 UTC
I've subthemed Corolla in order to make a couple of CSS changes. I see the "Header menu" and "Footer menu" regions for Corolla (and have enabled primary links successfully in the "Header menu" region). But the regions are not carrying over to my subtheme.
I'll note that everything was working fine for me in 6.x-1.17.
mycorolla.info:
name = Mycorolla
description = Corolla modifications
base theme = corolla
core = 6.x
engine = phptemplate
stylesheets[all][] = mycorolla.css
mycorolla.css:
h1,
h2,
h3,
#site-name a,
#site-slogan,
.block h2,
#forum td.container .name a,
tr.region-title td,
table#permissions td.module {
font-family: "Arial Black", sans-serif; */
}
#branding-wrapper {
float: left;
padding: 15px 0 18px 25px; /* LTR */
}
Also, if I can squeeze in a question, I'm having a little trouble figuring out where/what to change so that links are not underlined. Any hints?
Thanks!
Comments
Comment #1
coolgeek commentedComment #2
chrismartinez99 commentedI'm not sure I understand your comment "closed (works as designed". Were you able to display the header_menu block? If so, can you tell me how you did it?
Thank you!