FY_TOKYO Posted March 8, 2023 Share Posted March 8, 2023 I am still a beginner. I want to change the font of the global navigation in the header, but I could not do it with the standard changes. It appears that a previous user has added custom CSS. If I go to Design > Custom CSS and manually delete all the custom CSS, can I change the font? The header content has changed from that created by the predecessor. Any advice would be appreciated. Link to comment
tuanphan Posted March 8, 2023 Share Posted March 8, 2023 Hi, What is site url? Change font, you mean font name or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
FY_TOKYO Posted March 9, 2023 Author Share Posted March 9, 2023 Thanks for the response. https://www.vincerojp.com I cannot change the header font from "Home" to "ARCHIVES" on the above site. I guess it is due to Custom CSS, but I am a newbie and can't solve the problem, so I am posting. Link to comment
tuanphan Posted March 11, 2023 Share Posted March 11, 2023 On 3/9/2023 at 9:11 AM, FY_TOKYO said: Thanks for the response. https://www.vincerojp.com I cannot change the header font from "Home" to "ARCHIVES" on the above site. I guess it is due to Custom CSS, but I am a newbie and can't solve the problem, so I am posting. You mean change font name (font family)? Just remove this code from CSS box (remember save a copy of all CSS somewhere, just for backup) .header-nav *, nav.header-menu-nav-list * { font-family: Bebas neue; } and this from Page Header or Code Injection .header-nav * { font-family: itc-avant-garde-gothic-pro!important; } .header-nav *, nav.header-menu-nav-list * { font-family: itc-avant-garde-gothic-pro!important; } FY_TOKYO 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
FY_TOKYO Posted March 14, 2023 Author Share Posted March 14, 2023 I always appreciate your kind advice. I was able to change the header font, but I will try more. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment