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

    Hey There,

    I love to use either a grid Element or Color section but what i dont understand:
    The Content changes as soon as its duplicated in an other Container Type.

    The attached Example:
    1. Element; Grid Element
    2. Element: color section (exact Same Content)

    I want the Picture also multiply (its an css class with multiply effect)
    and subheadline (h1) should not be in Caps!)

    What can I do, so the color section does not destroy my original styling.

    Cheers
    Monika

    #1399714

    Hey Monika,

    Do you mean that the font is different in the two elements? If so, then which font do you want to use?

    Best regards,
    Rikard

    #1399716

    hey Rikard,

    I meant that “Dein Studio in Hamburg für Boxen und Fitness – auch für Frauen.” should be in mixed letters. In the second container it turned into Capitals and I dont know why.

    #1399757

    Hi Monika,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .template-page .entry-content-wrapper h1, 
    .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }

    Best regards,
    Nikko

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