Changing hyperlink color in sidebar

Posted in: Newspaper
Post count: 7

http://tribulationreport.com

Could someone explain how to change the hyperlink color for the links in my sidebar.

Post count: 35449

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!

Post count: 7

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!!!

Post count: 35449

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!

Post count: 7

Calin,

Thank you so much for your time. I have spent so much time trying to fix this.

Have a great weekend!!

Ken

Post count: 29

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

Post count: 29

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.

Post count: 7

Great!! I’m glad you worked it out.

God Bless!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.