Hi
Let me know please the code to change the size and tiny switch for the text in the frontpage, below portfolio item ?
I thank you
Hi
Let me know please the code to change the size and tiny switch for the text in the frontpage, below portfolio item ?
I thank you
Hi,
You mean the tab container? You can use this on your custom.css or Quick Css.
.sidebar_tab_content p {
font-size: 10px;
}
Regards,
Ismael
Hi Ismael
I thank you. Actually, I was talking about text associated with image on portfolio, it's the title in portfolio entry.
Sincerely
Franck
Hi,
You can use this instead
.portfolio-title.title_container .main-title a {
font-size: 15px !important;
}
Regards,
Ismael
hi
It doesn't work. You know, in frontpage, there are all project "portfolio-tem" and a short text is associated with the image. This is the text I'd like to modify, size and tiny instead of having text in capital. I thank you
well, finally it took time but you were right, it's the good code. Let me know please how to have tiny text rather than text in capital. Thank you Ismael for your help.
Hi FKantor,
Modify what Ismael gave you and make it:
.portfolio-title.title_container .main-title a {
font-size: 15px !important;
font-transform: none !improtant;
}
Regards,
Devin
great, thank you
Hi FKantor,
Glad that Devin helped you. :)
Cheers,
Ismael
thanks to you as well Ismael for your help
This topic has been closed to new replies.