Footer color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10278
    Ectophob
    Customer

      Hi, I know how to change the footer text, where the WordPresslogin link is, what I don’t know is how to change the color.
      Anyone? 馃檪

      #10290
      kronos
      Customer

        Would need a link to your site to in order to tell you which part will need to adjusted.

        #10300
        Ectophob
        Customer
          #10313
          kronos
          Customer

            Look for this on line 2630 –

            .footer-widgets {
            color: #aaa;
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.4;
            }

            And look for this on line 2648 –

            .footer-widgets p {
                color: #fff;
            }

            And for the links, look for this on line 2644 –

            .footer-widgets a {
                color: #fff;
            }
            #10327
            Ectophob
            Customer

              Hi, no your code is for the footer widget zone; which I had already identified.
              I was referring to the Footer starting at line 2707:

              /*
              Site Footer
              —————————————————————————————————- */

              .site-footer {
              background: #1a1a1a;
              color: #aaa;
              font-size: 14px;
              font-size: 0.875rem;
              text-align: center;
              }

              I learned that I have to change the color to Cerulean Blue | Hex #2A52BE
              Also changed font color to #fff.

              Thank you for your help 馃檪

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Footer color’ is closed to new replies.