• Resolved cutu234

    (@cutu234)


    I’ve just found out that the font size of the title column in the submissions table is quite huge at 16px:

    /wp-admin/admin.php?page=survey-maker-submissions

    As far as I can see it comes from this CSS in plugins/survey-maker/admin/css/bootstrap.min.css:

    body {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    Standard size is 14px.

    • This topic was modified 1 week, 5 days ago by cutu234.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @cutu234,

    Thank you for your topic.

    If you are referring to the titles displayed in the screenshot, you can add the following CSS code to your theme’s Additional CSS section.

    See the screenshot below:

    This will set the title font size to 14px:

    .ays-survey-tab-content .column-title a {
    font-size: 14px !important;
    }

    If you’re referring to a different title, please send us a screenshot showing the exact element and also let us know your Survey Maker version, so we can provide you with the correct CSS code.

    Looking forward to your reply.

    Thank you.

    Thread Starter cutu234

    (@cutu234)

    Thank you very much. I know how to change that. I’m just wondering why you changed it in this particular table. The other tables use the smaller font size.

    By the way, the additional CSS doesn’t work here because it isn’t loaded in the dashboard. I added it to my style-admin.css. It works perfectly.

    However, I usually prefer to avoid such hacks. It’s no big deal, but it’s better to keep everything clean and organized. I don’t really see the point in increasing the font size in this column.

    Just my opinion. 🙂

    • This reply was modified 1 week, 5 days ago by cutu234.
    Plugin Support Jasmine

    (@hyenokian)

    Dear @cutu234,

    Thank you for your reply.

    We double-checked the issue and noticed that the CSS conflict is related to the new WordPress 7.1 version.

    We’ve forwarded the case to our Development Team, and we’ll fix this issue in an upcoming plugin update. We’ll let you know as soon as the update is available.

    Thank you once again for your patience and for bringing this to our attention.

    Thread Starter cutu234

    (@cutu234)

    Thank you very much for the update!

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.