See title.
Hi Saints,
Currently, we are working on upgrading our themes to support Question & Answer plugin and the updated version of there themes will be released soon.
For now, to adjust the plugin for DW Focus theme, you can download the file at this link: http://goo.gl/tt4eI0
Extract it and you will have the “dwqa-templates” folder, then copy that folder to wp-content/themes/dw-focus
The Q&A plugin should look good on DW Focus theme, also you can edit the style.css file in the dwqa-templates folder for custom style of the plugin.
Hope that helps!
Great stuff, almost there..
Now we just need to remove the (../img/dot-ddd.gif)
See:
http://i.imgur.com/885Csx8.png
http://i.imgur.com/x2KyuoI.png
Thx in advance
Please add this code to ‘dwqa-templates/style.css’ file:
[class*="dwqa-question"] .container .row {
background: none;
}
If even that doesn’t help, you can go to Dashboard > Appearance > Customize > General Settings, and add the following code to Custom wp_head() section:
<script>
jQuery(function($){
$('.dwqa-container').parent('.row').css('background', 'none');
});
</script>
Hope that helps!
Please login or Register to submit your answer