• Resolved sonnnkoenig

    (@sonnnkoenig)


    Hi, I have the problem that I want to adapt the headings and the post excerpt with a locally hosted font. Here the module should be addressed directly. On the website, other fonts are set globally. I have attached the code. I need quick help here. Thanks

    Here is the code I used:

    @font-face {
    font-family: 'UbuntuBold';
    src: url('ftp://[email protected]/truckexperten.de/wp-content/uploads/et-fonts/ubuntu-bold.woff') format('woff');
    font-weight: bold;

    }

    @font-face {
    font-family: 'RobotoLight';
    src: url('ftp://[email protected]/truckexperten.de/wp-content/uploads/et-fonts/roboto-light.woff') format('woff');
    font-weight: lighter;

    }
    .wpp-list li .wpp-thumbnail {
    float: left;
    margin: 0 1em 0.6em 0;
    }
    .wpp-list li .wpp-post-title {
    font-family: ‘UbuntuBold’;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0.2em;
    }
    .wpp-list li .wpp-excerpt {
    font-family: ‘RobotoLight’;
    font-size: 12px;
    float: none;
    clear: both;
    margin: 0;
    }

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @sonnnkoenig,

    It doesn’t seem like your site is loading these CSS rules at all. Or at least I can’t find them when I inspect a wpp-post-title link.

    Are you 100% sure you added these CSS rules to the right place?

    Thread Starter sonnnkoenig

    (@sonnnkoenig)

    Hello, so now we have thrown out the CSS blog because we are really desperate about it and we are not CSS professionals either. We had this code in the global CSS.

    We use the DIVI Builder here, we were able to use the page builder to set a font that is also displayed in the backend when the page is accessed, but depending on how funny it is, it simply discards the font on mobile or other explorers and the text goes under the thumbnail runs in a completely different font

    bottle font and text under the picture

    Thread Starter sonnnkoenig

    (@sonnnkoenig)

    The main thing is to avoid this break so that the text goes under the images and is and remains only to the right of the image

    Plugin Author Hector Cabrera

    (@hcabrera)

    About that issue please see my response here (and please avoid commenting across different topics @sonnnkoenig, it makes providing support more difficult than it needs to be).

    Thread Starter sonnnkoenig

    (@sonnnkoenig)

    Hello, thank you very much for the quick help. I added the CSS globally and it works so that it no longer puts the text under the images. Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS customization doesn’t work’ is closed to new replies.