Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #590324

    Hi.

    I typically add custom css to the child theme style.css file rather than using the custom css block inside of the Enfold them Admin panel. Lately, I have noticed that the custom CSS I enter on the child style sheet doesn’t work, but it does work when I place it in the custom CSS box inside the theme.

    My question is why? My preference is to avoid placing CSS in the footer and instead to use the actual style sheet… would you mind having a look?

    here;s the URL http://mindsparklabz.com/dev/gregtoddpt/home/

    As of now, I have CSS in two locations. You will see that I have enqeued a couple of new Google fonts and have applied one of them the H1 text inside of a custom box on the home page. This is the code that only works inside the theme admin panel.

    thanks in advance for your help!

    #590333

    Hi!

    This line (style.css) seem to have hidden characters or typos:

    h3 ( font-size: 40px; text-transform: uppercase; }
    

    Because of that, the rest of the file gets nullified, try removing that line and writing it again manually, make sure you’re not using an editor that could be adding unwanted characters.

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.