Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Demo2 colors differs from the original

Ive download a laravel package containing 9 demos. Im using demo2 and the icons and text on the top are gray. it should be White. I ran:

npm run dev --demo2

What am i doing wrong?

Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


Hi Julio,

We apologize for the inconvenience caused by the issue. As a workaround, please modify the following code in the getIcon function located in the app/Core/Theme.php file:

Replace the line:

$tag = "span";


With:

$tag = "i";


This should resolve the issue.

Thanks



Hey where did you download the laravel package with the 9 demos? I am searching for it because i also want to run another demo version than default.

Would be nice if you could let me know.

Thanks!



I've used the main package download. There is a compressed folder named laravel_app. In this folder there is a HTML that redirects to a google drive file download with this 9 demos package.



Thanks alot and hope your problem will be fixxed. Have a nice day!


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(