Article Sharing Buttons Format

Posted in: Newspaper
Post count: 136

Hi, im trying to understand how is it that you have in one of your demos the sharing buttons in the following format and I don’t see the settings for changing?

http://www.screencast.com/t/GFugWfN1nS7

Post count: 136

Also, how would I get rid of the gray shading in the defaults article sharing buttons?

Post count: 9544

The example you’re showing is from the special “stack” or “style” option, which changes the entire theme to look more like an old school newspaper (NY Times, etc.). To get that style you would need to use the appropriate stack as used in the demo. Or, you could likely use that style class and apply it from the custom css box.

Post count: 136

Thank you Christopher and pardon the ignorance but were exactly are these stacks options found to switch from/to? Is this a template feature option or a separate thing? I cant seem to find it.

Post count: 9544

Theme panel, main screen, at bottom “import predefined styles”

Post count: 136

Ah! OK excellent thank you once more Christopher.

Post count: 6600

Hi,

Thanks Christopher!

@joventu
Use this css to remove the background of social sharing container: http://screencast.com/t/LLYAgqrCQ5xH

.td-tags-and-social-wrapper-box {
border-top: none !important;
border-left: none !important;
border-right: none !important;
background-color: white !important;
}

.td-tags-and-social-wrapper-box-bottom-line {
border-bottom: none !important;
} 

Thanks

Post count: 136

Nice thank you Lucian once more!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.