Change Footer Color

This topic has 3 replies, 1 voice, and was last updated 5 years, 1 month ago by Spiracle Themes.

Viewing 2 reply threads
  • Author
    Posts
    • #976


      Kai
      Guest

      I wanted to find out how to change the footer color. Help, please.

      Even after I edit the soma-style.css file it won’t change how I want it to look.

      soma-footer-section {
      border-top: 1px solid #f3f2f2;
      background: #f86b76;
      color: #f86b76;
      }

    • #977


      Spiracle Themes
      Guest

      Hello Kai,

      Try the CSS given below

      #soma-footer-section{
      background: #f86b76;
      color: #f86b76;
      }

      Copy and paste it in Appearance -> Customize -> Additional CSS

      Regards

    • #1539


      Caz Cairns
      Guest

      Hi
      I would like to change the footer colour to white with black writing but can’t see how to do so, please advise on how to do so

      Many thanks
      Caz

      • #1542


        Spiracle Themes
        Guest

        Hi Caz,

        Try this CSS

        #soma-footer-section{
        background: #fff;
        color: #555 !important;
        }

        footer h4{
        color: #555 !important;
        }

        Copy and paste it in Appearance -> Customize -> Additional CSS

        Best Regards

Viewing 2 reply threads

Reply To: Change Footer Color

Your information:




Cancel