Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #812263

    Hi is there some CSS to change the blog headers from Uppercase to just regular font style (lowercase), plus change the size?

    Also is there a way to change the background colour in the form fields? I’ve looked onthe forum and there where a few ideas but none are working for me. I’d like a global colour change on all fields if possible.

    Thanks

    #812283

    Hey Snerp,

    Could you please give us a link to your website, we need more context to be able to help you.
    Best regards,
    Victoria

    #812299

    Link is here

    #812403

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .post-title a {
      text-transform:none !important;
      font-size:20px !important;
    }

    Best regards,
    Rikard

    #812424

    Hi Rikard,

    that CSS didn’t work :(

    I’ve included the login info for the site if that helps

    #812432

    Hi,

    It seems that changes to Quick CSS aren’t taking effect. This usually happens when websites have a caching plugin, or a caching service with your web host. If you have one, please clear the cache first so that the changes take effect.

    You can also try adding Rikard’s code into your child theme’s style.css file.

    Please let us know how it goes!

    Best regards,
    Sarah

    #812510

    Hmmm no caching plugin or host caching, I even added the code to the child theme’s style.css and still no changes. I also turned off all the plugins to make sure none of them are the cause.

    #812548

    Hi,
    I added it to your child theme’s style.css and cleared my cache and can see the changes :)

    Best regards,
    Mike

    #813146

    Hi Mike, thank you for your help. I guess the code may have not been added correctly the first time.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Blog Headers – Change to Lowercase?’ is closed to new replies.