Forums » Customize

Styling Menu in a single exhibit.

jesshami
UNITED STATES
2009-11-22 21:51:45
Permalink Post
 

Hi,

I'm trying to edit the styling of my menu for a single exhibit within a section. I've seen the other posts that single out the sections, but I can't figure out how to grab just one exhibit.

This is the site and I want to make the menu background black on the "clients" exhibit without affecting everything else in the about section.

Any help would be much appreciated. Thanks!

Vaska A
I WROTE THIS
2009-11-22 21:58:03
Permalink Post
 

We've posted this solution around here a few times before...I'm trying to remember exactly...but you might give a search on this if it doesn't work.

  1. body#section_id_1 #menu { backgound: #000; }

Something like that...

jesshami
UNITED STATES
2009-11-22 22:17:05
Permalink Post
 

Sorry that's what I was trying to say. I've seen those posts and implemented that styling. But that styles everything within the section.

I'm trying to style one individual exhibit,not the whole section. (only "clients" not "contact" and "profile")

Vaska A
I WROTE THIS
2009-11-22 22:23:50
Permalink Post
 

Ah yeah...I posted that somewhere too (or, I should say, somebody posted that - I don't know if it was me)...you need to add a little markup to the template to get the body#id more specific (with the page id).

I'd try to find...but I'm really too sleepy right now...can only point to things.

;)

jesshami
UNITED STATES
2009-11-22 22:28:29
Permalink Post
 

Cool thanks I'll keep searching too, wasn't having much luck before but knowing its out there somewhere helps.

jesshami
UNITED STATES
2009-11-22 23:45:18
Permalink Post
 

I couldn't find the past posts, but I did figure out how to do it. If anyone is curious change the index to:

  1. <body id='section_id_<%title%>'>

and then the css can be

  1. body#section_id_Profile #menu {background-color:#00ffcc; }

...or whatever just plug the name of the exhibit you are trying to target where it says "profile".

Vaska A
I WROTE THIS
2009-11-22 23:46:49
Permalink Post
 

Bingo...I'll add this thread to the Useful Threads stuff...

pilunique
SWITZERLAND
2010-04-21 13:05:48
Permalink Post
 

I would like to change only the font colour my home (main) site... unfortunately I don't get it... can you help me?
where exactly do I have to change the index?
and where and what exactly do I have to write into the css?

Thank you!

a very grateful "dummy" :-)

myWebpage

bin
NETHERLANDS
2010-04-21 15:52:40
Permalink Post
 

hi pilunique, how did you mange to link your sectin title directly to pages? I posted this questions in different threads, but haven't got any solutions yet.

what i meant is for example, when you click "home", or "agenda", it links to your content page directly, not via a sub-menu. What did you do get this link working? thanks.

Bin

arsondpi A
GREECE
2010-04-21 19:28:55
Permalink Post
 

Please do not double post things. Read the forum rules. Thanks.

pilunique
SWITZERLAND
2010-04-22 11:08:54
Permalink Post
 

via preferences I just switched off the "display section titel". so what you see is only a single exhibit. not very elegant. but it works.

I would like to have this effect with a drop down menue. but I don't now how that works...
anybody out there who knows how???

bin
NETHERLANDS
2010-04-22 19:42:54
Permalink Post
 

thanks pilunique, it's fixed now :)

I am not sure if it works with drop down menu, but i had same problem with expand menu, and it's fixed by the suggestion from Aarsondi, see thisthread
is that what you meant?

Showing 1 - 12 of 12 posts in Forum > Customize > Styling Menu in a single exhibit.
 

You need to be logged in to post.