Change Photoset Layout on Tumblr

Comprehensive guide on changing the photoset layout on your Tumblr theme. By default multiple photos in one post show as a carousel, with a number photo counter and arrows to cycle through each. The options below will show you how to change it so photos display one after another using Stash Tumblr Themes.

New Themes

Look for the option “Photoset Layout” then switch it from Carousel to Normal. This works for new posts after Tumblrs NPF update around 22/23.

Change photoset post type Tumblr theme

 

Using CSS – Works on legacy posts also

Same can be applied by using Custom CSS, this method works for older posts and will hide the icons over the photosets and display them one after another.

How to add Custom CSS to Tumblr

On Customizer scroll and hit Advanced Options. Inside the Custom CSS box copy/paste the code below in bold:

.post-photoset .ps-options {
display:none !important
}
.post-photoset .npf_col {
opacity: 1 !important;
position: relative !important;
top: initial !important;
}
.single-photoset {
display: block !important;
position: relative !important;
top: initial !important;
opacity: 1 !important;
width: 100%;
margin: 0 0 2px 0;
}
.post-photoset .stash-photoset {
width:auto !important;
height:auto !important;
}

 

 

Hide Photoset count

To remove the photoset counter that shows in the box over photosets simply copy and paste the code below in to Custom CSS which is in Advanced Options.

To hide just the numbers:

.post-photoset .photoset-count {
display:none !important;
}

To hide the numbers and arrows:

.post-photoset .ps-options {
display:none !important;
}

To show on hover only:

.post-photoset .photoset-count {
opacity:0;
}

Find your design

40+ of the world’s leading premium Tumblr themes helping customers build responsive websites with great functionality and outstanding design.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Removing Branding

Removes all branding, including Stash logos, “Install Theme” buttons, and theme credits. Your support helps us improve features, release updates, and continue developing great themes.

After purchase, you’ll receive an email with easy-to-follow instructions. Thank you for helping us grow! 🚀

Still need help?

Send us a message for quick and friendly support.

How can we help?