• Resolved kosmicbird

    (@kosmicbird)


    This should be a very simple thing to do. Why am I not able to modify the border-radius or padding of #fep-header ? I can only change the color, but when I try the other properties even with an !important tag it does not work…

Viewing 1 replies (of 1 total)
  • Thread Starter kosmicbird

    (@kosmicbird)

    Odd… but figured it out. This is the code that worked for me to get the look I wanted {

    #fep-header {
      border: 0;
      border-radius: 4px;
    }
    
    .fep-table {
      border-radius: 4px;
      background-color: #000000;
    }

    It is odd that you HAVE to set the border on #fep-header to 0 while giving it a border-radius in order for the border-radius property to work. Additionally, you have to modify .fep-table in order to modify the background color of #fep-header.

    Strange but there’s the solution. Great plugin anyways!

Viewing 1 replies (of 1 total)

The topic ‘Issue modifying css style of header’ is closed to new replies.