Okay
  Public Ticket #1247286
Tagcloud Styling
Closed

Comments

  •  2
    alisonleon started the conversation

    How do I change the background color of the 'cloudtags' on the sidebar?

    I also want to make the font larger?

    http://pbm.wpdevcloud.com/?p=2326

  •  9,013
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #sidebar .widget .tagcloud a {
        background-color: #b634bb;
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team