Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1137121

    Hi,

    i added some H2-text in a color section, which i want to use as footer.

    I’m trying to match the list style with my H2 text.

    I was not able to get it done. How can i make the H2 text look same like the other list styles in my color section?

    Kind regards Jak

    #1137518

    Hey Jak,

    Could you please add a CSS class to the column so that we can target the elements? Otherwise we can only give you general CSS which might target other things. You can name the class something like footer-tags for instance. You can activate the custom CSS class field under Enfold->Layout Builder.

    Best regards,
    Rikard

    #1137526

    Hi Rikard,

    where should i add footer-tags?
    To the text-block or to the whole color-area?

    I just added it to the text-block, where the H2-text is inside.

    kind regards Jak

    #1137866

    Hi Jak,

    I would be best if you could add it to the column, or text block. Please try that out and let us know afterwards. You could also try to add an ID the Color Section.

    Best regards,
    Rikard

    #1137873

    Hi Rikard,

    thanks for your help!

    I just added: footer-tags to the color-section.

    What to do next?

    kind regards Jak

    #1138269

    Hi,

    Great, please try this in Quick CSS then:

    .footer-tags h2 {
      font-size:16px; 
    }

    Best regards,
    Rikard

    #1138278

    Hi Rikard,

    i added footer-tags to the text-block css.
    i added the code to quick css, but there is no effect?

    kind regards Jak

    • This reply was modified 4 years, 7 months ago by Jak73.
    #1138685

    Hi,

    Please try this instead:

    .footer-tags ul li h2 {
      font-size:16px !important; 
    }

    Best regards,
    Rikard

    #1138938

    Hi Rikard,
    looks better now, but still not like the other footer entries.
    Please have a look.
    kind regards Jak

    #1139384

    Hi,

    Please try this instead:

    .footer-tags ul li h2 {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 26px !important;
    }

    Best regards,
    Rikard

    #1140990

    Hi Rikard,

    looks much better now, but still not same. Please have a look.

    kind regards Jak

    #1141355

    Hi Jak73,

    Please try this code instead, this is the same as Rikard’s code but added 2 properties:

    .footer-tags ul li h2 {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 26.4px !important;
        letter-spacing: 0 !important;
        margin-bottom: 0;
    }

    Best regards,
    Nikko

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