Berto_Herrera Posted February 16, 2020 Share Posted February 16, 2020 Hello! I'm needing some help with the finding the correct code to change the main navigation menu to my custom typeface. Also on the main page in the lower left hand corner there is a white box with text that displays current project that image is showing. I want to remove the box. Thank you got your help. Link to comment
tuanphan Posted February 16, 2020 Share Posted February 16, 2020 Can you share link to your site? Difficult to help without site url. 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
Berto_Herrera Posted February 17, 2020 Author Share Posted February 17, 2020 https://www.bertoherrera.photos/ Link to comment
tuanphan Posted February 18, 2020 Share Posted February 18, 2020 Add to Home > Design > Custom CSS /* Hide white box */ .collection-detail-wrapper { display: none; } /* Custom font */ @font-face { font-family: tuanphan; src: url(upload and paste font url here); } div#topNav * { font-family: tuanphan; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.