Home › Forums › WoodMart support forum › FONT STYLING Portfolio Titles
FONT STYLING Portfolio Titles
- This topic has 7 replies, 2 voices, and was last updated 4 months, 2 weeks ago by Hung Pham.
-
AuthorPosts
-
July 25, 2024 at 11:12 am #585612
berger.thorstenParticipantHello.
I have tried to find out how to change the font styling in Portfolio (see screenshot attached). Unfortunately I have not succeeded so far and I need your help.
How can I change these “Project Titles” in Portfolio (as seen in screenshot)?
What are the right “code tags” for “Advanced Typography Settings” or what is the CSS-Code to modify the font styling?
Many thanks and best regards,
ThorstenAttachments:
You must be logged in to view attached files.July 26, 2024 at 9:13 am #585886
Hung PhamKeymasterHi berger.thorsten,
Thanks for reaching to us.
Go to Theme Settings > Typography > Advanced. In this area, you can assign elements to below Custom Class
ul.proj-cats-list li
.wd-project h3.wd-entities-title
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
Regards,
July 26, 2024 at 9:43 am #585901
berger.thorstenParticipantHello Hung Pham,
many thanks for your response. It works perfect to optimize the font sizes and looks much better.
But how can I optimize / decrease the Space between the two “Title Lines” in all devices views (green marked in the screenshots) and the “Black Box Padding” in Mobile View (pink marked”?
Mainly in the “mobile view” there are unsightly text breaks in the titles…Many thanks for help.
Regards,
Attachments:
You must be logged in to view attached files.July 27, 2024 at 2:07 pm #586190
Hung PhamKeymasterHi berger.thorsten,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS and Mobile Custom CSS sections:
.wd-project .portfolio-info .wrap-meta { margin-bottom: 5px; }
Regards,
July 29, 2024 at 9:01 am #586328
berger.thorstenParticipantHello Hung Pham,
many thanks. Less space between the lines looks much better now!But what about the “box padding” in mobile view (pink in screenshot)? It would be great to have less space around the typography.
Thank you und kind regards.
Attachments:
You must be logged in to view attached files.July 29, 2024 at 10:28 am #586359
Hung PhamKeymasterHi berger.thorsten,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS and Mobile Custom CSS sections:
.wd-project div.portfolio-info { padding: 10px; }
Regards,
July 29, 2024 at 1:11 pm #586412
berger.thorstenParticipantHello.
Thank you so much! That’s it. Great.Best regards,
July 29, 2024 at 1:32 pm #586416
Hung PhamKeymasterHi berger.thorsten,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register