• Resolved charlieusa

    (@charlieusa)


    Using Virtue 2.2.5 free

    1) want to change the text color of “Home Portfolio Carousel title”, for example. I thought it would be changed with “Sitewide Gray Fonts” color. Making changes to “Sitewide Gray Fonts” color seems to make no changes on site anywhere. help!

    Thanks

    https://greaterbostonhypnosis.com/

Viewing 10 replies - 1 through 10 (of 10 total)
  • The “”Home Portfolio Carousel title’ is your h3 font in the typography settings. you can change the color there.

    The “Sitewide Gray Fonts” refers to text like the sub header in a post where is has author and category.

    Kadence Themes

    Thread Starter charlieusa

    (@charlieusa)

    Awesome! Thank you

    1) Would also love to know where/how to change the color and font of the “Sidebar menu” text.

    2) Is there resource that details these locations?

    hannah

    (@hannahritner)

    1. The sidebar headings pull from your h3 settings and the content pulls from your body settings.

    2. https://docs.kadencethemes.com/virtue/#typography

    Hannah

    Thread Starter charlieusa

    (@charlieusa)

    Thanks Hanna,
    I still need assistance…

    The menu that I wish to change the color and font for is
    created with WP-Admim: Appearance >> Widgets >> Primary Sidebar >> Custom Menu.

    The setting at Appearance >> Theme Options >> Typography >> H3 Headings does not change the menus characteristics. Is this where you wanted me to make the change?

    https://greaterbostonhypnosis.com/stop-smoking/

    hannah

    (@hannahritner)

    Only the titles will pull from your h3 fonts. But you don’t have titles in the sidebar so that is all your body text. If you want to change the font and color for only the sidebar you can paste this into your custom css box in theme options > advanced settings:

    .sidebar a {
    color: #fff;
    font-family: fantasy;
    }

    Just replace with desired color and font-family.

    Hannah

    Thread Starter charlieusa

    (@charlieusa)

    Awesome and many thanks

    Only the titles will pull from your h3 fonts. But you don’t have titles in the sidebar so that is all your body text. If you want to change the font and color for only the sidebar you can paste this into your custom css box in theme options > advanced settings:
    .sidebar a {
    color: #fff;
    font-family: fantasy;
    }
    Just replace with desired color and font-family.

    Hannah
    sorry but this way my problem still is not resolved

    hannah

    (@hannahritner)

    @thang296, what are you wanting to do?

    Thread Starter charlieusa

    (@charlieusa)

    Hi

    I have added

    .sidebar a {
    color: #cccccc;
    font-family: lato;
    }

    to the advanced settings, it changes font and color.

    1)How do I add the hover color back (which works if I remove the above text from advanced settings)

    2) How do adjust font size?

    Thanks

    hannah

    (@hannahritner)

    Hello.
    1. It’s just not showing because your text color and hover color are the same. You can add this:

    .sidebar a:hover {
    color: #000;
    }

    2. You can use this:

    .sidebar a {
    font-size: 15px;
    }

    Hannah

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘"Sitewide Gray Fonts" seems not to work’ is closed to new replies.