Avatar of ES-Components
ES-Components
Flag for United States of America

asked on 

How To Change Text Font-Size and Color in A Popup

How can I change the font-size and color of the text  'Inventory Search' in the code listed below?
The words Inventory Search is a hyperlink that works. I would like to change the font-size and then
have the color as 'RED'

<a href="https://www.escomp.com/IndexSearchGlobal.php"
  target="popup"
  onclick="window.open('https://www.escomp.com/IndexSearchGlobal.php','popup','width=600,height=150'); return false;">
    Inventory Search
</a>
 Thank you...
Rick

CSS

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon