Site logo

Archived topic

Colorful Links on sidebar

3 replies · Started by ETO on October 7, 2018

Viewing posts 1–4 of 4

Hello,
I want to add colorful links with a title on sidebar like here: screenshot

Hi there,

You will have to add CSS for each title separately. For example, the first title "TOPICS" would be:

#categories-4.widget .widget-title {
    background-color: #777777;
}

You can find the widget ID by right clicking on the other titles and use the browser inspect. Then you can just replace the #categories-4 and keep adding to your CSS.

Let me know if this helps :)

Isn't there any plugin for this or an easier way as there are many links? Adding CSS for each item will make lots of code.

I’m not aware of a plugin that does this but it’s worth looking around.

Not sure how else the code will know what color you want as they are all different? If you want all the same color then it would be easy.

If you find a plugin that allows you to set the color dffierently then they will be using the same code.

This archived topic is closed to new replies.