Spun theme

  • Unknown's avatar

    Hi there,
    I’m new to this, any help would be much appreciated.
    I’m using the Spun theme.
    1. I’d like to un-italicise the site title.
    2. I’d like to have 4 or 5 static circles on the homepage, that link through to pages (shop, blog, process etc). Right now it’s just posts on the homepage, but I’d like to improve this.

    Thank you in advance :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To un-italicize the site title:

    .site-title {
    	font-style: normal;
    }

    My CSS is not advanced enough to solve your #2 question, though.

    An alternative is to create 5 sticky posts so you can have 5 static circles on top; but then it will still link to posts and not pages.

  • Unknown's avatar

    Creating image links to pages instead of posts on your homepage has nothing to do with CSS. You create a new static page, upload and insert images that link to the pages you want, and set your blog front to display that static page (in Settings > Reading). Then you can use CSS editing to turn the images into circles.

  • The topic ‘Spun theme’ is closed to new replies.