• Resolved rejdmast

    (@rejdmast)


    Hi,
    I really like Olsen-Light and want to upgrade to the pro version for more control. I just have one problem.

    I want to remove the 3 default social icons that appear at the bottom of every page (Facebook, Twitter and Google+). I know about all the options for displaying and not displaying the social icons using the Customizer (Header, Social Network, Footer) but none of these remove the default icons.

    If there is a way to remove these default social icons or know that I can remove them in the Pro version then everything would be great.

    Thanks for any help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Post your site address

    Hello there!

    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    .entry-utils .socials {
        display: none;
    }

    in the box.

    Thread Starter rejdmast

    (@rejdmast)

    Hi Nvourva,

    Thank you very much for the quick reply. I really appreciate it.

    Unfortunately, your suggestion did not work.

    I downloaded the WP Add Custom CSS plugin and entered the following code:
    .entry-utils .socials {
    display: none;
    }
    then hit Save.

    I then made a new page and the icons are still there. I cleared the cache in my browser and refreshed my page. Also, the icons are also still there for the previously made pages.

    Here is the link to my site so you can see the problem:
    https://www.spectraphotos.com

    Please let me know if you have any other suggestions.

    Again, thanks for your help.

    Replace the above code with this one

    .single .entry-utils .socials, .page .entry-utils .socials, .entry-utils .socials {
        display: none;
    }

    and you should be OK.

    Thread Starter rejdmast

    (@rejdmast)

    Nvourva,

    Thank you so much. That worked!!

    You’re welcome!

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

    Thank you in advance!

    How can I add other types of social media share buttons to this section? I think this should be available in the customize portion.

    Thanks.. Worked for me also..

    Hi, I’d like to replace the default Google share with pinterest share button… how do I go about it?

    Hi there @soapskkill
    Please have a look here
    Please, open a new topic and add your question there

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Removing default Social Icons’ is closed to new replies.