Okay
  Public Ticket #3048068
postgrid buttons
Closed

Comments

  • serge started the conversation

    1. How can I give the different category buttons of a post grid a different color.

    2. or how can I replace the category of a postgrid with a regular button

  •  1,882
    Judith replied

    Hi Serge,

    Thanks for choosing Salient.

    Please send in screenshots of similar buttons as we are not clearly understanding your request.

    Thanks.

  • serge replied

    Hi Judith
    I have attached an example.
    I have 2 questions:
    1. Can I filter a postgrid with self-created buttons?
    2. If it's not possible with self-made buttons, can I format the filter buttons above the datagrid like my self-made buttons?


  •  1,882
    Judith replied

    Hello Serge,

    You can try this css to achieve the buttons as shown below:

    .portfolio-filters-inline .container > ul a, .portfolio-filters > ul a, .portfolio-filters > a span, .nectar-post-grid-filters a {
        border: 2px solid white;
        padding: 20px;
        border-radius: 33px;
        background-color: yellow;
    }
    5061787543.png

    However you are not able to have different colors for each.

    Thanks.

  • serge replied

    Hello Judith


    Thanks for this example. Can I manage the datagrid with custom buttons?

    Thanks

  •  1,882
    Judith replied

    Hello Sege,

    Please share screenshots to explain the outlook that shows the datagrid with custom buttons.

    Thanks.

  • serge replied

    Hi Judith
    Can I manage the postgrid by categories with these buttons (see attachment)? Is there any code I can address?
    Thanks
    
    



  •  8,860
  • serge replied

    Hey Tahir

    Thanks it works