Share Settings & Logo in Footer

Support Area Forums Photobug Share Settings & Logo in Footer

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://yourmorningjuice.com
  • Author
    Posts
  • #22974
    Matthew Nordin
    Participant

    Hi Bill,

    I’m a novice at this. So forgive me if the solution should be obvious. 🙂

    Is there a way to add Reddit and other social platforms in the share options that accompany each post?

    Also, is there a way to remove the Organized Themes logo from the footer?

    Thanks!
    Matt

    #22990
    Bill Robbins
    Moderator

    Hello Matt,

    Excellent questions there. Let’s tackle the logo in the footer first. Here’s how to remove it:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .footer-right img {
      	display: none;
      }
      
    3. Update your settings.

    That should take out the footer logo for you.


    For other sharing options, the script that is used in the theme to run the sharing doesn’t support most other networks, so the best option would be to disable that and add in a sharing plugin. Here’s how to do that. Add this snippet to the Custom CSS box we used earlier:

    
    div.sharrre {
    	background: none;
    	display: none;
    }
    

    and save your changes. That should hide it for you. Then you can use one of the many sharing plugins for WordPress. If you are already using the Jetpack plugin, you can turn on the sharing module that’s part of it. You could also use a plugin like https://wordpress.org/plugins/simple-share-buttons-adder/ .

    If you have any questions or trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Share Settings & Logo in Footer’ is closed to new replies.