Hi, This is a page of my website: http://www.havenhomeorganizing.com/about/ How do I change the links in my sidebar widgets? Thanks.
Hello, I think you want to add link in the text of sidebar. So, go to the Appearance > Widget in your dashboard and, drag and drop the text widget in the Primary or Secondary Widget Area and then paste the code given below in the content area of the text widget. Code: <a href="Enter the your Link here"> Enter your text here</a> See the link for the referene. http://www.w3schools.com/html/html_links.asp
Hi, Sorry, I realize that I wasn't clear in my question. How do I change the colour of the links in the sidebar? Thanks, Steph
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar ul li a { color: red; } .sidebar a{ color: red; } Inplace of "red" put your color code.