Hi,

I'm designing the website for the Liberties Computer Clubhouse - The link to the page is www.theclubhouse.ie/theclubhouse and I want to make it so the menu tab is white when a user is on a page, e.g. www.theclubhouse.ie/theclubhouse/sites/all/themes/drupify/images/sample.png

I thought I could do it with CSS and a:active but I didn't realise this meant only when I hold the button on the page.

Is this possible? And thank you in advance for any/all advice.

Ciaran

Comments

nevets’s picture

It takes the class 'active' so you can use a.active (instead of a:active).

cmcguinness’s picture

You're a start, thanks you!!!