Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #217388

    Hi,
    I´ ve got a little Problem with enfold…
    When I use

    block

    In a Page or post via editor, nothing is visible in the front -end page. But I can see the correct format in the layout editor. Any idea?

    Here is a sample post:
    http://medientanz.de/blockquote
    with the content:

    block

    Thanks
    Thomas

    #217430

    Hey Schmenger!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color blockquote { display: block; }

    Regards,
    Yigit

    #217494

    Hallo Yigit,
    Added .main_color blockquote { display: block; } in css …

    But … same problem,

    no blockquote is visible

    .

    #217497

    Hey!

    Please add !important rule to the same code to force it as following

    .main_color blockquote { display: block!important; }

    after applying the code, please flush browser cache and refresh your page a few times

    Cheers!
    Yigit

    #217498

    …and I deactivated all Plug ins …

    no blockquote ….

    #217499

    I see that you have applied in your style.css :
    …..
    .phone-info a, .main_color .av-sort-by-term a { color: rgb(145, 145, 145); display: none;}

    display: none; “none” is applied for your blockquote too.

    #217503

    Thank you !
    Now it works:
    The .main_color blockquote { display: block!important; } was fine for me

    everythink OK now

    greetings

    Thomas

    #217506

    Hi!

    You are welcome Thomas, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blockquote’ is closed to new replies.