• hi,
    I am using the Obsidian template.https://theme.wordpress.com/themes/obsidian/support/

    I am having problems with capitalization. Right now the titles and pages and posts are all in Caps. For example Obsidian is written like this ‘OBSIDIAN’ I would like to have the letter show as ‘Obsidian’ in my site.

    The plugins I found ‘capitalize-text-input.0.1’ and ‘change-case-for-tinymce’, ‘wp-title-case’, ‘friendlycase’ didn’t seem to work. I did use ‘use any font’ and thought maybe that messed up the previous plugins? if there is someone that can help me, I would appreciate it so much!!

    I am not sure where and how to place CSS code and I did see a lot of that during my week of searching for an answer. but I didn’t want to risk messing something up that I cannot correct later if I needed to.

    any help you can give me is most appreciated.

    kindly,

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    A link to your site would be helpful to start.

    Thanks!

    Thread Starter anubianprincess

    (@anubianprincess)

    hi dwevans,

    thank you for your response:)

    I have not actually moved my site in viewing mode and I am pretty new at this. I am not sure if you can see this link:
    https://f29.2ac.myftpupload.com/

    I am modifying the obsidian site here:
    https://theme.wordpress.com/themes/obsidian/

    kindly,

    Thread Starter anubianprincess

    (@anubianprincess)

    hi dwevans,

    thank you for your response. ??

    I am new at this and haven’t moved my site into viewing mode yet and am not quite sure how to do it. i am hosted with godaddy.

    seems it wont let me put it here without the viewing mode. i can work with go daddy to see how to do it, right?

    kindly,

    Sorry for the delayed response.

    GoDaddy should be able to help you with their viewing mode. I’m not very familiar with GoDaddy’s hosting service.

    Once you have something for someone to see online you can get further assistance.

    Good luck!

    I was able to see your site. Your site title (and other areas probably) are using the CSS attribute called text-transform. It is set to uppercase, which means it will always convert whatever is entered to all capital letters.

    If your theme customization doesn’t allow you to “toggle” this feature on or off, you can add custom CSS as follows:

    .site-title {
    text-transform: none;
    }

    This will address the site title. If you haven’t tried the theme support directly you may give that a try as well.

    Good luck!

    Thread Starter anubianprincess

    (@anubianprincess)

    no problem on the delay at all.

    I did down load a toggle case button from one of the wordpress plugins above but it just seems to sit there beside the page title while I am editing lol

    I went to the css style sheet editor and placed the code there…after the starred code (not sure if it goes between the stars)but nothing seemed to change.
    then I saw the
    Obsidian: Stylesheet (style.css) and wasn’t sure if I should put it there.

    I apologize for asking so many questions and taking up your time. I will try Obsidian support again. I wasn’t able to get into ask questions because my theme is on godaddy vs wordpress. I will try and figure out how to contact them.

    thanks for your help:)

    kindly

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Capitalization’ is closed to new replies.