• Resolved dcsreddy

    (@dcsreddy)


    Here is the forum page I created with DW Q&A plug in. I wanted to pull up the forum by moving search button to the place where “Status:AllNeed AnswerAnsweredResolvedClosedOverdueQueue” by removing “Status:AllNeed AnswerAnsweredResolvedClosedOverdueQueue” from there. I want search space to be same as “select a category” below it. Is it possible? I have custom CSS plug in I can use.

    Also, is it possible to move “Join these ‘Residency Match‘ Facebook Groups” to right of where “FORUM” is written with hyperlink still working?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi dcsreddy. It appears that the page is being built by the plugin. If the plugin provided the page template then you might be able to modify that. You’d probably also need to modify the default css. Maybe someone on the plugin support forum can provide some insight on what’s required.

    Thread Starter dcsreddy

    (@dcsreddy)

    Thanks for your reply. I added these codes and fixed the issue.

    TO REMOVE “SEARCH BUTTON”
    .dwqa-search { display: none; }

    TO REMOVE “STATUS BUTTON”
    .dwqa-list-question .filter .status { display: none;}
    .dwqa-list-question .filter { padding: 30px 20px;}

    TO REMOVE “VOTE”
    .dwqa-list-question .filter-bar .order .most-votes { display: none; }
    .dwqa-list-question .dwqa-vote { display: none; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pull up the forum by moving 'search' button to 'status' place on my page’ is closed to new replies.