Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #548675

    Hello

    I want to add a temporary message on our website. The best place to do this would be at the top using the Phone number banner. However, I am finding it difficult to get the colours right because the colours are also used for the menu. I originally changed Alternative Background Colour to #ff3300 and Logo Area secondary font colour to #ffffff. This was great, but it also changed my main menu items. Then I tried the following quick CSS:

    div.phone-info {
    width: 100%;
    text-align: center;
    background-color: #ff3300;
    color: #ffffff;
    }

    This kind of works. However, the font colour is still grey not white. And also, the orange banner does not go all the way across. Can you please advise me on the correct CSS to fix this?

    Or if there is a better way of putting a banner across the top?

    Many thanks

    Andy

    #548684

    Hi andydiprose!

    Please add following code to Quick CSS

    .phone-info span { color: white; }

    Regards,
    Yigit

    #548690

    Thank you – and how do I make the orange banner go all across the top rather than have the gaps on the left and right?

    Andy

    #548691

    Hi!

    Please go to Enfold theme options > Advanced Styling and edit “Small bar above main menu” and set background color to “#ff3300”

    Cheers!
    Yigit

    #548698

    Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Phone number change font colour and background colour’ is closed to new replies.