Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #934628

    At the top Main Menu, the text is white before it scrolls. The background of my photo is white, and I can’t read it. I can’t figure out how to make it another color… like the blue or the orange from the site.

    Also, the small band across the top above the main menu, where the phone number goes… I would like it to be blue all the time, not just when it scrolls. And, I would like the copy to be centered.

    I can’t find the options anywhere to make these changes.

    Can you please help me out???

    #934664

    Hey MysticMimi,

    To change the menu color of a transparent header please go to Enfold > Header > Transparency Options

    I have changed it to blue/orange but it is still difficult to read.

    Made the header background a little contrast by adding the below code in Enfold > General Styling > Quick CSS

    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,0,0.5);
    }

    Your current logo is white which cannot be seen on white background switched it to blue.

    Added the below code to change the top bar background

    
    #top #header_meta {
        background-color: #004d65!important;
    }

    Added the below code to center the top bar text

    #top #header_meta .phone-info {
        text-align: center;
        width: 100%;
    }

    Please do let us know if you have any questions. We are happy to help :)

    Best regards,
    Vinay

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