Please help, problem with background-image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please help, problem with background-image

In my navigation bar tag I have background image. After I've added Google fonts to the nav tag changing the font, the background image changed. It looks like a rectangle shape was removed and only edges are left of my background. How can I fix this? PS I use buttons with customized sizes in navigation.

21st Jan 2019, 9:02 PM
Daniel Sosinski
Daniel Sosinski - avatar
2 Answers
0
1, try to use “!important” 2, external style scripts usually overwrite your definitons. you can see it in browser debugger/analyser tool.
21st Jan 2019, 9:18 PM
Rhyr Core
Rhyr Core - avatar
0
Where should I put !important declaration?
21st Jan 2019, 10:22 PM
Daniel Sosinski
Daniel Sosinski - avatar