• Resolved josefilho1

    (@josefilho1)


    Olá preciso muito de ajuda, para conseguir modificar a cor do rodapé pelo css. Li alguns artigos na internet consegui por uma cor laranja, mas não ficou legal. Depois escolhi outra cor, substitui o código normalmente, mas nada muda. Fiz um teste em que deixei o código em branco no css, que corresponde a cor do rodapé e continuou com a cor laranja. Já fiz de todos os jeitos imagináveis e não consigo mudar a cor. POR FAVOR PRECISO DE AJUDA!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator bcworkz

    (@bcworkz)

    I hope English is OK with you for replies. If not, the BR Portuguese language forums may be more comfortable for you.

    The footer background is specified in two places. Place the following in the Additional CSS panel of your theme’s customizer. The color is the same orange, replace the #dd8500 with the hex color code you prefer. For example, #003459 is the blue background of the menu.

    .footer-widgets-wrapper {
      background-color: #dd8500;
    }
    .footer-socket-wrapper {
      background-color: #dd8500;
    }
    Thread Starter josefilho1

    (@josefilho1)

    Obrigado, pela prontidão na resposta!
    Amigo, fiz isso mas não muda nada. Já não sei oq fazer 🙁

    Thread Starter josefilho1

    (@josefilho1)

    Deu certo!
    Não sei o que está acontecendo de errado. O problema é que eu modifico o código e ele só reflete o resultado no design horas e horas depois…

    Moderator bcworkz

    (@bcworkz)

    I’m glad it worked! The delay in the change appearing is likely because you have server caching active somewhere. To see immediate results the cache must be flushed. If you do not have a WP caching plugin, then your host has their own caching active on your account. There should be a way to flush the cache from your account’s cPanel or similar interface. If you cannot find a way to flush the cache, you should ask your host for guidance. Making site changes is much too difficult if you must wait hours to see the change!

    Thread Starter josefilho1

    (@josefilho1)

    Obrigado!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trocar cor do background do rodapé pelo css’ is closed to new replies.