Matt
asked 3 years ago

Hi, so I boucght a PRO version right away and have no idea how personalize it? for example:

  • where I can change the colour of the ASK QUESTION button?
  • where I can change the language of the ASK QUESTIONS it from English to Polish?
  • how can I move the ASK BUTTON to the right side (now its below the question box)?

It would be good to have a video tutorials available for the plugin as nothing about its set up has been designed with intuitive order or as an UX designer I don;t seem to find it. Maybe I\’m daft. 🙂

1 Answers
DominicStaff
answered 3 years ago

– If you want to change the color of the ask question button, you can add the following code to the style.css file or Dashboard > Customize > Additional CSS:

.dwqa-questions-footer .dwqa-ask-question a {
    background: ....;
    font-size: ...;
    padding: ....;
    ......
}

– You can open the archive-question.php file.
Also, you can create the dwqa-templates/styles/default folder in the wp-content/themes/your-theme folder and copy the archive-question.php file and paste into the  dwqa-templates/styles/default folder then open the archive-question.php file to edit the ask question button.

– You can add the following code to the widgets and use the CSS code to custom it.

<a href="https://www.designwall.com/ask/" class="btn btn-success btn-block btn-lg">Ask a Question</a>
Powered by DW Question & Answer Pro