• Resolved frawley33

    (@frawley33)


    Hi there

    i have designed a website using Rhea theme and i can not for the life of me remove the Facebook like/google+/twitter buttons each the pages that have a gallery on them. i have looked and i can not find it anywhere, there’s no plugins that i can see.

    i somehow removed them when i designed my site on my computer using a local host, but now i have done it online and its live, the buttons are there and i can not remove them?

    can someone please help me?

    a link to a page of my site that has the buttons i want to remove
    https://www.takenbytim.com.au/portraits

    thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The easiest way to do that is by modifying the CSS code in style.css file (line 698) to:

    .post_social {
        display: none;
        padding-bottom: 10px;
        width: 100%;
    }

    ADD the display: none; code.

    Thread Starter frawley33

    (@frawley33)

    that worked perfectly!
    thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Facebook like, Twitter and Google buttons’ is closed to new replies.