Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #1079013

    Hey 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,
    Nikko

    #1079064

    Hi 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?

    #1079527

    Hi,

    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,
    Rikard

    #1079873
    This reply has been marked as private.
    #1079883

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘custom.css problem’ is closed to new replies.