• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

tags with colors in HTML?

New Here ,
Jan 20, 2018 Jan 20, 2018

Copy link to clipboard

Copied

Hi, I'm new to the dreamweaver

I have encouraged to use it, but there is something that worries me when it comes to programming in HTML and it is the highlight that is automatically placed on the labels, to indicate where they start and where it ends, the truth is that this is not to my liking, someone knows How could I remove that highlight?

Captura.JPG

I mean that yellow highlighting when clicking on a tag

Thanks!

Views

207

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 20, 2018 Jan 20, 2018
  1. Go to Edit > Preferences > Interface.
  2. Click on your Code Color Theme and hit the pencil icon to edit the main.less file.
  3. Scroll down and change color & background values as desired.
  4. .CodeMirror-matchingtag {

              color: #FFF !important;

              background: rgba(0, 0, 0, 0.2) !important;

     }

     5. Save file and close.

Votes

Translate

Translate
Community Expert ,
Jan 20, 2018 Jan 20, 2018

Copy link to clipboard

Copied

LATEST
  1. Go to Edit > Preferences > Interface.
  2. Click on your Code Color Theme and hit the pencil icon to edit the main.less file.
  3. Scroll down and change color & background values as desired.
  4. .CodeMirror-matchingtag {

              color: #FFF !important;

              background: rgba(0, 0, 0, 0.2) !important;

     }

     5. Save file and close.

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines