Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #562469

    Hello, how can i change the background and the text color of the phone info field above my header?

    #562494

    Hey Luisgasser!

    Please add the follow to your code

    .phone-info {
    background-color:
    color:
    }

    where you change the values, based on what you need.
    Let us know if you have any questions

    Best regards,
    Basilis

    #562768

    hello, thank you for helping.

    everything works great, but it doesn’t change the color of the text.

    here is my css:

    .phone-info {
    text-align: center;
    font-size: 14px;
    width: 100%;
    color:#a2c138;
    }

    #562772

    Hi!

    try

    .phone-info span { color: #a2c138; }

    and let me know if that works

    Regards,
    Basilis

    #562792

    great, it works – thank you!

    #562953

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.