Okay
  Public Ticket #916022
Make Filter Titles Bold
Closed

Comments

  •  2
    TERRY started the conversation

    Thank you for this sophisticated plugin! 

    How can we easily change the filters' title styling, to at least be bold, and ideally another color? 

    Client requested this feature to make the filter navigation more user friendly.  There are many filters, so it's a bit visually overwhelming with everything in plain text.

    The Visual composer plugin is also enabled, and was used to create the sidebar filters.  

    It would be ideal to just be able to put add a short code or css via VC, rather than change the php files.

    Thank you for  your time.

    The live webpage... http://teachglobalimpact.org/main/all-classroom-resources/database/

  • [deleted] replied

    Hi TERRY,
    Thank you for your purchase.

    Please send me a link of your page with table on it and screenshot of filters that you want to modify and I will provide you CSS that you can add.


  •  2
    TERRY replied

    The live webpage... http://teachglobalimpact.org/main/all-classroom-resources/database/

    The left sidebar filters do not all fit in the screenshot... unfortunately you will need to look at the page.  We would by default like to make all the filter titles the same style (bold and the same orange color)

  • [deleted] replied

    Hi Terry,

    You can add this CSS in wpDataTables Custom CSS field on wpDataTables settings page and filter titles will be bold and orange:

    .wpDataTableFilterSection label:first-child {
        font-weight: 800;
        color: #F79C73 !important;
    }
    
  •  2
    TERRY replied

    It worked!  Thanks so much Milos for this quick easy solution!

    Should I use the auto update feature for your plug in?  I don't want risk changes that would undermine the highly customized (huge) datatable or it's search filters.

  • [deleted] replied

    Hi Terry,

    You can use auto-update feature. You just have to enter Purchase key on wpDataTables settings page and you will enable auto-update option.

    You will not lose any changes when you updated plugin unless you have changed core files of the plugin.

    You are welcome, we'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks! 

  •  2
    TERRY replied

    ok... will do... thanks again!  Please mark as closed.