The first picture is what I have, the second picture is what I want to accomplish.
So far I realize that disabling both ticks (in the picture above) solves the problem, but how do I write the css code?
This is the code I currently use to adjust the widget to my liking.
span[data-pin-log="pinterest"] { overflow: scroll; overflow-x: hidden; } span[data-pin-log="embed_grid"]::-webkit-scrollbar { width: 0; /* Remove scrollbar space */ background: transparent; /* Optional: just make scrollbar invisible */ } /* Optional: show position indicator in red */ span[data-pin-log="embed_grid"]::-webkit-scrollbar-thumb { background: #FF0000; } #pinterest [class$=_button] { display: none !important; } #pinterest [class$=_button] { display: none !important; } #pinterest [class$=_hd] { display: none !important; } body > span[data-pin-log="embed_grid"] { border: none; }
<a data-pin-do="embedBoard" data-pin-board-width="350" data-pin-scale-height="500" data-pin-scale-width="130" href="https://www.pinterest.co.uk/toastedmacarons/rich-boys-city-girls/"></a> <script async defer src="https://assets.pinterest.com/js/pinit.js"></script>
If it helps, the widget is here.
My knowledge of CSS is very limited, so any help is greatly appreciated. Thank you in advance :))
Follow my CSS code:
Full example on Codepen