Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi,

    Unfortunately there’s nothing built in that would allow you to define an HTML color for the tab. That said, you could add your own color name and as long as you provide the proper CSS it would work.

    ul.arconix-tabs li a i.fa.<your color name> {
        color: <your color code here>;
    }

    Does that make sense?

    Hi, should be possible have a “line color” in the top of the tabs?

    Thanks for support

    Plugin Author John Gardner

    (@jgardner03)

    Hi,

    You can add a border to the top of the tabs and color it however you’d like. Depending exactly how you want that to work and under what conditions — display different colors per tab, color the active tab differently, etc — you’ll need to set up the CSS differently but here’s a basic example:

    
    ul.arconix-tabs a {
        border-top: 1px solid <html color code>;
    

    OK, thanks for support, great

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tab Icon Color’ is closed to new replies.