Title: How do I fix&#8230;
Last modified: August 21, 2016

---

# How do I fix…

 *  Resolved [boutiqueshops](https://wordpress.org/support/users/boutiqueshops/)
 * (@boutiqueshops)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/)
 * This is such an elegant theme, I love it! Thank you for making it.
 * There are some changes I’d like to make but I don’t know how. Hopefully you can
   advise how to fix?
 * — There are //’s before and after my post titles and these appear both on the
   front page as well as the single post page. Where can I remove these?
 * –Where can I adjust the size of the featured image that appears on the front 
   page? They’re displaying a little larger than I prefer.
 * I imagine that the featured image displayed is affected by the size of the image
   on file. I can reduce these for sure, but I’d prefer to have a uniform featured
   image size on the home page.
 * Any help with these questions would sure be appreciated!
 * the site is here: [http://boutiqueshops-magazine.com/](http://boutiqueshops-magazine.com/)
 * Thanks!
    Sylvia

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

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/#post-5110788)
 * Hello,
 * 1. Those // are added automatically after the <span> tags in the header (categories,
   date etc.). For some reason, you have a plugin which outputs some more <span>
   tags before and after the title, and the theme assigns those //s to the spans.
   Two solutions: you either disable the plugin which is causing this, or you add
   the following code in a custom css plugin and loose all the /s :
 *     ```
       .entry-header span:after {
          content: '';
       }
       ```
   
 * 2. Maybe you can make a screenshot and show me exactly what you’re trying to 
   achieve? There isn’t an option to change them but it can be done pretty easily
   with some code.
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/#post-5110800)
 * Just realised that there is a way to keep your plugin, keep the / for the date,
   categories etc and loose the unwanted ones. Install this [plugin](https://wordpress.org/plugins/my-custom-css/)
   and add this code in it:
 *     ```
       .entry-header span:after {
           content: '';
       }
       .entry-meta span:after {
           content: '/';
       }
       ```
   
 *  Thread Starter [boutiqueshops](https://wordpress.org/support/users/boutiqueshops/)
 * (@boutiqueshops)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/#post-5110805)
 * Perfect! Thank you so much. The conflicting plugin is Infolinks. But I installed
   the css plugin and the code as you advised and it’s beautiful again. 🙂
 * There’s nothing critical I wanted to accomplish with the images except have all
   the featured images that are on the front page be the same size (like the swimming
   girl picture).
 * Some of the images I used were product images and they are all different sizes,
   so that’s probably what’s causing the problem. I will gradually change the images
   to more interesting photographs from Commons or Pixabay. I think that will do
   the trick. Espcially that GIANT apron! LOL
 * Thank you so much for your help! This theme is stunning!
 * Sylvia
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/#post-5110822)
 * Well, you would need big enough images for them to look all the same. The theme
   won’t stretch them.
 * A review and a rating would be appreciated 🙂 Also, if you could mark this thread
   as resolved.
 *  Thread Starter [boutiqueshops](https://wordpress.org/support/users/boutiqueshops/)
 * (@boutiqueshops)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/#post-5110855)
 * Yes, that’s why I’m going to change the images over time. 🙂
 * Will review and rate; marking resolved.

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

The topic ‘How do I fix…’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [boutiqueshops](https://wordpress.org/support/users/boutiqueshops/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-fix-2/#post-5110855)
 * Status: resolved