Copy link to clipboard
Copied
I am new to Dreamweaver. I am a MAC user (OS Monterey v 12.6.2). I am having NO LUCK changing the color of selected text. Hoping someone can help!
Copy link to clipboard
Copied
in the future, to find the best place to post your message, use the list here, https://community.adobe.com/
p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.
<"moved from using the community">
Copy link to clipboard
Copied
Thanks for writing to us. Please refer below links for changing the text color in Dreamweaver.
Please let us know if the above helps.
Have a pleasant day!
Regards,
Nayan
Dreamweaver Team
Copy link to clipboard
Copied
Perhaps my French is misleading me and I haven't understood the question, but it seems to me that @Carol33481124bgrk , when talking about the selected text... i.e. the text being selected, isn't talking about CSS in general, but about modifying the CSS used by the code editor theme itself.
So , if that is the case, the following help page allows the coders to intervene directly on the code editor integrated into DW at multiple levels, including theme-specific css files used by the editor, and thus highlighting of selected text https://helpx.adobe.com/dreamweaver/using/setting-coding-preferences.html
But once again, I may have misunderstood the question.
Copy link to clipboard
Copied
Answers are in your code.
Show us your HTML and CSS code.
CODE EXAMPLE:
<p>This is a normal paragraph style.</p>
<p style="color: red; font-weight: bold;">This is a custom styled paragraph.</p>
RESULT:
This is a normal paragraph style.
This is a custom styled paragraph.
Copy link to clipboard
Copied
I am new to Dreamweaver.
By @Carol33481124bgrk
========
How much coding experience do you have? Dreamweaver is a good coding tool but tools don't make great websites, people do.
If you're knew to coding, please refer to the self-paced tutorials below. Once you understand code basics, using Dreamweaver is a snap
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/
- https://www.w3schools.com/bootstrap/
Hope that helps.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now