Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #648321

    HI,

    I needed to create a “book now” button within the header of my site.
    I followed a few other support threads that got the button working with the quick CSS option.
    this is the css I’m using right now…

    li#menu-item-647 {
    color: #ffffff;
    }

    li#menu-item-647>a>.avia-menu-text {
    background-color: #3399cc;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    }
    #menu-item-647 span.avia-menu-fx {
    display: none!important;
    }
    li#menu-item-647:hover>a>.avia-menu-text {
    background-color: #003366;
    }

    However, the text in the button when the header is initially transparent the font is black in the button but when you scroll down it changes to white. I need it to just be white no matter what (ex: link in private content section).

    #648984

    Hi markxbutler,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #menu-item-647 .avia-menu-text {
    color:white !important;
    }

    Thanks,
    Rikard

    #649065

    Thanks this worked and fixed the issue for me!

    #649610

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent header font color for one menu item’ is closed to new replies.