
-
AuthorPosts
-
February 22, 2025 at 5:14 pm #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>
MarcusFebruary 22, 2025 at 7:10 pm #1477645Hey 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,
MikeFebruary 23, 2025 at 11:00 am #1477691It does not work.Not even with !important.
I cant show since i build a new website on my localhost
marcusFebruary 23, 2025 at 1:50 pm #1477699Hi,
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,
MikeFebruary 25, 2025 at 9:01 am #1477859From 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
February 25, 2025 at 6:04 pm #1477926Hi,
Try this:#top #wrap_all #main h1.main-title.entry-title a { text-transform: none; }
Best regards,
MikeFebruary 27, 2025 at 1:09 pm #1478113Hi
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: nonemarcus
February 28, 2025 at 5:16 am #1478191Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.