• Howdy – Working on implementing this tool for a client and am having some issues figuring out the correct formatting for custom CSS. Specifically, I’m trying to force the plugin to use the H3 styling and show centered, as its inheriting H2 and left justified right now. I was hoping you may be able to provide a sample of what that CSS entry should look like for use with the shortcode.

    Additionally, my client has asked if there would be any way to log the search queries and either access the raw data or get a report on the searches made. This will help them focus future expansion efforts and would be a great feature to use, if possible. Any ideas on how we could go about something like that?

    Any help would be greatly appreciated.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Kane G

    (@second2none)

    Hey,

    Something like:

    .sapc_Checker h3 {
        text-align: center;
    }

    The plugin already uses a h3 heading tag.

    As for the log, there is nothing planned for a search log just yet but may do in the future.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Styling & Search Query Log’ is closed to new replies.