Home Forums Lorina My Additional CSS does not work no matter what coding i put in it

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10873
    tobysmith
    Participant

    I have tried multiple coding and ways to access such as additional css and going through appearance-customise etc  but nothing works. The only way i can change things is through plug ins which is a pain as it should be something so simple.

    What am i doing wrong!

    #10874
    Andy
    Keymaster

    From what you’ve said it sounds like you have not done anything wrong.

    If you can let me know the URL of your website, I’ll take a look and see if I can see if it is loading correctly.

    Make sure there is actually some ‘Additional CSS’ saved in the customizer, so that there will be something for me to look for.

    #10891
    tobysmith
    Participant

    The URL is http://www.wholeheartedlygemma.co.uk

    .site-title a {
    color: blue !important;
    }
    .site-description {
    color: blue !important;
    }

     

    thank you for looking into this

     

     

    #10893
    Andy
    Keymaster

    Thanks.

    The site title and description are only displayed if there is no logo, but your site does have a logo so the CSS has nothing to target, and will have no effect.

    #10899
    tobysmith
    Participant

    Thanks, What would the CSS be to amend the page headers (they are currently white) but want to change the colour and font if possible?

    #10901
    Andy
    Keymaster

    To change color of page title:

    .entry-header.with-image .entry-title,
    .archive-header.with-image .archive-title {
        color: #fff;
    }

    The font is defined at ‘Customize’ > ‘Typography & Fonts’ > ‘Headings’

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘My Additional CSS does not work no matter what coding i put in it’ is closed to new replies.