Skip to main content
Participant
December 1, 2016
Answered

Need help editing a template

  • December 1, 2016
  • 1 reply
  • 330 views

Im new to dreamweaver and struggling with the basics, im trying to edit this template https://startbootstrap.com/template-overviews/full-slider/ but after hours of trying I can't seem to change the colour of the navbar and the colour of the text when I hover over  the  options on the nav bar, if anyone can help would be great thanks

    This topic has been closed for replies.
    Correct answer BenPleysier

    Add the following just above the </head> tag

    <style>

      nav.navbar {

      background: #FF0000 !important;

      }

      nav.navbar a {

      color: #FFFFFF !important;

      }

      nav.navbar a:hover {

      color: #000000 !important;

      }

    </style>

    Adding !important will ensure that you override the original Bootstrap style rules.

    1 reply

    BenPleysier
    Community Expert
    BenPleysierCommunity ExpertCorrect answer
    Community Expert
    December 1, 2016

    Add the following just above the </head> tag

    <style>

      nav.navbar {

      background: #FF0000 !important;

      }

      nav.navbar a {

      color: #FFFFFF !important;

      }

      nav.navbar a:hover {

      color: #000000 !important;

      }

    </style>

    Adding !important will ensure that you override the original Bootstrap style rules.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Participant
    December 1, 2016

    Thanks for that greatly appreciated! Also, how would i go about adding pictures and text etc to a page and move them around the page, when I try drag stuff like in word its not possible, I've tried watching tutorials but no solutions for the newer versions of dreamweaver.

    BenPleysier
    Community Expert
    Community Expert
    December 1, 2016
    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!