Title: Need Help With Minor Theme Coding Edit
Last modified: December 27, 2021

---

# Need Help With Minor Theme Coding Edit

 *  Resolved [Mycenius](https://wordpress.org/support/users/mycenius/)
 * (@mycenius)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-minor-theme-coding-edit/)
 * Hi – I’m hoping someone can help me with a minor theme formatting issue – I am
   using “Visual Coffee Free Vintage Theme” for a new minimalist blog I just started.
   But it has an annoying formatting issue with no separators between category names
   at the top of each blog post (see the included link to a blog a post). Normally
   this would be easy to rectify if no controls via theme customisation as described
   in [Separating Categories @ WordPress.org Codex](https://codex.wordpress.org/Separating_Categories)
   or minor variations to this process. However although I’ve modified many themes
   in the past and in more detail than this I have drawn a blank with the Visual
   Coffee Theme; as it doesn’t seem to use the standard coding or syntax (I am reasonably
   HTML/XML/CSS literate but only the most very basic php and similar coding knowledge–
   so a bit lost trying to locate where this element’s formatting is in the theme
   template files).
 * I have tried to contact the developer direct but no response so was hoping someone
   here might be familiar with this theme, or with more advanced coding skills might
   be able to quickly identify for me how to add some sort of category list separator(
   like a comma, semicolon or a bullet)?
 * Many TIA.
    -  This topic was modified 4 years, 5 months ago by [Mycenius](https://wordpress.org/support/users/mycenius/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fneed-help-with-minor-theme-coding-edit%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-minor-theme-coding-edit/#post-15196685)
 * experiment with some CSS like this
 *     ```
       a.category-name::after{
       content:",";
       }
       ```
   
 * looks like this is the theme support area:
    [https://wordpress.org/support/theme/visual-coffee/](https://wordpress.org/support/theme/visual-coffee/)
 *  Thread Starter [Mycenius](https://wordpress.org/support/users/mycenius/)
 * (@mycenius)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-minor-theme-coding-edit/#post-15200127)
 * > `experiment with some CSS like this
   > a.category-name::after{
   >  content:”,”; } looks like this is the theme support
   > area: [https://wordpress.org/support/theme/visual-coffee/](https://wordpress.org/support/theme/visual-coffee/)`
 * Thanks [@contentiskey](https://wordpress.org/support/users/contentiskey/) – unfortunately
   had no joy trying that CSS and similar variations. I will try that support request
   option but think that’s where I have already requested help with no response.
 * > If you are using it with WordPress CMS then install Gutten Berg; through which
   > you can make your own fully customized Separators.
   >  I hope, it can help you
   > a lot!
 * Thanks [@micholloren](https://wordpress.org/support/users/micholloren/) unfortunately
   not exactly sure what you mean by using gutenberg, as my WP install already has
   the latest block editor and as the theme isn’t using the common usual code layout
   not sure a plugin can help with that? Are you meaning a specific plugin (as there
   are several gutenberg add ons)?
 * Many Thanks
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-minor-theme-coding-edit/#post-15201076)
 * I downloaded a copy of the theme from [https://wordpress.org/themes/visual-coffee/](https://wordpress.org/themes/visual-coffee/)
   
   and activated it in one of my test websites. I added the following to the “additional
   CSS” area in customizer and it worked for the category display on single post.
 *     ```
       a.category-name::after {
           content: " , ";
       }
       a.category-name:last-of-type::after{
        	content: "  ";
       }
       ```
   
 *  Thread Starter [Mycenius](https://wordpress.org/support/users/mycenius/)
 * (@mycenius)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-minor-theme-coding-edit/#post-15202494)
 * > `I downloaded a copy of the theme from [https://wordpress.org/themes/visual-coffee/](https://wordpress.org/themes/visual-coffee/)
   > 
   > and activated it in one of my test websites. I added the following to the “
   > additional CSS” area in customizer and it worked for the category display on
   > single post.
   > a.category-name::after {
   >  content: ” , “; } a.category-name:last-of-type::after{
   > content: ” “; }`
 * Thank You [@contentiskey](https://wordpress.org/support/users/contentiskey/) 
   that has worked perfectly! Appreciate you taking the time to help me with a solution.
   Happy New Year and all the best for 2022 Lisa!

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

The topic ‘Need Help With Minor Theme Coding Edit’ is closed to new replies.

## Tags

 * [customise theme](https://wordpress.org/support/topic-tag/customise-theme/)
 * [edit theme](https://wordpress.org/support/topic-tag/edit-theme/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Mycenius](https://wordpress.org/support/users/mycenius/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/need-help-with-minor-theme-coding-edit/#post-15202494)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
