Topic Resolution: Resolved
  • Closed
  • Rssn
    Spectator
    June 22, 2015 at 10:39 am #18416

    Hi,

    How can I put a background color for blog content area? And how can I remove the social sharing box? I already unchecked all but it’s still showing on my posts.

    Sample Post

    Thanks and best regards.

    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.

    Rssn
    Spectator
    Posts: 31
    June 22, 2015 at 11:20 am #18418

    Hi, Imran.

    I’ve tried the custom css and it is still there.

    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.

    Rssn
    Spectator
    Posts: 31
    June 22, 2015 at 11:39 am #18421

    Hi Imram,

    At the bottom of my posts there’s a gray color sharing. I forgot to mention that I’m using another sharing plugin.

    Thanks

    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.

    Rssn
    Spectator
    Posts: 31
    June 22, 2015 at 6:39 pm #18431

    Hi Imran,

    What i mean is the gray one. http://prntscr.com/7k1nuq

    Denzel Chia
    Moderator
    Posts: 2656
    June 23, 2015 at 3:26 am #18437

    Hi,

    In Theme Options -> Blog -> ‘Share This’ buttons placement -> select disable

    It will remove the bottom right “sharing icons”.

    http://prntscr.com/7k7ngh

    Thanks!
    Denzel

    Rssn
    Spectator
    Posts: 31
    June 23, 2015 at 8:23 am #18439

    Hi,

    Sorry I haven’t notice that, shame on me.

    How about the blog background, is possible to put a background color in the blog area? I want to put a white background but I don’t want to mess with the content background since the content background is also the background of my sidebar.

    Thank you so much!

    Imran
    Spectator
    Posts: 402
    June 23, 2015 at 10:45 am #18441

    Hi Ron,

    If you wish to achieve something like this http://prntscr.com/7karws. So you can try following code under Appearance > Theme Options > Custom CSS:

    #primary {
    background: #ffffff;
    }

    Thanks.

    Rssn
    Spectator
    Posts: 31
    June 24, 2015 at 7:00 am #18467

    Thanks!