different colors for the check list icons

Home Forums Porto – Responsive HTML5 Template different colors for the check list icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045359
    umbrellamanagement
    Participant

    I have 4 price tables and I would like to change the colors, so I would have each table with different text color and list icons. Can you please let me know how can I change the color for the text (head of each table and the price) and for the list icons?
    Thank you!


    #10045361
    Support
    Keymaster

    You can always create a custom class to the items you want to change:

    (css/custom.css)

    .custom-color {
        color: #588833 !important;
    }

    Change the HEX color the way you want and add the class “custom-color” to the elements.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.