Title: TouchCoding.net - Øyvind Sæther's Replies - page 13 | WordPress.org

---

# TouchCoding.net - Øyvind Sæther

  [  ](https://wordpress.org/support/users/touchcoding/)

 *   [Profile](https://wordpress.org/support/users/touchcoding/)
 *   [Topics Started](https://wordpress.org/support/users/touchcoding/topics/)
 *   [Replies Created](https://wordpress.org/support/users/touchcoding/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/touchcoding/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/touchcoding/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/touchcoding/engagements/)
 *   [Favorites](https://wordpress.org/support/users/touchcoding/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 181 through 186 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [2](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/touchcoding/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
13

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Colorway] How to remove/change Social Media text and buttons in blogpost](https://wordpress.org/support/topic/colorway-theme-how-to-remove-or-change-social-media-text-and-buttons-in-blog-p/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/colorway-theme-how-to-remove-or-change-social-media-text-and-buttons-in-blog-p/#post-5828695)
 * oh, sorry.
    I think you need to do the same thing to the class social_link
 * here is the code:
 *     ```
       .social_link {
        Display: none;
       }
       ```
   
 * No problem, love to help 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Colorway] How to remove/change Social Media text and buttons in blogpost](https://wordpress.org/support/topic/colorway-theme-how-to-remove-or-change-social-media-text-and-buttons-in-blog-p/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/colorway-theme-how-to-remove-or-change-social-media-text-and-buttons-in-blog-p/#post-5828684)
 * Hi again, Frieda Bakker!
 * You can easily fix both of these problems by using the CSS rule display:none 
   on the “social_logo” class.
 * The code should look something like this:
 *     ```
       .social_logo {
        Display: none;
       }
       ```
   
 * This will remove both the line “If you enjoyed this article please consider sharing
   it!” and the social media buttons.
 * Hope this helps you!
 * TouchCoding
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Colorway] How to remove "One responseso far" in blogpost](https://wordpress.org/support/topic/theme-colorway-how-to-remove-one-responseso-far-in-blogpost/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-colorway-how-to-remove-one-responseso-far-in-blogpost/#post-5828681)
 * Hi Frieda Bakker!
    You can target the h3 line “One Responses far” using CSS and
   then use the rule display: none;
 * the code would look something like this
 *     ```
       #commentsbox h3 {
       display: none;
       }
       ```
   
 * Hope that fixed it 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change size of featured images on blog page](https://wordpress.org/support/topic/change-size-of-featured-images-on-blog-page/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-size-of-featured-images-on-blog-page/#post-5821392)
 * if you don’t know how to create child themes, I would recommend going to youtube
   and watch a tutorial. That’s the easiest way 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change size of featured images on blog page](https://wordpress.org/support/topic/change-size-of-featured-images-on-blog-page/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-size-of-featured-images-on-blog-page/#post-5821372)
 * yes, create a child theme and in style.css write:
 * .round-div {
    border: none; }
 * That will remove the border and the images should be displaying properly 😉
 * glad I could help 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change size of featured images on blog page](https://wordpress.org/support/topic/change-size-of-featured-images-on-blog-page/)
 *  [TouchCoding.net – Øyvind Sæther](https://wordpress.org/support/users/touchcoding/)
 * (@touchcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-size-of-featured-images-on-blog-page/#post-5821360)
 * Hi!
    it looks like you’re having a border with the same color as the background
   around the images. If you remove that CSS rule, the images looks fine 😉
 * the CSS rule is: border:104px solid #FAFAFA;
 * were you trying to create some kind of hover effect?

Viewing 6 replies - 181 through 186 (of 186 total)

[←](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
[1](https://wordpress.org/support/users/touchcoding/replies/?output_format=md) [2](https://wordpress.org/support/users/touchcoding/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/touchcoding/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/touchcoding/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/touchcoding/replies/page/12/?output_format=md)
13