• Resolved andriussi

    (@andriussi)


    Dear Sardbaba,

    Could you please give some tips how can I change color of selected navigation bar of particular gallery? In other words I want, that selected navigation bar (of all galleries) change the color when I choose one of particular option, that I want implement on my website “http…gfoto.uniccloud.com.galerija.”. Please provide some advice how can I implement that.

    Best Regards,
    Andrius

    http://wordpress.org/extend/plugins/nextgen-gallery-powertags/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mmascia

    (@baba_mmx)

    Hi,
    the selected tag has this class: “active-tag”
    You can use some CSS rules to change its style 🙂

    Cheers!

    Thread Starter andriussi

    (@andriussi)

    Could you give some tips how can I combine PHP “active-tag” class with CSS, in order to change tag color when it had been selected?

    Best Regards,
    Andrius

    Plugin Author mmascia

    (@baba_mmx)

    uhmm… you could write something like that into your style.css file:

    .active-tag {
    color: red;
    font-weight: bold;
    }

    but this stuff is not related with my plugin so I set this topic as resolved.
    FYI “active-tag” is not related with PHP: it is an HTML class that I’ve put on the active tag to let developers add their own style; it’s just a matter of really basic web development skills…

    Cheers!

    Thread Starter andriussi

    (@andriussi)

    I appreciate your kind support and wish you the best luck with your future improvements.

    Best Regards,
    Andrius

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Design for selected gallery of navigation bar’ is closed to new replies.