Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #657734

    The statements, that I write in style.css from child theme, not work. But it works when I write the same statements in the Quick CSS. Why? I also use !important in the statements.

    #657971

    Hi MargitW,

    I’m not sure, could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #657978

    Here is the Link:

    #658654

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply. Also paste the code you’re trying to get working.

    Regards,
    Josue

    #659039

    Additionally I want to add Custom Classes to Elements. So I included in function.php from child-theme this code:
    add_theme_support('avia_template_builder_custom_css');
    But that also does’nt work.Why does’nt work the style.css and the function.php in the child theme?

    #659514

    The problem with the functions.php is solved. I have read that you have to copy the content of the functions-enfold.php in the function.php of child theme. Since the turn of the custom css works in the elements.
    But the problem remains with the style.css in child theme.

    #659601

    I think I’ve found the solution. I’ve entered the statements directly with Notepad in the style.css of child theme on the server. The theme editor under Design -> Editor I found only now. When I write the CSS statements in there, they will be executed. Why this is so, however, I do not understand. Where will save the statements from theme editor? Is the theme editor update-safe? When I open the style.css in child theme on the server, this file is empty.

    #659646

    Hi,

    The FTP client you’re using may be the culprit of the issue, probably the edited file never gets uploaded to the server after editing, using the Dashboard editor would be the safest option i think.

    Best regards,
    Josue

    #659892

    Do you know where the CSS statements in Dashboard Editor is stored (or saved?) on the server? Firebug says the file is in the child theme under /style.css?ver=2. But this file I can’t find in my WP installation. And the normal style.css in child theme is empty.

    Thank you very much for your help!!!

    #660020

    Shouldn’t be empty i think, are you seeing that via FTP?

    Best regards,
    Josue

    #660174

    The problem is solved. It was my fault. Yet again many thanks and best regards.
    Margit

    #660399

    Hi Margit,

    Great, glad you got it working.

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘style.css in child theme not work’ is closed to new replies.