Hello,
how are you?
Can I add the Glyphicons from Bootstrap? What would be the code to make them work?
Thank you in advance.
Kind regards,
I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.
Thank you very much.
To resolve this issue, you can follow the steps below:
Step 1: Download the glyphicons.zip package here:
URL: https://www.dropbox.com/s/50anz8tvwtxwoma/glyphicons.zip
Step 2: Unzip the glyphicons.zip package and copy/ paste the “glyphicons” folder into the folder path “\wp-content\themes\dw-focus\assets”
Step3 : please open the header.php file then add the following code before the code line “<?php wp_head(); ?>”:
<link rel="stylesheet" href="<?php echo get_template_directory_uri() ?>/assets/glyphicons/css/glyphicons.css">
See the screenshot:
Please login or Register to submit your answer