Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1477631

    Hi
    how do i make this be NOT UPPERCASE?
    <div class="container"><h1 class="main-title entry-title "><a href="........" rel="bookmark" itemprop="headline">UPPERCASE</a></h1>
    Marcus

    #1477645

    Hey MarcusJeroch,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .post-entry .post-title {
        text-transform: none;
    }

    If this doesn’t help, please link to your page with this title.

    Best regards,
    Mike

    #1477691

    It does not work.Not even with !important.
    I cant show since i build a new website on my localhost
    marcus

    #1477699

    Hi,
    We will need to see an example, try creating on one of your live sites, I don’t find a “.container h1 .main-title .entry-title on my test site:
    <div class="container"><h1 class="main-title entry-title ">
    only:
    <h1 class="main-title entry-title ">
    Let us know when we can examine.

    Best regards,
    Mike

    #1477859

    From the source code:
    <div id=”main” class=”all_colors” data-scroll-offset=”116″>

    <div class=”stretch_full container_wrap alternate_color light_bg_color title_container”><div class=”container”>
    <h1 class=”main-title entry-title “>Marcus Jeroch</h1><div class=”breadcrumb breadcrumbs avia-breadcrumbs”><div class=”breadcrumb-trail”><span class=”trail-before”><span class=”breadcrumb-title”>Du bist hier:</span></span> <span class=”trail-end”>Startseite</span></div></div></div></div>

    marcus

    #1477926

    Hi,
    Try this:

    #top #wrap_all #main h1.main-title.entry-title a {
        text-transform: none;
    }

    Best regards,
    Mike

    #1478113

    Hi
    even with !important it does not work, sorry
    There is no custom CSS that overwrites it.
    I use the Enfold Demo content “Lawyer”
    But even in the advanced styling settings there is no rule that says uppercase:
    All Headings (H1-H6) : text tranform: none

    marcus

    #1478191

    Hi,

    Thank you for the update.

    Please provide the site URL in the private field so we can check the element. In the meantime, try toggling or temporarily disabling the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the styling is still not being applied.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.