• Resolved saksaksak

    (@saksaksak)


    Hi,
    I am trying out Virtue v.2.6.2 on WP 4.4.1

    When I change the colour of the H4 heading via the theme settings typography section, the homepage H4 fonts/colors are not effected. The post page H4 headers are effected though. Homepage titles are just displayed in the primary colour of the theme. If I change the primary colour, then I see that colour indeed changes. But not via typography settings for that specific heading type (H4).

    I have tried all sorts of things. Like disabling all non-security and non-virtue plugins etc. Disabled caching etc.

    What could I be doing wrong? Any ideas?

    regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hi,
    The primary color often overrides the font color. You can override all with css. Are you wanting to change the color of the hometitles? Can you post a link?

    Hannah

    Thread Starter saksaksak

    (@saksaksak)

    Hi,

    Thank you for your kind reply.
    Yes, I am also trying to override the titles of the posts displayed on the home page with heading type H4.

    I thought the primary colour was the default and whatever color set in the typography for a given heading type (e.g. H4) overrode the deault?

    The link is horp[dot]gezibilgisi[dot]com

    Best Regards.

    Hey,
    You can use this css in your theme options > advanced settings.:

    .pt-cv-view h4 a {
        color: black;
    }

    hope that helps,

    Kadence Themes

    Thread Starter saksaksak

    (@saksaksak)

    Hi!
    Thank you for your reply.
    Just to make sure: The settings on the Theme options /Typography are only for the post pages? And that they do not apply to the homepage?

    Best Regardsç

    hannah

    (@hannahritner)

    They apply to the homepage as well. Is this not the case for you?

    Hannah

    Thread Starter saksaksak

    (@saksaksak)

    Thannk you Hannah for your kind reply.

    I suspect my issue is to do with a potential conflict with ContentView plugin.
    If I disable all non-security plugins but Virtue, and use “Your latest posts” rather than a static page, then the homepage displays the post tites in H2 and they follow the Virtue typography.

    But if I also activate the ContentView plugin to display the posts on a static page as a grid view, then the typography settings for H4 (which Contentview uses to display) are not followed.

    In any case, Kadence Theme’s proposed workaround works:
    .pt-cv-view h4 a {
    color: black;
    }

    Thank you Hannah and thank you Kadence Themes!
    Best Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can't get typography settings change homepage title colors’ is closed to new replies.