Viewing 11 replies - 1 through 11 (of 11 total)
  • Can you share a screenshot of the text that you’re wanting to change? You can host images here:
    https://www.postimg.org

    Thanks,
    -Kevin

    Do you mean “Pró-Reitoria de Gest?o de Pessoas”?
    I am not sure of what you mean by “headerpage”.

    If so, here’s my suggestion:

    .kad_tagline {
    color: black;
    }

    substitute black with # followed by the code of your color.

    hope this helped!

    Thread Starter daviadorna

    (@daviadorna)

    Is not this Persulla :/

    Kevin, this is the image: https://postimg.org/image/lt0qma4qx/

    This text is controlled via Theme Options> Typography Settings, by your h1.

    Try setting that and let me know if it works for you!

    -Kevin

    Right!
    You pasted the wrong link, that’s why ??

    So the code is

    h1.entry-title {
    color: black;
    }

    substitute black with # followed by the code of your color.

    hope this time it helped!

    Ah! right, I was just talking normal CSS ??

    Thread Starter daviadorna

    (@daviadorna)

    Thanks!

    Either method will work! If you prefer to control the page title separate from the theme options, then CSS is the way to go.

    -Kevin

    Right, but for what I know, to overwrite Theme’s preference, you need to add !important, which is not recommended, unless it is necessary. Therefore it is always better to set up Theme Preferences first.

    By the way, @daviadorna: did you create your own child theme?

    In this instance, the important isn’t required. Since the “.entry-title” class is attached to the the title, it will only effect that one h1.

    You also do not need a child theme configured to add CSS to Virtue. It has a CSS box by default in Theme Options> Advanced Settings.

    Hope that helps! ??

    -Kevin

    Thread Starter daviadorna

    (@daviadorna)

    No @persulla, what is child theme? I’m learning to tinker with websites, I have little sense of codes.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Color Page Name’ is closed to new replies.