Forum replies created

    Imran
    Spectator
    Posts: 402
    June 22, 2015 at 11:49 am #18422

    Hi Ron,

    If you wish to suppress that sharing at the bottom so you can disable the plugin. Or second way to remove that is to add following code under Appearance > Theme Options > Custom CSS:

    .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    June 22, 2015 at 11:36 am #18420

    Hi there,

    Thanks for writing in, would you mind providing the URL of your website so we can take a closer look into it and give you a detailed answer.

    Thanks.

    Imran
    Spectator
    Posts: 402
    June 22, 2015 at 11:31 am #18419

    Hi Ron,

    Upon checking, I don’t see the social sharing box on your website anymore (see: http://prntscr.com/7jwfog ). So make us confirm whether it’s still a problem.

    Thanks.

    Imran
    Spectator
    Posts: 402
    June 22, 2015 at 11:09 am #18417

    Hi Ron,

    Thanks for writing in,

    If you wish to change content background color, so that is under Appearance > Styling > Custom Content Color as per shown here (see: http://prntscr.com/7jw8zb ). Secondly, you can use a CSS code to disable the social sharing box under Appearance > Theme Options > Custom CSS:

    .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style.a2a_target {
    display: none !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    June 22, 2015 at 10:28 am #18414

    Hi there,

    Thanks for writing in! Unfortunately, We don’t provide this particular customization request. You may wish to consult a developer to assist you with this.

    Thanks for understanding.

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 5:17 pm #18356

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 12:17 pm #18353

    Hi Carsten,

    Thanks for writing in,

    At the moment, you can try the following code under Appearance > Theme Options > Custom CSS:

    .custom-header {
    background-size: 100% 100% !important;
    }

    @media only screen and (max-width: 1100px) {
    .custom-header {
    background-size: 100% 100% !important;
    min-height: 123px;
    }
    }

    @media only screen and (max-width: 992px) {
    .custom-header {
    background-size: 100% 100% !important;
    min-height: 123px;
    }
    }

    @media only screen and (max-width: 768px) {
    .custom-header {
    background-size: 100% 76% !important;
    min-height: 100px;
    }
    }

    Please also provide the link of your website.

    Thanks.

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 11:17 am #18351

    Hi there,

    Thanks for writing in,

    To achieve that you can add following code under Appearance > Theme Options > Custom CSS:

    .link-effect a:hover span, .link-effect a:focus span {
    transform: none !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 9:38 am #18347

    You’re welcome! 🙂

    In reply to Spacing
    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 9:38 am #18346

    You’re welcome! 🙂