• In your demo, the Ask A Question button was green and larger than the default. I can’t find a way to format the button and to put it at the top of the Questions page. Can you help me figure out how to do that?

    Thanks,
    Lidna

Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    To show this button in the sidebar on our site, you can log into Dashboard > Appearance > widget, add the Text widget to your sidebar then add the following code to the Text widget:
    <a href="https://www.yourdomain.com/ask/" class="btn-dwqa-ask btn btn-success btn-block btn-lg">Ask a Question</a>

    If the button not show the the green color, you can add the following code to the style.css file:

    .btn-dwqa-ask {
        color: #fff;
        background-color: #1cd25c;
        border-color: #1cd25c;
        padding: 14px 22px 13px;
        font-size: 16px;
    }

    If you still face their issue, you can send me your site URL link for further checking.

Viewing 1 replies (of 1 total)
  • The topic ‘Format “Ask A Question” Button’ is closed to new replies.