• Resolved schmonmedia

    (@schmonmedia)


    Hello. I have in the footer of the website a form from Jetpack, my problem its about to change the colour of the tittle because with the background u can see it. Thanks you very much.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @schmonmedia

    Unfortunately, per our scope of support we aren’t able to help with cosmetic changes to your site.

    This issue is happening because your theme has CSS that is setting the color of headings to a gray color:

    
    h1, h2, h3, h4, h5, h6 {
      padding-bottom: 18px;
      color: #333;
    }
    

    You should be able to overwrite this behavior by writing more specific CSS to target the heading in the subscription widget. You can either write this CSS yourself or contact a developer for assistance. It is also possible that another user here may respond with custom code for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Tittle form color’ is closed to new replies.