• Closed
  • July 12, 2016 at 5:15 pm #28912

    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,

    Denzel Chia
    Moderator
    Posts: 2656
    July 13, 2016 at 1:14 am #28924

    Hi,

    Please post me portfolio URL and tell me what you need to change.
    I will try to provide custom css

    Thank you.

    Cyrille Sanson-Stern
    Spectator
    Posts: 27
    July 13, 2016 at 10:18 am #28944

    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:

    EFPPY, cours de Yoga

    The main question is why the typography is not inherited?

    Thanks,

    Cyrille Sanson-Stern
    Spectator
    Posts: 27
    July 13, 2016 at 10:25 am #28945

    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. 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    July 14, 2016 at 1:23 am #28955

    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

    Cyrille Sanson-Stern
    Spectator
    Posts: 27
    July 14, 2016 at 10:27 am #28962

    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?

    Daniel Jones
    Spectator
    Posts: 148
    July 14, 2016 at 5:01 pm #28968

    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.

    Cyrille Sanson-Stern
    Spectator
    Posts: 27
    July 14, 2016 at 6:06 pm #28977

    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

    Denzel Chia
    Moderator
    Posts: 2656
    July 15, 2016 at 1:49 am #29030

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    July 15, 2016 at 1:55 am #29031

    Hi,

    I had just submitted a report to our developers.

    Thank you.

    Cyrille Sanson-Stern
    Spectator
    Posts: 27
    July 15, 2016 at 8:44 am #29046

    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,