Yako
asked 4 years ago

Firstly I want to remove suggests on ask question page.Suggest
Secondly I want to change my ask question button location,

Thirdly I was create new page for questions, and im use topic/question for my link. I edit page title “Sorular” but my change title “Questions” how I will change my tittle thanks.

1 Answers
DominicStaff
answered 4 years ago

1/ you can add the following code to the style.css file:


.dwqa-content-ask-form .dwqa-search .dwqa-autocomplete {display: none !important;}

2/ You can create the dwqa-templates/styles/default folder in the wp-theme/themes/your-theme folder then create the archive-question.php file in the default folder and paste the following code to this file.
http://snippi.com/s/4m2j5ja
And add the following CSS code to the style.css file

.dwqa-questions-header.ask-qa-top {
    float: right;
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 6px 20px;
}

.dwqa-questions-list {
    clear: both;
}

Note: About the CSS code, you can create the style.css file into the default folder or add the CSS code to the style.css of your theme.

Powered by DW Question & Answer Pro