Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #922804

    hi there!
    for my blog section, I would like to customize the default wordpress categories widget; it will be possible to do it, with some css, without using a plugin?
    thanks!

    #923372

    Hey marquitoweb,

    Can you see your web site?

    Best regards,
    Basilis

    #923390

    Sure.

    #923654

    Hi marquitoweb,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #categories-2.widget li {
      padding: 5px;
      border: 1px #e6e3e3 solid;
      margin-bottom: 5px;
    }
    #categories-2.widget li a{
      color: #666;
      text-transform: uppercase;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 6 years, 10 months ago by Victoria.
    #923663

    yey, thanks!!!

    #923749

    Hi,

    Glad that Victoria helped you. :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

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