Tagged: 

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

    Hi — is it possible to add larger custom icons to the tab headings? Or if not using tabs, then icons where copy below changes when hover over/click on? See attached mockup of what i am trying to do.

    Thanks so much – Yanna

    #345084

    Hey squard!

    To make Tab Icons Larger, add this code to Quick CSS or custom.css

    
    .tabcontainer .tab_icon {
        font-size: 23px;
        display: block;
    }

    You can remove the display:block; if you want the icon side by side with your text.

    Best regards,
    Arvish

    #346083

    Thanks so much. Is it possible to add custom icons instead of the ones provided?

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