Could someone explain how to change the hyperlink color for the links in my sidebar.
Hi,
If you are using widgets for your sidebars, than you’ll need to go in Appearance > Widgets and edit the blocks that you have set in that sidebar -> https://www.screencast.com/t/deKuiHMbVo9 -> https://www.screencast.com/t/n9wkMj21yP
Thank you!
Thank you for your reply. I am using the Links Widget without using Blocks. Not sure how to use Blocks.
Could you show me how to insert links using Blocks?
tribulationreport.com
Thank you very much for your help!!!
Hi,
The blocks are only for the post that are in your website, you have links to others websites, for those you’ll need to use a custom css -> https://www.screencast.com/t/fFyq3s1its8
The code need to be set in Theme panel>Custom code>Custom css ->
.td-ss-main-sidebar .widget_text a{
color: black;
}
.td-ss-main-sidebar .widget_text a:hover{
color: red;
}
Fell free to change the colors.
Thank you!
Can you tell me where the Links Widget is? I want to do some links in my sidebar to blogs I follow and can’t figure out which widget is the Links Widget.
Thanks, Stacey
Oh my gosh, I can’t believe I figured out how to do it. I used the text widget for the links and actually got my colors with the custom code Calin showed.