-
Closed
-
Hello,
With Evolve+ 2.6.6, in the page of a portfolio’s element the typography is not inherited from the general settings.
How can apply the same setting than the whole site?
Thanks,
Hi,
Please post me portfolio URL and tell me what you need to change.
I will try to provide custom css
Thank you.
Hi Denzel,
Here you can see an example of portfolio element:
https://www.100son.net/elements-portfolio/efppy-cours-yoga/
Here you can see how the typography should be:
The main question is why the typography is not inherited?
Thanks,
There must be a bug in the forum, as the two screenshots displayed are the same event the pages are different… :-[
If you follow the links you’ll get the right page. 🙂
Hi,
Please use the following in your Theme Options -> Custom CSS
.project-description.post-content h2 {
font-family: Lobster !important;
}
.project-description.post-content p {
font-family: Roboto !important;
font-size: 16px !important;
font-weight: 300 !important;
}
The main question is why the typography is not inherited?
Maybe there is some other css from plugin or theme overriding your setting.
You can try using the settings in Theme Options -> Typography -> Headings
Thank you
Hello Denzel,
Thanks for your reply.
Theme Options -> Typography -> Headings is what I use to set headings.
I’ve deactivated all plugins.
Nothing change.
Can you help me please to solve this issue?
Hi Cyrille,
Thanks for keeping in touch with us.
Did you attempt to use the CSS given in my previous response?
Please add the code in your Theme Options -> Custom CSS:
/*apply font to portfolio*/
.project-description.post-content h2 {
font-family: Lobster !important;
}
.project-description.post-content p {
font-family: Roboto !important;
font-size: 16px !important;
font-weight: 300 !important;
}
Please let me know if it helps,
Kind Regards.
Hi Denzel,
Sorry I should have tell you that I’ve tried the bypass you gave to me. I added the code in Custom CSS. It helps a little but this is not a complete solution. There are some elements of typography that are not convenient.
Can you tell me, please, if this is a normal situation?
How to solve it?
I’m really surprised that we have to do that kind of tricks to have the right typography for portfolio’s elements.
Thanks
Hi,
I just tested on my localhost.
Yes, you are correct. Theme Options -> Typography -> Headings does not work for portfolio pages.
I will report this issue to our developers.
Mean while, Please tell me what other custom css you need for your portfolio page.
Thank you.
Hi,
I had just submitted a report to our developers.
Thank you.
Hi Denzel,
So there is a bug? Thank you for pointing it to the developers. 🙂
The CSS you gave me didn’t include color for Hx and I’m not sure the typography was OK for normal text.
Thank you,
The topic Portfolio typography is closed to new replies