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

    Hi,
    i would like to use H2 font in the socket area (on the end of my site), but i would like to change the size of the font to 10px.
    I tried to add a class to it: socket-h2

    Then i added this to quick css:
    h2.socket-h2 {
    font-size:10px !important ;
    line-height:1.2em !important ;
    }
    Unfortunetly its not working.

    Any idea?

    I will add the link to my site in private content area.

    kind regards

    Jak

    #1157569

    Hey Jak73,
    Thanks for the link, when I compare the H3 widget titles in your footer to the H2 heading on your homepage, they both use the same font, and the same font-weight, so we can reduce the font size to 10px, but that is the only difference I see, is this correct?

    Best regards,
    Mike

    #1157592

    Hi Mike,

    what do i need to add and where do i need to add what?

    kind regards Jak

    #1157609

    Hi,
    you css is working for me
    2019-11-17-050547
    please clear your browser cache and check.
    another way to write your css is:

    #top #main h2.socket-h2 a span {
    font-size:10px !important;
    line-height:1.2em !important;
    }

    Best regards,
    Mike

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