Tagged: custom.css
-
AuthorPosts
-
March 13, 2019 at 4:37 pm #1078298
Hi
all worked well with my custom.css until a few weeks. I also disabled CSS file merging.
see the attached website development – the icon’s border ist still 1px even when I put#top .iconbox.av-no-box .iconbox_icon {
width: 80px!important;
height: 80px!important;
border-width: 2px!important;
font-size: 35px;
line-height: 78px;
}also text-transform for the iconbox title renders uppercase due to overriding iconbox.css
.iconbox .iconbox_content .iconbox_content_title {
border: medium none;
padding: 2px 0 0 0;
position: relative;
margin: 0 0 16px 0;
clear: none;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 1.25em;although I’ve defined in custom.css
.iconbox .iconbox_content .iconbox_content_title {
text-transform: none!important;
}any idea?
March 15, 2019 at 6:57 am #1079013Hey hund-herrchen,
If I try to inspect the iconbox using Google’s web inspector, I don’t see that code being reflected.
Can you try to flush out cache if you have a caching plugin enabled?Best regards,
NikkoMarch 15, 2019 at 10:58 am #1079064Hi Nikko,
thanks for coming back. I’ve no caching plugin, I flushed the cache…
I give you an example.
on the website you’ll find this.
<h3 class=”iconbox_content_title av-medium-font-size-overwrite av-medium-font-size-32 av-small-font-size-overwrite av-small-font-size-20 av-mini-font-size-overwrite av-mini-font-size-hidden” itemprop=”headline” style=”color:#ffffff; “>Liebe geht durch die Ohren.</h3>it renders uppercase even if I’ve defined in custom.css
.iconbox .iconbox_content .iconbox_content_title {
text-transform: none!important;
}can you tell me why?
March 17, 2019 at 5:45 am #1079527Hi,
I’m not sure why that is happening, but it seems to be working if you place it in Quick CSS. I pasted your CSS there and it’s applying to the site.
Best regards,
RikardMarch 18, 2019 at 1:22 pm #1079873This reply has been marked as private.March 18, 2019 at 1:55 pm #1079883Hi hund-herrchen,
Glad that it works now.
It’s good to have that but I think it might not be added since there are other features that are already queued up :)
Thanks again for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘custom.css problem’ is closed to new replies.