Dropdown Menu – Hidden under banner

Home Forums Vozx – Multipurpose WordPress Theme Dropdown Menu – Hidden under banner

This topic contains 10 replies, has 3 voices, and was last updated by  ab-themes 9 years, 2 months ago.

Viewing 11 post (of 11 total)
  • Author
    Posts
  • #6468

    ab-themes
    Keymaster

    http://codex.wordpress.org/Function_Reference/wp_enqueue_style

    We saw that you created your own theme (cvgroup) and in it you have style.css with

    /*
      Theme Name:   CV Group
      Template:     vozx
    */
    @import url("../vozx/style.css");
    
    #back_to_top i {
    color: #0f151a;
    }
    
    #footer_copyright {
    background: #fff;
    }
    
    #footer_container:after {
    background: #ccc;
    }
    
    #footer_container {
    border-top: 1px solid #ccc;
    }

    You imported the style.css, but didn’t import dnd-shortcodes, and it seems that you didn’t really create a child theme properly since the shortcodes aren’t being transformed into proper html elements ;)

    There are several themes on the forum about creating a child theme, read them, and if you get stuck open a new topic so that we may help you :)

Viewing 11 post (of 11 total)

The topic ‘Dropdown Menu – Hidden under banner’ is closed to new replies.