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

    Hi, I selected to make one of my menu items a button so it will standout buy i’m also using transparent header on the page and the button doesn’t look good – http://screencast.com/t/s7Ke4Keg

    Is there a way to make the button white with orange text while in transparent and than change to orange button with white text once scrolling begins?

    #387775

    Hi DROR!

    Can you post the link to your page please?

    Best regards,
    Yigit

    #387902
    This reply has been marked as private.
    #387904

    Hi!

    Please add following code to Quick CSS

    .av_header_transparency .av-menu-button-colored > a .avia-menu-text {
    background-color: white!important;
    color: orange!important;
    border-color: #888!important;
    }

    Cheers!
    Yigit

    #388053

    Awesome! Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button in a transparent menu is not showing good’ is closed to new replies.