How can i do this ?

s0ca / 2014-05-18 15:53:53   

Hey indexhibit team ! First thank you for this awesome CMS !

So, I wanna have some menu transparency with a full background but only for certain pages, like index and credits page.

Is it possible ? And how can I do this ?

Here's an example : image.noelshack.com/fichiers/2014/20/…">example

Thanks for your help

Vaska A / 2014-05-18 18:30:36   

If you look at the "body" tag you will see some class definitions that allow you to target specific exhibits (pages). Using those...it's totally possible...

Like:

  1. body.exhibit-12 #index { background-color: transparent; }

"12" would be the "id" of the exhibit (which you can find via the url in the studio when editing). Note, making the #index transparent does require more work than just that though because it's properties are inherited by the sibling elements. It's possible though with a little work...

s0ca / 2014-05-29 08:58:21   

thanks vaska!
Gonna try it soon :)

s0ca / 2014-06-14 11:58:35   

It work :) Thanks for your help Vaska :) This post is resolved !

This thread has been closed, thank you.