Centering project title on portfolio template view
-
Hi – I would prefer the project titles centered below the image as opposed to aligned left, can I do this? Also, can I alter the blockquote to be a smaller text size so it isn’t so huge on a smartphone? I’m using run-in at the moment but not getting the full width benefit. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hello! I love your illustrations and your dog (on your about page) is so adorable!!
You can make these edits if you have the Custom Design Upgrade that allows you to edit your theme CSS. To do that, you’d need to add the following code:
.portfolio-container .entry-title { text-align: center; }
Similarly you can change your blockquote size using CSS. It would be something like:
blockquote { font-size: 14pt; }
Or however you want to go about sizing it. The best place to ask for help with CSS is the CSS Customization Forum.
I hope that helps some!
-
Thanks. Centering the entry title worked, block quote size didn’t. Can you please double-check the code for me? There appears to be no other way for me to change the size of the block quote.
Also, I seem to have locked in some text and header colours I can’t find to change (I couldn’t get the four options that come with the theme to start with) and I would like to change my hover/hyperlink colours in the entry titles on the portfolio page. Any suggestions appreciated. -
Hi there,
Sorry about that. Try this:
blockquote p { font-size: 12px; }
You can choose the secondary color in the Customizer to change the hover color — but if you want more granular control, you’ll need new CSS rules. Again, the appropriate place to ask for help with CSS is the CSS Customization Forum.
Good luck!
-
ah sorry, the customizer is not giving me that option. Block quote works fine now – thanks.
-
You’re welcome!
To clarify on the hover color, it’s the second color choice available in the customizer. :)
-
I meant the project title on the portfolio view – can I change the color of text and hover text for these?
-
Hello,
I suggest posting your question to the CSS Customization forum — they’ll be sure to point you in the right direction :)
- The topic ‘Centering project title on portfolio template view’ is closed to new replies.