I want to add some CSS to have a dotted underline for links. I see the header code section, but when I tried adding CSS directly, it actually showed up at the top of the page. How do I add CSS to that space? Thank you.
1 Answers
Hello Philip ! To add the code to the Header Code, please use the “<style>… </style>” tag like this:
<style>
new code you pasted
</style>
Hope this helps !
Thank you. I am actually having a bit of trouble here. Is there a specific entity for links within posts and pages? What I’m looking to add for style is:
border-bottom: 1px dotted #0099dd;
Thanks.
Please login or Register to submit your answer