Details
A redesign of Silvanus. Very structurally adjustable with post information off to the side.
Special ‘Septimus’ Appearance Options:
- Three post sizes – ‘smaller’ for 400px, ‘bigger’ for 700px, normal is 500px. There’s also an option to ‘stretch photos’ which is handy for the ‘bigger’ setting
- ‘Swap sides’ – fixes permalink to the left of content rather than right
- ‘Permalink always visible’ instead of having to hover over posts. This also increases the height of some posts so the permalinks don’t overlap, and moves album art from audio posts into the post rather than permalink area
- ‘Off centre’ pushes the content from right in the middle of the page to the side without the permalink, it balances out the page a bit if you have the permalink always visible
- ‘Distance between posts’ and ‘distance between permalink and post’ options, neither recommended to be more than 100px
- ‘Show tags’ in the permalink box toggle with custom ‘tags title’
- ‘Transparent permalink background’ and ‘transparent header background’ toggles
- ‘Centerize header’ text, ‘hide links’, ‘hide title’ and custom ‘link divider’ options
Standard Appearance Options:
- Pad capabilities – adds or removes post, permalink, and header padding depending on backgrounds
- ‘Endless scrolling’ with audio fix and ‘scroll to top button’
- Twitter – shows your latest tweet in the header
- ‘Google Analytics ID’ – no need to insert the code by hand
- Custom Colours – text, link, permalink, background (post, permalink, page, header)
- Images – title, page background (with full sized stretch toggle), permalink background, post background
- Fonts – serif (for post and page titles and perma link) and sans-serif (for body text)
This the theme I’m currently using, but it would be great if there could be more than one column? I love everything about this theme except that it is limited to one column only. Is there something that can be added to the HTML?
hah if only it were that easy. This is a single column theme so of course you can’t just add columns.
Im using septimus theme and i have a little question.
How can have links without underline? i put my links on the description because i dont no other place. any help? sorry my english
to get rid of the underline in the header links put this in your custom css
a {text-decoration: none!important;}but if you don’t want the underline or coloured underline on any links put thisa {text-decoration: none!important; border-bottom: none!important;}How do i make the description centered? :o
wrap your description in
<center></center>This is an absolutely beautiful theme just as all your others are. I think you have a wonderful talent.
love the theme, is there any way i could just have the captions show up next to photos rather than the permalink?
Yeah add this to the custom css box in the advanced tab of your customize page –
.bloq.perm {display: none;}– but I don’t advise it because then there’ll be no link to the post.