How Would I Create a Graphic To Show Here...

2 replies
  • WEB DESIGN
  • |
I have social sharing buttons at the end of my posts, but I wanted to add a call-to-action that stuck out and made it a lot more obvious to share.

Here is an image of something I would like to place next to my social sharing buttons, but how would I do this using code?



Is this a widget? Do I have to paste some code in the text editor?

Thanks,

Tim
#create #graphic #show
  • Profile picture of the author Gary77
    It depends on how you've embedded the share buttons - is it a widget with an outer holding container? In any case you'd have to do it in CSS by adding a inline-style property to the image (float:right) or adding extra HTML to holds the image in position to the right of the group of share buttons. (along with the CSS). You would have to do this in the social share widget template (or the post template) so that it appears globally on each post/page at the bottom.
    {{ DiscussionBoard.errors[9503040].message }}
  • Profile picture of the author Action Man
    Originally Posted by Tim Alwell View Post

    I have social sharing buttons at the end of my posts, but I wanted to add a call-to-action that stuck out and made it a lot more obvious to share.

    Here is an image of something I would like to place next to my social sharing buttons, but how would I do this using code?



    Is this a widget? Do I have to paste some code in the text editor?

    Thanks,

    Tim
    you need a child theme anyway if you are using WordPress with a premier theme, lots of tutorials on that

    if you use chrome or firefox do an an inspect element, and click on the area you want to change, you will see the code, you can do a php in your child theme etc, you see where I am going, check out some YouTube courses on WordPress child themes


    he does a few courses see them all

    cheers

    Jim
    Signature

    "Love conquers all things except poverty and toothache" (Mae West)

    {{ DiscussionBoard.errors[9514715].message }}

Trending Topics