Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ivbscorp,

    Yes, definitely, if you’re using Shareaholic V6, you can create your own custom headline image and use it by overriding our CSS. I recommend using a 166x53px image.

    .shr-bookmarks {
    background-image: url(http://yourwebsite/yourimage.png) !important;
    }

    However, I highly recommend that you upgrade to V7 first.

    In order to change the headline for V7, use the CSS below with a 200x65px image:

    .shareaholic-share-buttons-heading {
    background: url(‘http://yourwebsite/yourimage.png’) 0 0 no-repeat;
    height: 65px;
    margin-bottom: -15px !important;
    }
    .shareaholic-share-buttons-heading-image { display: none; }

    Sincerely,

    Andy Huang
    Shareaholic Support

    Hello, I can not find the css file to edit. In the plugin directory there are so many css files but none seem right.
    bootstrap.css
    bootstrap-responsive.css
    bootstrap-responsive.min.css
    main.css
    reveal.css

    thanks

    Thread Starter ivbscorp

    (@ivbscorp)

    enter it in the main style.css for the theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sharing is Caring’ is closed to new replies.