Tagged: blockquote
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
Hey Schmenger!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color blockquote { display: block; }
Regards,
Yigit
Hallo Yigit,
Added .main_color blockquote { display: block; } in css …
But … same problem,
no blockquote is visible
.
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
…and I deactivated all Plug ins …
no blockquote ….
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.
Thank you !
Now it works:
The .main_color blockquote { display: block!important; } was fine for me
everythink OK now
greetings
Thomas