• I understand how to change the link color in Unsleepable, but when I adjust the Stylesheet to change it from pink, it says ‘template not found’ or something like that. In fact, I can’t change anything w/o that happening. Must I pay and enhance the CSS in order to make this work?

    Also, my blog’s title is not showing up on the main page even though it is entered correctly in the settings. It still has the default ‘Unsleepable’ up top. Can’t find a way to fix this, and would appreciate some help.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • This forum is for self-hosted WordPress sites. If this relates to a wordpress.com site, you should try asking your question on https://en.forums.wordpress.com/

    Thread Starter jonpolk

    (@jonpolk)

    I do have a self hosted site at disjointedobservations.com. Would really like some advice, esp. on the title issue.

    when I adjust the Stylesheet to change it from pink, it says ‘template not found’ or something like that.

    I can’t see anything wrong with the stylesheet. It’s definitely there. Perhaps the message relates to making the file writeable?

    Also, my blog’s title is not showing up on the main page

    That’s because the them is using an image in the header:

    h1 a {
    background:url("images/title.gif") no-repeat 20% 82% transparent;
    display:block;
    height:50px;
    line-height:50px;
    padding:50px 20px 0 0;
    width:250px;
    }

    You either need to upload a new 225px by 42px image to your theme’s images folder. Or you need to remove the image from the CSS.

    Thread Starter jonpolk

    (@jonpolk)

    It still isn’t letting me make any changes to the Stylesheet, claiming the template ‘does not exist’ when I try to confirm my changes. I have not upgraded to Custom CSS; is that necessary to affect these changes?

    If I just want to delete the image, what specifically should I delete from what you have posted above?

    thanks for your help, I really appreciate it.

    Self-hosted wordpress sites don’t have a Custom CSS option unless it’s bundled within a theme.

    Thread Starter jonpolk

    (@jonpolk)

    So basically I am not going to be able to change these things b/c the Unsleepable theme isn’t allowing me to change the CSS?

    I don’t know of any theme that prevents you from changing the CSS. Normally, if you can see the stylesheet file in the Editor and have the correct permissions set on the file, you can change any part of the stylesheet.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing font colors & Title Problems in Unsleepable’ is closed to new replies.