Header colour / opacity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12134
    Jrgensen
    Member

    How do I change the header colour / opacity without making the txt, logo etc. transparent?

    Allan

    #12145
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #header {
    background: rgba(0, 128, 128, 0.7);
    }
    

    For changing transparency you need to vary the last value ,is a number between 0.0 (fully transparent) and 1.0 (fully opaque).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.