Change Header case and have Home/Blog page

  • Unknown's avatar

    Two problems:

    CSS won’t accept header transform: none in Bouquet theme.

    Can Home page have “Welcome” introductory text and blog?

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

  • Unknown's avatar

    Hi there,

    CSS won’t accept header transform: none in Bouquet theme.

    Can you describe how you want the header to look? I see that you have the following custom CSS on your site now:

    h1 {
    text-transform: none;
    }

    If you want to do the same text-transform to your site title and tagline, you can use this CSS:

    #site-title, #site-description {
    text-transform: none;
    }

    If you have any other CSS questions, most of our CSS support is done in our community forums by both staff and volunteers:
    https://en.forums.wordpress.com/forum/css-customization

    We also have tips for using CSS at WordPress.com here: Editing CSS

    Can Home page have “Welcome” introductory text and blog?

    If you want to have your blog on the home page, you can change that by going to Settings > Reading in your dashboard. Next to “Front page displays” select “Your latest posts” and then save your changes.

    Then, you can create a welcome blog post to show on your front page. To make that welcome post stay at the top of the list of posts, you can make it a sticky post.

    Let me know if you have any questions. :)

  • Unknown's avatar

    Thanks for responding.
    I want to have Sarah E. McIntosh be upper and lower case, not all caps.

  • Unknown's avatar

    Another question: Does this theme offer the ability to use WordPress plugins?

  • Unknown's avatar

    Hi there,

    I want to have Sarah E. McIntosh be upper and lower case, not all caps.

    If you use the CSS code I provided in my previous reply, that’ll do it for you! :)

    Does this theme offer the ability to use WordPress plugins?

    It isn’t possible to install plugins on WordPress.com, for security reasons. Plugins can only be installed on self-hosted WordPress blogs. If you are wondering how WordPress.com differs from WordPress.org, this support article explains the distinction: WordPress.com and WordPress.org

    However, WordPress.com has a lot of built-in features that were inspired by popular plugins. Chances are, what you are looking for is already there! You can search for information about WordPress.com features on our support site here: http://en.support.wordpress.com/

    If you don’t find what you are looking for, just let me know what you’d like to achieve with a plugin, and I’ll help you find a solution.

  • Unknown's avatar

    Thank you. It worked!

    How to de-activate the password in the log-in link on the right nav. bar?

  • Unknown's avatar

    Hi there, I’m so glad that worked for you. :)

    How to de-activate the password in the log-in link on the right nav. bar?

    I’m not sure I understand what you mean by de-activating the password. Can you explain that a little more?

    If you don’t want the log-in link to appear at all there, you can remove it from your right sidebar. To do that, go to Appearance > Widgets in your dashboard. In your list of active widgets, click on the Meta widget and then click the Delete link. That will remove all of the Meta links from your sidebar.

  • Unknown's avatar

    I want the log-in link to stay where it is. After it’s been clicked on the username and password show, which makes the admin pages accessible to anyone who clicks that link.

  • Unknown's avatar

    Hi there,

    Your username and password are not saved or displayed by WordPress.com, but it’s possible that your browser is saving your username/password and filling them out for you. In that case, they are only visible to someone who accesses your site using your computer.

    If you don’t want this information to be displayed in your browser, you can removed the saved information in your browser settings. For example, Firefox has instructions for removing that information here:

    https://support.mozilla.org/en-US/kb/password-manager-remember-delete-change-passwords

    Please let me know if I can provide any further help. :)

  • The topic ‘Change Header case and have Home/Blog page’ is closed to new replies.