changing colour, etc. inside an article

  • Unknown's avatar

    Hello,

    I have been using WordPress.com free for a few years now, and have found it very non-user friendly for such simple things as changing the font or size or colour of words, sentences, etc., INSIDE an article, without affecting the remainder of the blog. Basically, it’s a non-starter. So I thought I would try Premium, assuming it would allow for another tool bar or equivalent which would facilitate this kind of customization.

    Currently, I am in the first real day of the 14 day free trial, and I cannot find anywhere to carry out these oh-so-simple tasks. Is CSS the only way to go? And if it is, I cannot see the vertical bar on the right side of CSS which might allow changes.

    Is there no way to have a button bar as in Word where you can select font, size, colour, etc.?

    Thanks.

    Guy Trudeau

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

  • Unknown's avatar

    Hi Guy!

    It sounds like your editor is collapsed to one row of icons. You can open the second row of icons by clicking on the very last icon on the top row:

    https://en.support.wordpress.com/visual-editor/#row-2

    Does that cover the things you want to do?

  • Unknown's avatar
    mirmandepatrimoines · Member ·

    Hello Shawna,

    Yes, as a matter of fact it does, thank you kindly. Is this second row of the editor part of the free setup, or only with Premium?

    Thanks again.

    Guy

  • Unknown's avatar

    The second row in the editor is available for everyone at any plan level. :)

  • Unknown's avatar
    mirmandepatrimoines · Member ·

    Thank you.

    Guy

  • Unknown's avatar
    mirmandepatrimoines · Member ·

    As a follow-up to my earlier question, can I change the colours of the post titles, so that when I have several different categories of posts, each will have its own title colour?

    I tried using the extended editor’s colour icon to no avail.

    I am using the Chateau theme.

    Thanks.

  • Unknown's avatar

    The color of Post titles can be changed with custom CSS in the Premium plan. I took a look at the posts on your front page, and I only see posts in the Category “Uncategorized”.

    If you wanted to change the color of uncategorized posts, you would add this piece of code to the CSS pane in your Customizer:

    .category-uncategorized .post-title h1 a {
    	color: red;
    }

    You can modify this to word for any category by changing “category-uncategorized”. If your category is “Image”, you would change this to “category-image”.

    Let me know if I can help further!

  • Unknown's avatar
    mirmandepatrimoines · Member ·

    Thanks Shawna,

    I tried it and indeed it works, but my goodness, it’s certainly not my cup of tea. It reminds me of working in DOS 28 years ago. This CSS appears rather archaic. I am currently trying the premium version. So if I understand you correctly, the only way to change the post title colour is if one has ‘premium’, correct?

  • Unknown's avatar

    Because you want to target specific categories to change the color of, yes you’ll need the Premium plan to change the color of these post titles.

  • Unknown's avatar
    mirmandepatrimoines · Member ·

    OKayyyyyy.

    Guy

  • The topic ‘changing colour, etc. inside an article’ is closed to new replies.