Forum replies created
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.
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.
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.
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.
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.
You’re welcome! 🙂
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.
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.
You’re welcome! 🙂