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

    Hi,
    i created a color section with a column and a text in it.Ii’m trying to reduce the text-size to 10px.
    I added “socket-h2” to column css-class.

    I’m using in quick-css:
    #top #main h2.socket-h2 a span {
    font-size:10px !important;
    line-height:1.2em !important;
    }

    but text is not 10px in this section. How can i change h2-text to 10px?

    kind regards Jak

    • This topic was modified 4 years, 11 months ago by Jak73.
    #1168605

    Hey Jak73,

    Add this to quick css:

    .socket-h2 h2 span{
    font-size:10px!important;
    }

    I tested and it should work.

    Best regards,
    Jordan Shannon

    #1168636

    Hi Jordan,
    thanks, works.
    How can i red the space between the rows?
    I tried: line-height:0.8em !important;
    but it is not affecting it?
    Any idea?

    Kind regrads
    Jak

    #1168660

    Hi,

    If you mean for the same area add the following to quick css:

    .socket-h2 h2{
    line-height:.2em!important;
    }

    Best regards,
    Jordan Shannon

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