Title: [evolve]
Last modified: August 16, 2018

---

# [evolve]

 *  [winebotany](https://wordpress.org/support/users/winebotany/)
 * (@winebotany)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/evolve-3/)
 * Hello,
 * After updating the Evolve theme, I noticed that:
    * if I create a blog post with
   lists, only a bloc of text appears (no bullets) * the lines below the menu and
   in-between posts don’t show anymore
 * Thanks for your help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fevolve-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/evolve-3/#post-10597137)
 * Hello,
 * you can add bullets to the lists with **Additional CSS**:
 *     ```
       .post-content ul {
           list-style-type: bullet;
       }
       ```
   
 * > the lines below the menu and in-between posts don’t show anymore
 * not sure what you mean. any screenshot please?
 *  Thread Starter [winebotany](https://wordpress.org/support/users/winebotany/)
 * (@winebotany)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/evolve-3/#post-10598101)
 * Thank you for your reply! Actually for some reasons the CSS you wrote above unfortunately
   doesn’t change anything.
 * As for the border, there was a red line just below the menu (home drinks green…),
   and lines separating each blog post, too, but they don’t appear anymore.
 * Thank you!
 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/evolve-3/#post-10598337)
 * sorry, gave a wrong type (typed too fast 😉 ), change to this:
 *     ```
       .post-content ul {
           list-style-type: disc;
       }
       ```
   
 * > As for the border, there was a red line just below the menu (home drinks green…),
   > and lines separating each blog post, too, but they don’t appear anymore.
 * was this custom made? I don’t remember those 🙁
 *  Thread Starter [winebotany](https://wordpress.org/support/users/winebotany/)
 * (@winebotany)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/evolve-3/#post-10598475)
 * Wonderful! Bullets work like a charm, now, thank you 🙂
 * For the bottom border, it was something like that:
 * #wrapper .primary-menu .link-effect a {
    border-bottom: 2px solid #990000; }
 * Cheers
 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/evolve-3/#post-10598487)
 * Do you mean separator of submenu items?? That code refers to it 😕
 *  Thread Starter [winebotany](https://wordpress.org/support/users/winebotany/)
 * (@winebotany)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/evolve-3/#post-10670138)
 * Mhh… actually there were
 * * a thin line that went all the way under the menus tabs (HOME, DRINKS, etc),
   but now there is a thick grey rectangle ([http://www.winebotany.com](http://www.winebotany.com))
 * * a thin line between each blog post, but it doesn’t appear anymore.
 * Thanks!
 *  Thread Starter [winebotany](https://wordpress.org/support/users/winebotany/)
 * (@winebotany)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/evolve-3/#post-10674339)
 * NB: the CSS code I have is
 * .primary-menu {
    width: 985px; text-align: center; margin-left: auto; margin-
   right: auto; }
 * #wrapper .primary-menu .link-effect a {
    border-bottom: 2px solid #990000; }
 * .content {
    padding-top: 0; }
 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/evolve-3/#post-10676355)
 * The thick line appears because you have enabled the **Front Page Content Boxes**.
 * to separate blog posts try **Additional CSS**:
 *     ```
       article {
           border-bottom: 1px solid #aaa;
       }
       ```
   
 *  Thread Starter [winebotany](https://wordpress.org/support/users/winebotany/)
 * (@winebotany)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/evolve-3/#post-10684552)
 * Many thanks! The line between articles works well. So weird the red bottom border
   line below the main menu disappeared though…

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[evolve]’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [Borders](https://wordpress.org/support/topic-tag/borders/)
 * [lists](https://wordpress.org/support/topic-tag/lists/)

 * 9 replies
 * 2 participants
 * Last reply from: [winebotany](https://wordpress.org/support/users/winebotany/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/evolve-3/#post-10684552)
 * Status: not resolved