Please Give Your Opinion On The Way I Designed My New Blog Post

5 replies
Hi guys, I just wanted to ask your opinion on the way I designed my new blog post. I changed the way it looked because I am trying to decrease bounce rate and keep the readers engaged until the bottom of the article. Here's what I done, add headlines and lots of images. Here's a link to the blog post
How To Make Money Online With Affiliate Marketing - The Ultimate Guide

Before I updated the blog post there would have been no headlines and VERY few images. I want to know your opinion because I have another 34 articles to update.

Oh and another thing, how do I get rid of the square border around the images in this blog post!
#blog #designed #give #opinion #post
  • Profile picture of the author gcbmark20
    1. Nice design, very clean and well presented

    2. Option for people to opt-into your list

    3. Usually you have the option in Wordpress to EXCLUDE the border for images before you actually upload it officially.

    4. ALLOW YOUR VISITORS TO DECIDE BY TESTING & ANALYSING YOUR RESULTS FROM TRAFFIC YOUR SITE RECEIVES!!!

    5. Just send as much traffic as you can to it then tweak along the way.

    Hope this helps Adam & have a fantastic day!!!
    {{ DiscussionBoard.errors[6792900].message }}
  • Profile picture of the author Shaun OReilly
    Originally Posted by adamreilly1997 View Post

    Oh and another thing, how do I get rid of the square border around the images in this blog post!
    You need to edit your style.css file.

    Around line 381...

    Code:
    .entry img {
    max-width: 97%;
    padding: 3px;
    border: 1px solid #EBEBEB;
    background: white;
    height: auto;
    }
    Either delete the undelined section above, set the
    border to 0px or set the color to the same hex value
    as the background.

    Dedicated to mutual success,

    Shaun
    Signature

    .

    {{ DiscussionBoard.errors[6792915].message }}
    • Profile picture of the author adamreilly1997
      I changed it to 0px, didn't work and then I deleted that line and it also didn't work. Do you know what's wrong?
      {{ DiscussionBoard.errors[6792951].message }}
      • Profile picture of the author Shaun OReilly
        Originally Posted by adamreilly1997 View Post

        I changed it to 0px, didn't work and then I deleted that line and it also didn't work. Do you know what's wrong?
        Have you uploaded your style.css file into the correct
        location?

        adamsonlinesecrets.com/wp-content/themes/wp-clear/style.css

        Your style.css file is showing as unchanged at my end.

        I edited the lines of code in my browser and the border
        disappeared. It works.

        Also, refresh/reload your browser and clear your cache.

        Dedicated to mutual success,

        Shaun
        Signature

        .

        {{ DiscussionBoard.errors[6792966].message }}
  • Profile picture of the author adamreilly1997
    I went into the appearance tab then editor in WordPress, then style.css and tried what you said.
    {{ DiscussionBoard.errors[6792977].message }}

Trending Topics