Site logo

[Support request] Can’t change the color of the contact button in the header

Home Forums Support [Support request] Can’t change the color of the contact button in the header

Home Forums Support Can’t change the color of the contact button in the header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2077433
    khushal

    Hi there,

    The header has a contact button which I can’t change from the customize -> colors -> button. It’s green. on changing, it stays the same. See this.

    #2077457
    Elvin
    Staff
    Customer Support

    Hi there,

    This particular button is styled with custom CSS found on your site’s Appearance > Customize > Additional CSS.

    It’s this line:

    /* navigation contact button */
    
    .main-navigation:not(.slideout-navigation) .main-nav li.nav-button a{
      color: #ffffff;
    	background-color: #8eb2a6;
      line-height: 44px; /* button height */
    	padding: 0px 22px; /* space inside button */
      margin-top: 4px; /* adjust to horizontally align with other menu items */
      border-radius: 40px;
      margin-left: 22px; /* space to the left of button */
      transition: all 0.4s ease 0s;
    } 

    You can change the background value and the color value of this CSS to your preference.

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