• Resolved jennibushbiz

    (@jennibushbiz)


    Hi I am having issues with the font on my blog. I want to change to raleway but no matter what I do have even edited editor it won’t change? have deleted font that the headers are but no change has happened to site.

    Any help gratefully received

    ALSO does anyone know how to change the main menu from Red when selected?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Jenni,

    Hope you are having a great day and thanks for contacting us!

    In order to change the color on the selected item menu, please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .current_page_item > a {
        color: red !important;
        font-weight: bold !important;
    }

    This will make it also bold text, but you can remove the second line if you don’t want that. For the color, just change the “red” text for any other color you want to use.

    Regarding the Raleway font, you want all the texts in that font, or just the titles?

    Let me know.
    Kind regards,
    Diego

Viewing 1 replies (of 1 total)

The topic ‘Header Font issue’ is closed to new replies.