Your Time:
Our Time:
← Back to discussions

Fixed Header – Unable to change bg color

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 12 years, 3 months ago by Fem.

  • 2014-05-25 at 7:00 am
    Support Expired
    #4199
    netsujit
    Participant
    • Topics: 1
    • Replies: 0
    • Total posts: 1
    • Post count: 0

    Hi there,

    I am unable to change color from the theme options for fixed header. I save the custom color, however no changes take effect. I made changes directly to the CSS file and it works… however it loses the transparency effect while scrolling.

    How can I have the same transparency effect like how we get with the default fixed header colors?

    Thanks

    2014-06-06 at 8:29 pm
    #4322
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Go to theme options panel and in the custom css section under styling you can add the following code to make that transparency with the following background property as shown. Check in the below code where 0.95 is the opacity.

    .fixed-header { 
    background-color: rgba(255, 255, 255, 0.95);
    }

You must be logged in to reply to this topic.