• Resolved sacha2016

    (@sacha2016)


    Hello,
    The Helpful plugin is exactly what i’m looking for. Simple, gives feedback and email for good follow-up.
    But… font size is really too small. Il tried to modify css, check all files nothing change.
    Can you help me.
    Sacha

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pixelbart

    (@pixelbart)

    @sacha2016

    Helpful uses the font size of the theme. But you can try the following:

    
    .helpful {
      font-size: 16px !important;
    }
    
    .helpful-content {
      font-size: 1em !important;
    }
    

    Notice the !important. This will overwrite the styles of Helpful and other CSS.

    Thread Starter sacha2016

    (@sacha2016)

    Vielen dank,

    It helps. Finally I found that my problem came from the cache. It made me like crazy.

    I now have another problem. I’ll will open a new topic if I don’t find the answer on the forum.

    SAcha

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Helpful font too small’ is closed to new replies.