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

    At this site: http://bluemontinluray.com
    it is hard to view the navigation links because of the photo images in the background. I have tried different things but nothing is working.
    Is it possible to put a white background behind the navigation so it can be seen over the photos? This is ONLY for the home page as the subpages the menus show up if you take a look to see the difference.

    Thank you

    #332434

    Hi elames!

    Please add following code to Quick CSS

    ul#avia-menu {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    }

    Regards,
    Yigit

    #332512

    Thank you that worked. Now, how can I get the top secondary menu to have same kind of background so it can be seen over photos on the home page.

    #332517

    Hi!

    Please add following code to Quick CSS as well

    div#header_meta {
    background-color: rgba(255,255,255,0.5)!important;
    }

    Best regards,
    Yigit

    #332585

    thanks again. that worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Home page Navigation’ is closed to new replies.