Hi, I'm a new user with CMSms version 1.2.4 and i just started exploring the software. thanks for reading my question:
when adding my custom css stylesheets for layout and text, my template looks great
however , when browsing the site, in my menu, even though I have explicitly designed the CSS to apply to all #menu items, the current page title is not adhering to the CSS rules. it looks like its using the default rule i have specified for .
I was wondering which CSS rule could apply to the "current page" in the menu.
please see screenshot to see the difference:
Thanks so much for helping me in my first steps with CMSms.
[SOLVED] css inheritance for current menu page
-
- Forum Members
- Posts: 17
- Joined: Sun Apr 20, 2008 9:22 pm
[SOLVED] css inheritance for current menu page
Last edited by guyinblack on Sun Apr 20, 2008 10:59 pm, edited 1 time in total.
Re: css inheritance for current menu page
Can you post a link to the site? it's much easier to diagnose when you can see the styles being applied.
Nullig
Nullig
-
- Forum Members
- Posts: 17
- Joined: Sun Apr 20, 2008 9:22 pm
Re: css inheritance for current menu page
site temporarily at
[changed]
static site at [changed]
thanks a lot
[changed]
static site at [changed]
thanks a lot
Last edited by guyinblack on Sun Apr 20, 2008 10:59 pm, edited 1 time in total.
Re: css inheritance for current menu page
Add:
.currentpage h3 {
display: block;
width: 184px;
height: 25px;
padding: 7px 0px 0px 0px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FFFFFF;
}
Nullig
.currentpage h3 {
display: block;
width: 184px;
height: 25px;
padding: 7px 0px 0px 0px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FFFFFF;
}
Nullig
-
- Forum Members
- Posts: 17
- Joined: Sun Apr 20, 2008 9:22 pm
Re: css inheritance for current menu page
hmm gotcha!
thats all i needed
Thanks so much for your help with my two issues.
thats all i needed
Thanks so much for your help with my two issues.