[Support request] Colorful Links on sidebar

Home Forums Support [Support request] Colorful Links on sidebar

Home Forums Support Colorful Links on sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #695491
    ETO

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

    #695613
    Leo
    Staff
    Customer Support

    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 🙂

    #695618
    ETO

    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.

    #695620
    Leo
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.