Tagged: 

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

    Good day. Is there a way to use CSS to make the category sort text links on the Magazine widget look like buttons using the theme colors? Link to website in Private Content section. Thank you!

    #1198096

    Hey santanin,

    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

    
     .main_color .av-sort-by-term a {
         background-color: #719430;
        color: #ffffff;
        border-color: #507210;
        display: inline-block;
        margin: 3px;
        padding: 0 5px;
        border-radius: 5px;
    }
    .main_color .av-sort-by-term a.active_sort {
      color: #0d0404;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1198112

    Works perfect! EXCELLENT product support as usual. That’s why I keep buying Enfold!

    #1198129

    Hi santanin,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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