simhem74

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Child theme CSS overrides #5105
    simhem74
    Member

    Sorry, ignore my above post (#5104). Everything suggested regarding the child theme functions.php file and the child-custom.css in this thread works for me.

    in reply to: Child theme CSS overrides #5104
    simhem74
    Member

    I does not work for me!?

    My child functions.php looks like this: `<?php

    add_action(‘wp_loaded’, ‘child_create_objects’, 11);

    function child_create_objects() {

    }

    add_action(‘wp_print_styles’, ‘add_child_custom_styles’);

    function add_child_custom_styles() {
    wp_register_style(‘style-child-custom’, get_stylesheet_directory_uri(). ‘/child-custom.css’, array(‘style-skin-css’), false, ‘all’);
    wp_enqueue_style(‘style-child-custom’);
    }

    ?>`

    Do I need to add @import url(“../extinct/custom/custom.css”) to the child-custom.css also?

    in reply to: Overwrite default.css #5076
    simhem74
    Member

    I tested with a child @import url(“../extinct/css/skins/default.css”) but it does not work.

    in reply to: Menu width #4692
    simhem74
    Member

    It is wired because I also tried to delete the page and create a new one, but it also breaks the line!

    Your suggestion did not work 100% for me. But when I added your suggestion to the CSS and changed float from left to none in #primary-menu > ul.menu > li > a it worked.

    Anyways I will post the URL when it is online for you to see.

    in reply to: Menu width #4555
    simhem74
    Member

    Maybe I should mention that setting it to 130 fixes the issue, but I can not figure out how to do that.

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