• Resolved dheckel77

    (@dheckel77)


    Hi there,

    Is there a way to have the View As menu always open so that it shows List, Month, Day? I would like to remove the drop-down functionality.

    Thanks…David

Viewing 1 replies (of 1 total)
  • Plugin Author Andras Guseo

    (@aguseo)

    Hi @dheckel77,

    Adding the below to your child theme’s style.css file should make it visible:

    #tribe-bar-views li.tribe-bar-views-option {
        display: inline;
    }

    And the you can style the hell out of it with more CSS. 🙂

    I hope this helps.

    Cheers,
    Andras

Viewing 1 replies (of 1 total)
  • The topic ‘Keep View As Menu open’ is closed to new replies.