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

    Hey,
    you help med with this code
    #top #wrap_all .all_colors h3,
    #top #wrap_all .all_colors h1,
    #top #wrap_all .all_colors h2,
    #top #wrap_all .all_colors h4,
    #top #wrap_all .all_colors h5,
    #top #wrap_all .all_colors h6 {
    text-transform: lowercase;
    }
    but I wasn’t clear enough. I want to be able to choose small or capital letters for all h1-h6 tags.
    What code do I need then?

    Thanks
    Charlotte

    #1119808

    Hey Charlotte,

    Unfortunately, we can’t make it a “choose” option. At the moment this can only be done via css, but can be considered as an option for future updates.

    Best regards,
    Jordan Shannon

    #1120070

    Hi Jordan,

    ok, but what code shall I add then?

    I just want the h1-h6 tag be with either small letters or capital letters, just like I write them.

    Thanks
    Charlotte

    #1120173

    Hi,

    The code above should have worked. Please provide a link to the site/page in question. This may have to be done on a case by case basis on the page since there is no toggle select.

    Best regards,
    Jordan Shannon

    #1121464

    Hi Jordan.

    It looks like this: H1

    http://www.malagaboutiquehotels.com

    Thanks
    Charlotte

    #1121468

    you can use :

    text-transform : none ( maybe an !important is necessary )

    #1121475

    Hi,

    What exactly are you referring to? Where do I find text-transform: none?

    #1121482

    Sorry i thought this was clear where to replace!

    #top #wrap_all .all_colors h1,
    #top #wrap_all .all_colors h2,
    #top #wrap_all .all_colors h3,
    #top #wrap_all .all_colors h4,
    #top #wrap_all .all_colors h5,
    #top #wrap_all .all_colors h6 {
    text-transform: none;
    }
    #1121487

    Great, thanks :)

    #1121489

    none No capitalization. The text renders as it is. This is default
    capitalize Transforms the first character of each word to uppercase
    uppercase Transforms all characters to uppercase
    lowercase Transforms all characters to lowercase
    initial Sets this property to its default value.
    inherit Inherits this property from its parent element.

    #1121516

    Hi,


    @Guenni007
    Thank you for your input. We are closing this thread.

    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Small letters h1-h6 tag’ is closed to new replies.