Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3619602
Change Menu as Button
Closed

Comments

  •  1
    Ram Kumar started the conversation

    Hi,

    I have added a login and register menu on top of the website but I want to display it as a button. Please advise the button class list so I will use it. I have tried but not working.

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pc-third-menu a {
        padding: 0 10px;
        display: block;
        line-height: 25px;
        background: var(--pcaccent-cl);
        color: #fff;
        margin: 10px 0;
    }

    Regards,
    PenciDesign.