How do I make the Images bigger and title shorter?
-
Hi, I am fairly new at using wordpress, so any help will be much appreciated.
On the homepage, I want to increase the size of the images of all my posts, and decrease the font size of the title of the posts.
Basically, on the homepage, on the left side, where all the posts appear, I want the image to be bigger and taking up more space, while reducing the font size of the text.
I am using the theme Ideation and Intent
Thanks in advance :)
The blog I need help with is: (visible only to logged in users)
-
Hi there!
To decrease the font size of the titles of the posts, you can use the following CSS:
.post-short .entry-title a { font-size: 10px; }Place that code under Appearance -> Customize -> CSS and adjust the font size attribute to the size you would like.
As for increasing the size of the images, I believe that might be beyond the scope of CSS. However, I would suggest posting your question in our CSS Customizations forum here:
https://en.forums.wordpress.com/forum/css-customization
We have CSS gurus there that will be able to let you know for sure! Please let me know if you need anything else.
- The topic ‘How do I make the Images bigger and title shorter?’ is closed to new replies.