Change Color of Heading in Soma Theme

This topic has 2 replies, 1 voice, and was last updated 6 years, 9 months ago by StudioR.

Viewing 2 reply threads
  • Author
    Posts
    • #947


      StudioR
      Guest

      Hello, I’m having trouble changing the background color of the page heading in the Soma theme. In the Customize settings, I changed the “Headings Color” from red (#dd3333) to gold (#c8a75a). It shows the selected color in the preview window on the right, but after updating and publishing my revisions, it still appears as red.

      I’ve even tried changing it in the Additional CSS settings, but it still won’t work:

      #page-title {
      color: #fff;
      margin: 0 0;
      background: #c8a75a;
      }

      What am I doing wrong? Any suggestions?

    • #954


      Spiracle Themes
      Guest

      Hi StudioR,

      Try the CSS below

      #page-title {
      background: #c8a75a !important;
      }

      Best Regards

    • #955


      StudioR
      Guest

      Yes, that worked! THANK YOU very much!!

Viewing 2 reply threads

Reply To: Change Color of Heading in Soma Theme

Your information: