jimleszczynski Posted May 7, 2020 Share Posted May 7, 2020 Site URL: https://www.goodbehavior.co/ Hello everyone. I have added custom fonts to my website and they are working in most instances. https://d.pr/i/MR5CSv However there are two instances where I cannot identify what I need to type in order to style them. I would appreciate any help. 1. The banner on the index page: https://d.pr/i/i11yaJ 2. The hover effect text for project thumbnails: https://d.pr/i/XPgi3k Thank you in advance. Link to comment
ChromaticZero Posted May 8, 2020 Share Posted May 8, 2020 Try this for banner: .site-page .page-description span { font-family: "Times New Roman" } Try this for hover effect: .index-item-text-wrapper h2 { font-family: "Times New Roman" } Link to comment
jimleszczynski Posted May 8, 2020 Author Share Posted May 8, 2020 Thank you kindly @ChromaticZero! Also helps because I was able to use inspect element to learn how you achieved it. You rock. Link to comment
jimleszczynski Posted May 15, 2020 Author Share Posted May 15, 2020 @ChromaticZero@tuanphan I've encountered another issue. None of my header stylings appear to be taking priority on interior pages. Take https://www.goodbehavior.co/about for an example. The h2 is being overwritten. This is the css: https://d.pr/i/25gPbo Any ideas? Link to comment
jimleszczynski Posted May 15, 2020 Author Share Posted May 15, 2020 @ChromaticZero @tuanphan Edit: I've solved for it by adding !important to the styling. But is there a smarter way? Link to comment
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 12 hours ago, jimleszczynski said: @ChromaticZero @tuanphan Edit: I've solved for it by adding !important to the styling. But is there a smarter way? An element can be affected by lots of CSS (this is normal). Using! Important to force certain CSS to be the highest priority. It is a good way. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.