Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #274870

    1. How do I change the <h2> font so it does not default to ALL CAPS? I would just like it to be Title Case. Id’ also like to make it orange. What is the best way to do that?

    2. I would like to increase the font size of the top navigation. Best method for that?

    Thanks,
    Deb

    #274937

    Hey debbienz!

    Thank you for using the the theme!

    1.) You can change the h2 styling on Enfold > Advanced Styling panel. Add this on Quick CSS or custom.css:

    h2 {
    text-transform: none;
    }

    2.) For the menu links, again, go to Enfold > Advanced Styling panel then edit the Main Menu Links element.

    Regards,
    Ismael

    #276052

    hey,

    #1 is exactly what i´m looking for to change on my site. copied the lines into the ‘qick-css’ doesn´t react.

    also tried to edit the custon-css with different parameters like color, size, etc. – the only one that reacts is the ‘size’.

    any ideas?

    thx / sascha

    #276141

    Hi Sascha,

    Can you post the link to your website please?

    Regards,
    Josue

    #276159
    This reply has been marked as private.
    #276185

    Hey!

    Alright. Please use this:

    .template-page .entry-content-wrapper h2 {
    text-transform: none;
    }

    For h1 tags, this will work:

    .template-page .entry-content-wrapper h1 {
    text-transform: none;
    }

    Regards,
    Ismael

    #276373

    that works fine!

    thx ismael!

    #276375

    It’s working for me too, thank you very much.

    #276384

    Hi!

    Thank you for confirming, glad Ismael could help :) We will keep the thread open for original poster.

    Regards,
    Yigit

    #276771

    Yes, i was having the same trouble and this has solved it. Thanks everyone!

    #276798

    Hi!

    Glad we could help. If you have any questions, let us know. :)

    Regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Changing font sizes and case’ is closed to new replies.