Typography Style doesnt work

GK User
Fri Nov 13, 2015 12:50 pm
Hello, I want to use your typography HTML/CSS styles. So I used <blockquote class="gkBlockquote1"></blockquote> on one site.

But I can't see anything on http://web995.webbox444.server-home.org/philosophie

Do you have an idea why it doesnt work?
Thank you for your help.
User avatar
Senior Boarder

GK User
Sat Nov 14, 2015 11:41 am
In your override.css:
Code: Select all
blockquote::before,blockquote p::after {
    display: none;
}

above code is causing a missing blockquote stylings.
User avatar
Moderator

GK User
Mon Nov 16, 2015 10:21 am
Thank you for your answer :)
I removed the css entry from the override. Now Im only wondering where the quote sign for ::after is. Or did i miss anything? At the typography review from your template I can see a quote sign for ::after or is it only for <small>?

Or I have to look for another solution for the text. :o
User avatar
Senior Boarder

GK User
Tue Nov 17, 2015 3:49 pm
You need to have paragraph there.
User avatar
Moderator

GK User
Wed Nov 18, 2015 9:42 am
Ah you mean <p>? If I have time to work on the site I will try out.
User avatar
Senior Boarder

GK User
Fri Nov 20, 2015 5:39 pm
yes, you need <p> inside of <blockquote> then both quote signs (before and after the block)
User avatar
Moderator


cron