Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124984
    Paul T
    Participant

    My site is test4.franciscanfriars.org

    I am not sure what I did, but the main menu (at very top) used to be semi-transparent (you could see header image behind it)… That seems to have gone away now… I would like to regain that feature…
    I was in Customize==>Color Options==>Primary Menu Color options.. and I changed everything, but have returned Menu Background Color and Menu Color to their default positions… but the menu no longer seems semi-transparent..

    Also if I every do get it back to semi-transparent, can I adjust it’s transparency? Thanks.

    #125009
    tikaram
    Keymaster

    @friarpaul : Go to Appearance => Customize => Additional css and add the following css.

    .nav-primary{
       background:rgba(0,0,0,0.7) !important;
    }

    To adjust the transparency you can change the 0.7 to a different value in the css above. Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Main Menu Transparency’ is closed to new replies.