Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Need my Bootstrap CSS menu to look like this Reply To: [Solved] Need my Bootstrap CSS menu to look like this

#189233
motion2082
Participant

Robetnobe

Step 1) Install Joomla on your webserver

Step 2) Navigate to protostar template css folder @ www/templates/protostar/css

Step 3) Create a custom.css file

Step 4) Add this line to the index.php file

// Add Stylesheets

$doc->addStyleSheet('templates/' . $this->template . '/css/custom.css');

Step 5) Copy code you want to modify from templates.css into custom.css

Step 6) Enjoy