html - Wordpress CSS issues -


i'm having weird issues converting static html page wordpress custom theme. have style css sheet , foundation css sheet using frameowrk.

the css works on static html page when goes wordpress there issues font including colour , size. there specfic way should importing css or conflict should aware of?

the css of both added page because can see them in style editor when 'inspect element'. enque scripts shown below;

// adds css theme  function add_theme_scripts() {            wp_enqueue_style('styles', get_stylesheet_uri() );     wp_enqueue_style('foundation', get_template_directory_uri() . "/css/foundation.css" ); }     add_action('wp_enqueue_scripts', 'add_theme_scripts');   

i didn't know if form of config error or faulty files recreated theme scratch , problem persisted. if perhaps point me in right direction appreciated. thank you.

-edit-

i've checked inspect element , removed addtional css has been added wordpress , problem persists.

try view source , check other css included in page. may plugin css conflicting css. if plugin css conflicting deactivate plugin , change.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -