Questions
-
AuthorPosts
-
balaysugidanun
Member1.) Is it possible to resize Featured Images as they appear on Post Pages? I find that the size is a little too large and takes so much of the screen.
2.) I’ve tried to change the color of links/hover color through Customizer, however, it changes the background of certain things like Quote and Pullquote blocks.
3.) How can I change the text of “Continue Reading”?
4.) How can I hide specific page titles (ex. HOME) using page-id? It doesn’t seem to work.
Any help through CSS would be great!
The blog I need help with is: (visible only to logged in users)
RE: #3
“Continue Reading” disappears when I’ve put an excerpt on my post. How can I fix this?
anhtnt
Theme AuthorHi,
Thanks for asking the questions.
1) The image size is fixed and can’t be changed. It’s the design of the theme, changing it will affect the design a lot.
2) Please use CSS to change the color of the link when hovering. Please try this:
a:hover, .entry-meta a:hover, .entry-title a:hover { color: #111; }
Don’t forget to change the color to your correct color.
3) Please follow this documentation: https://wordpress.com/support/wordpress-editor/blocks/more-block/.
4) Do you mean hide on a single page? Please try this CSS:
.page-id-1385 .entry-header { display: none; }
Don’t forget to change the ID to your correct page ID.
Best regards,
AnhThank you!
Regarding the hover color, this doesn’t seem to apply to links in the footer, sidebar, and the menu.
Anytime I change the color of LINKS through Customizer > Colors & Backgrounds, the black background of Search, Footer, Quote, etc. changes. Surely this is a theme issue?
- The topic ‘Questions’ is closed to new replies.