Avada › Forums › Community Forum › Rename "Related Projects" title?
Tagged: portfolio, single post, related projects, edit title
-
AuthorPosts
-
On a single portfolio post, how do you rename “Related Projects?”
I would love an answer as well. Thank you
Hi @tfarino
You have valid support and because our support team does not provide support via the community forum, please create a ticket using the link below and our team will gladly help
The easiest way to change the texts is via the correct translation file included with Avada, in this case the Fusion Core’s language file -> https://theme-fusion.com/documentation/avada/translations/translating-fusion-core-plugin/
Click Here To Get Avada Support
We look forward to helping you!
Thank you kindly
HOW I CAN CHANGE THE NAME PROJECT RELATED IN AVADA?
I managed to rename all of the items on the single-avada_portfolio page by editing the fusion-code.pot as described in the provided link (https://theme-fusion.com/documentation/avada/translations/translating-fusion-core-plugin/).
However, the ‘Related Projects’ text I had to update by editing the .po for my language at: /wp-content/languages/themes
Hi, I don’t know if it can still be useful but I have found this solution, you can find at this link:
https://theme-fusion.com/forums/topic/portfolio-related-projects/
Good Luck!
I figured out a work around with some CSS:
I hope it helps.
Just change the text Related Products to what you want it to show.
Plus, you can change the style of the text via the font-size, font-weight, and color./*PORTFOLIO RELATED PROJECTS*/
.fusion-title.fusion-title-size-two.sep-none.fusion-sep-none:after {
content:’Related Products’!Important;
text-indent: 0;
display: block;
line-height: initial; /* New content takes up original line height */
color:#a91225;
font-size:22px;
font-weight:600;
}
#wrapper #main .related-posts .fusion-title h2 {
text-indent: -9999px;
line-height: 0; /* Collapse the original line
} -
AuthorPosts
- You must be logged in to reply to this topic.