CSS help and much more
-
AuthorPosts
-
rameshaperera21
MemberHi, I know many of these questions have been address already but I need them in laymen terms.
1. how do you edit blockquote font,size, colour?
Previous answers have said:
blockquote {
font-size: 12px;
color: darkgray;
font-style: italic;
font-family: “Roboto”
}But where do you put this? At the beginning or end of a quote. Mine looks like this.
Only those who will risk going too far can possibly find out how far one can go.
T.S. Eliot2. On my homepage I have a dropdown menu that is title categories. In this I have 3 separate pages. Now I had previously created a number of different posts that I would like to add to these pages. How do I do this?
Any help would be much appreciated! My site is: rameshaperera.com
The blog I need help with is: (visible only to logged in users)
emilysuesrq
Theme Authorrameshaperera21
MemberOriginal posterHi Emily,
Thanks for your help! Just one question. In the below page, how do I get rid of the word ‘category’ from the heading?
https://rameshaperera.com/category/categories/work/
Thank you!
emilysuesrq
Theme AuthorYou’re welcome! Unfortunately, there is not a way to hide a single word from the page title (since the word “category” is an archive title), but you can hide the whole thing (work Category) by applying the following code into the Additional CSS section of the customizer:
.headline-archive { display: none; }
Hope that helps :)
rameshaperera21
MemberOriginal posterYay! Thank you Emily! :)
emilysuesrq
Theme AuthorGlad that helped! You’re welcome :)
- The topic ‘CSS help and much more’ is closed to new replies.