• Resolved muzimak

    (@muzimak)


    Hey guys, how do I change top menu button colour on the Sydney Theme?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @muzimak,

    You can control the button’s style with custom CSS. For example:

    .header-elements .roll-button {
      border-color: #ff0000;
      background-color: #ff0000;
      color: #ccc;
    }
    
    .header-elements .roll-button:hover {
      border-color: #fff000;
      background-color: #fff000;
      color: #000;
    }

    To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.

    Thread Starter muzimak

    (@muzimak)

    Thanx that worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Menu Button Color’ is closed to new replies.