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
November 25, 2014 at 8:30 pm
#189233
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