• good morning,
    I created a header with elementor pro, in the menu I assigned the “button” class to a menu item.
    unfortunately the code I insert works only in part.
    look at the header: https://www.webmsv.net

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Can you please tell me which code you have inserted so that I can check it?

    Thread Starter daitarn3

    (@daitarn3)

    #site-header .button a {
    background-color: #ccffff;
    color: #000000;
    border-radius: 6px !important;
    margin-top: 12px;
    padding: 12px 12px;
    text-align: center;
    cursor: pointer;
    }
    
    #site-header .button a:over {
    background-color: #ccffff;
    
    }
    

    Try to use the below code and check it works or not –

    #site-header .button, #site-header .button:hover {
    background-color: none;
    }
    Thread Starter daitarn3

    (@daitarn3)

    does not work

    Thread Starter daitarn3

    (@daitarn3)

    Resolved !

    
    #site-header .button, #site-header .button:hover {
    background-color: rgba(255,255,255,0);
    }
    
    Thread Starter daitarn3

    (@daitarn3)

    there is still a problem:
    does not change the background on mouse over.
    the character of the button is different from those in the menu

    I didn’t understand by ‘character of the button’. Can you please explain it more?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘button in header’ is closed to new replies.