Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Can you add external css to Wordpress?

user-image
Question added by Ersin Turan , Art Director , NCONCEPT
Date Posted: 2018/09/12
Karim Khames Saber Hassan Altawil
by Karim Khames Saber Hassan Altawil , سكرتير , موتلي ايجبت

Yes I can do this on wordpress with high quality and short time

hanadi Lafi Abu-Sabelah
by hanadi Lafi Abu-Sabelah , متدرب , App Trainers

yes i can add extenral css to wordpress

 

Zaighum Abbas
by Zaighum Abbas , WEB DEVELOPER , MARTECH CCTV & IT SERVICES SHARJAH

yes you can add externel css.

Mosaraf Hossain
by Mosaraf Hossain , IT & Web Developer , Edelweiss Swiss

Yes you can add external css by plugin or include your css file

Anthony Morha
by Anthony Morha , Lead IT Consultant , Fintech Associates Limited

Of course, WordPress is a flexible content management system that allows users to be creative

Anowar Sadat
by Anowar Sadat , Web Developer , Elagoon Digital

 Adding by creating child theme Get your CSS or Javascript File ready or if it’s a remote source, get the link ready. Create a file named functions.php Add the following code in functions.php

<?php

function add_theme_codes() {

 wp_enqueue_style( ‘style’, get_stylesheet_directory_uri().’/myexternalcode.css’, ‘all’);

}

add_action( ‘wp_enqueue_scripts’, ‘add_theme_codes’ );

?>

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.