• I’m quite new on Word Press, but I want to create a box in my side bar in which I can show green check marks, for example:

    10 reasons why you want me:

    v i’m cheap
    v i’m experienced

    etc.

    Can anybody tell me how I can do that?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Unwanted duplicate post sent. please remove this current post.

    I am not sure if you have the code of that green check boxes but if you have it and you want to place codes or text in the sidebar of your site, you can do it using widgets and placing a Text widget on the sidebar of your website. You can place both plain text and HTML codes on that widget. Go to Appearance >> Widgets and drag a Text widget to the sidebar and put your code into that.

    Try googling on “CSS list-style-image”.

    You can do it using html.

    First, you need to upload the image you want to display to your media library (ex. “greencheck.jpg”)

    …then you want the html to look something like this.

    <img src="<strong>https://yourdomain.com/wp-content/uploads/2013/10/greencheck.jpg</strong>" alt="green check" width="5" height="5" />i'm cheap

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    The file path (part in bold) you can find by going into your media library, clicking on the image you uploaded, and copying it from there (find it in the bottom right once you click on the image.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Create box with green check marks’ is closed to new replies.