Change Tab color in new version of DFFS – not working

Home Forums General discussion Change Tab color in new version of DFFS – not working

Viewing 2 reply threads
  • Author
    Posts
    • #10319
      Chris
      Participant

        All of my tabs changed to Blue with the new version of DFFS – I would like to change them back and I have tried to add the Hex, RGB and name to the Tab color override and the tab stays Blue no matter what I do. Any suggestions?

      • #10321
        Chris
        Participant

          Oh – looks like the selected tab is blue – I can change the unselected tab color. How do I change the selected tab color from blue to some other color. (I only had one tab at first so I was confused by the selected tab color…)

        • #10362
          Alexander Bautz
          Keymaster

            Hi,
            To do this globally you must edit the “main” CSS file “DFFS_frontend.css” located where you have your DFFS files.

            To do it in one form, add this to the Custom CSS:

            ul.tabRowLast li.tabSelected a{
            	color:#444!important;
            	background-color:#00ff00 !important;
            }

            Alexander

            • This reply was modified 8 years, 10 months ago by Alexander Bautz. Reason: Added "color" to the example CSS
        Viewing 2 reply threads
        • You must be logged in to reply to this topic.