Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1015966

    Hi guys. I have an “apply now” button in the top right hand corner in the header of my site. It looks like the opacity is not set to 1 because it’s a little gloomy looking, especially noticeable when hovering over it. I can’t find the css selector to change this opacity setting, could someone please help?

    Thanks

    #1016103

    Hey bobfurgo,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1016128

    Hi Victoria! The staging area shouldn’t have any caching so it may be the browser cache. Also, I had set the opacity to 1 in the css but it doesn’t look like it’s actually being applied to the right area. You’ll notice that if you hover over the button the white in the text looks a bit grey.

    #1016357

    Hello! Just wanted to follow up on this. Thanks :)

    #1016430

    Hi,

    The opacity is already set to 100% or 1.

    #header .avia-button, #header .av-menu-button > a .avia-menu-text {
        border-color: #ff7337 !important;
        color: #ff7337 !important;
        transition: 0s !important;
        font-family: montserrat !important;
        opacity: 1 !important;
    }

    Best regards,
    Ismael

    #1016441

    Hi Ismael,

    I know, there is something else that’s affecting the opacity and I cannot locate it.

    #1016906

    Hi,

    For testing purposes, if it is a little gloomy or pale then it should be slightly visible when you apply this css code but it’s not so it is in the right color.

    #top .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {
        border-color: transparent;
        background-color: #ff7337;
    }

    OR maybe you need to adjust the color a bit.

    
    #header .avia-button, #header .av-menu-button > a .avia-menu-text {
    border-color: #f26122 !important;
    color: #f26122 !important;
    transition: 0s !important;
    font-family: montserrat !important;
    opacity: 1 !important;
    }

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.