• Resolved annem5

    (@annem5)


    something strange happened: I changed my css in child theme to change the font of my contact-form. It worked, but now (after an update) it changed again to the old big size, and the code does not seem to work any longer. Can I change this again to a smaller size?

    this is what I had filled in

    .grunion-field-label {
            font-size: 14px;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Can you post a link to the page with the form?

    Thread Starter annem5

    (@annem5)

    Hi,

    this is the page with the form:
    https://bluedewdesign.com/contact/

    the code does not seem to work any longer

    Does the css work if you add it via the customizer in Appearance > Customize > Additional css?

    It looks like there’s a missing bracket in an earlier rule in your child theme’s style.css file.

    That error might be preventing the css rule for the form from being used.

    wp_widget_tag_cloud a:hover,
    .tags-links a:hover,
    .tagcloud a:hover {
      border-color: #231f20;
      color: #231f20;
    .widget a {
        color: #231f20;
    }

    There’s a missing closing bracket before .widget a

    Thread Starter annem5

    (@annem5)

    that worked, thank you for discovering the mistake!

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘changed font size to old size’ is closed to new replies.