Hi, I’d like to put the same code in the links of my widget as my internal links. Is that from the html widget option does not give me the options. How is it done? Thank you. https://ibb.co/gV3QT7
Hello, I have the same problem. My links in widgets and posts are blue. Can I change their colour?
Hi. Have the same problem.
I have added html-code widget with links to the Newspaper default sidebar and have changed all base colors via Theme panel – theme colours.
But the links in html-code widget still have the base color #4db2ec.
It is impossible to change it via Theme panel – theme colours.
How i can change this color via css edition?
Hi, we have the same problem on https://freie-presse.net
Hello medienmogul,
If you want to change the color for your links you need to use a bit of CSS code like below ->
a{
color:green;
}
The result is here -> https://www.screencast.com/t/W8hkL0xS
Thanks for your understanding!
