• Hi,

    At https://www.bloggendeondernemers.nl I use a child theme from Llorix One Lite. I tried – in my opinion – everything to change the font (size and color for p and h1-h6) but no changes appear. I tried:

    – customize style.css in appearance > editor
    – install plugin simple custom css and add the customized font colors
    – install plugin page per head, in the head a reference to a file called styles.css and in that stylesheet I customized the font.

    Now I deinstalled those plugins for they didn’t work.

    What do I wrong? Is it possible that my style.css in child theme somehow references to the parent theme (I couldn’t find such a thing, but it seemed a possibility to me)?

    Is it possible in some themes that no changes can be made?

    Kindly regards,
    Jessie

Viewing 4 replies - 1 through 4 (of 4 total)
  • lisa

    (@contentiskey)

    for the headline changes have you tried these classes?

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5 {
    	margin-top: 35px;
    	margin-bottom: 20px;
    	color: #000;
    }
    Thread Starter tekstraket

    (@tekstraket)

    Hi contentiskey,

    Thanks for your answer. No, that’s something I hadn’t tried before. Now I did and it doesn’t change anything?!

    Bye! Jessie

    Cheryl

    (@cherylforziati)

    HI, Looking at the page below is the CSS I get for specific elements on that page. Have you tried to modify any of these?

    —————–

    h1.intro {
        font-size: 3.75rem;
        line-height: 5rem;
        text-align: center;
    }
    
    .header-style-one .intro-section h5
    
    .brief h2 {
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 2.4rem;
        line-height: 3.125rem;
    }
    
    .brief-content-text {
        clear: both;
        margin-top: 40px;
    }
    
    .call-to-action h2 {
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 2.4rem;
        line-height: 3.125rem;
    }

    change the font (size and color for p and h1-h6)

    which ones exactly?
    general in the content of post and pages?
    or post and page titles?
    or general all in the site?

    have you tried working with a browser inspection tool to investigate the relevant CSS selectors?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't get my custom css working’ is closed to new replies.