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

    Hi there,

    I am trying to have a color section with a smaller hight then default.

    1. In this field “For Developers: Section ID ” in the color sector I have named the section sub-header
    2. in Quick CSS i have set the following :
    .sub-header {
    min-height: 6px;}

    But nothing changed in the section … Am I missing something ?

    Thanks in advance for your help …

    • This topic was modified 7 years, 11 months ago by pipinvest01.
    #725655

    Hey pipinvest01,

    You are targeting a class in your CSS, the selector for ID is the hash sign:

    #sub-header {
      min-height: 6px;
    }

    Best regards,
    Rikard

    #725665

    many thanks !

    topic can beclosed

    #725799

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Customizing hight color section’ is closed to new replies.