Title: Changing Style &amp; Colours
Last modified: February 3, 2018

---

# Changing Style & Colours

 *  Resolved [PareStrano.it](https://wordpress.org/support/users/funesto/)
 * (@funesto)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-style-colours/)
 * Hello!
    I was wondering if (and how) I could change style and colours of the “
   Last topic widget”. For instance I’d need to change the post title to the red
   color.
 * Is there some CSS custom code I could add?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-style-colours%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/changing-style-colours/#post-9933477)
 * Ciao!
 * To customize _Last Topics **Widget**_, you need to open the file:
    _/wp-content/
   plugins/wp-w3all-phpbb-integration/views/**phpbb\_last\_topics.php**_
 * If you need to change the Post Title link color, and you’re skilled html/css,
   just read where these lines:
 *     ```
       $w3all_lastopics_style_ul = 'list-style:none;margin:0px'; // change into whatever you need
       $w3all_lastopics_style_ul_class = 'w3all_ul_widgetLastTopics'; // declare this class .w3all_ul_widgetLastTopics into your css template and style ul element as needed 
       $w3all_lastopics_style_li_class = 'w3all_li_widgetLastTopics'; // declare this class .w3all_li_widgetLastTopics into your css template and style li elements as needed 
       ```
   
 * so style via css into your template the _a_ element for these classes.
 * A not complete example about this that i will improve withone more clear and 
   working, maybe for the title as you request, is available here:
    [Style Last Topics and Login Widgets how to](https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=550#p2158)
 * If you modify these files, **and you not style using CSS added into your template
   CSS file only**, to avoid that modification you’ve done, aren’t lost when plugin
   update, because the update overwrite all default plugin’s files, You should create
   a custom folder
    _wp-w3all-config_ into _/wp-content/plugins_, so you’ll have:_/
   wp-content/plugins/**wp-w3all-config**_ (maybe you’ve already create if you’re
   using the custom config.php phpBB file) paste into it ALL four (4) files you’ll
   found into folder: **_/wp-content/plugins/wp-w3all-phpbb-integration/views_**
   which are:
 * **_phpbb\_last\_topics\_output\_shortcode.php_
    _phpbb\_last\_topics.php_ _login\
   _form\_include\_iframe\_mode\_links.php_ _login\_form\_include\_noiframe\_mode\
   _links.php_
 * **and setup the related option on WP_w3all config page**, that force to use these
   files instead than default files into WP_w3all plugin folder. So when plugin 
   will update, your template modification aren’t lost.
 * Se hai ancora problemi fa sapere! Ciao
    -  This reply was modified 8 years, 6 months ago by [axew3](https://wordpress.org/support/users/axewww/).

Viewing 1 replies (of 1 total)

The topic ‘Changing Style & Colours’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [axew3](https://wordpress.org/support/users/axewww/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/changing-style-colours/#post-9933477)
 * Status: resolved