Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #117982
    Jessica Jansen
    Participant

    Hi,

    I bought the Verity Pro theme, and I love it! Set up was easy, but I do have a couple of questions: I customized the site title and menu to be black because my header image is rather light. However, on my homepage the text is still white, making it hard to read – on other pages, the text is black. Is there any way to change the color of the title and menu on my homepage?
    And secondly, I really like the font for the gallery item titles. I would like my site title to be in that font as well. Is there any way to change that, through css maybe? My site is jezzen.me

    Thx in advance!

    Jessica

    #118010
    tikaram
    Keymaster

    @jezzen : Go to Appearance => Customize => Additional CSS and add the following css

    .site-branding-text .site-title a{
    color:#222;
    font-family: "Amatic SC",cursive;
    }
    .absolute-header .menu-toggle {
        color: #222;
    }

    Hope this solves the font and color issues. Let me know if you face further problems.

    Regards,
    Tikaram

    #118022
    Jessica Jansen
    Participant

    Much better! But is it also possible that the site title not be cursive? I tried changing it to normal in the additional css, but that did not work…
    Thanks for your help!

    Regards, Jessica

    #118023
    tikaram
    Keymaster

    @jezzen : Go to Appearance => Customize => Additional CSS and add this css instead of the previous css i provided.

    .site-branding-text .site-title a{
    color:#222;
    }
    .absolute-header .menu-toggle {
        color: #222;
    }

    Make sure that you replace the previous css with this one.
    Let me know if this works

    Regards,
    Tikaram

    #118033
    Jessica Jansen
    Participant

    Actually, after your first suggestion I only wanted to change the font style to normal, I liked the updated font. So I kept the additional css you first provided me with and then went into the stylesheet. Is is all alien language to me, but I found the italic setting there and changed it to normal. So now it’s exactly the way I want it. Thanks for your help, much appreciated!

    Regards,

    Jessica

    #118034
    tikaram
    Keymaster

    @jezzen : Hello, there,
    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/verity/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

    #118325
    Rick Doerr
    Participant

    Tikaram – I followed your suggestion above to change the font on my site. However, How do you change it back to the white font but not in cursive? How do you change the fonts in general??

    #118357
    tikaram
    Keymaster

    @raddoerr : I have replied in the new topic that you have created. Hope it solved your issue.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font and colour’ is closed to new replies.