Archived topic
No background color behind a button
4 replies · Started by Robert on September 8, 2020
Hi
how are You?
I used thic code:
.main-navigation:not(.slideout-navigation) .main-nav li.studio-button a {
background-color: rgba(253,231,38,1.0);
color: #181F2A !important;
line-height: 40px;
padding: 0px 20px;
border-radius: 2px;
margin-left: 60px;
margin-top: 32px;
transition: all 0.5s ease 0s;
}
.main-navigation:not(.slideout-navigation) .main-nav li.studio-button a:hover {
background-color: rgba(52,28,8,0.9);
color: #ffffff !important;
transition: all 0.5s ease 0s;
background-color: rgba(24,31,42,1.0);
}
and even I used:
background-color: rgba(253,231,38,1.0);
the background color is still not yellow behind "WYSLIJ ZAPYTANIE"
- I emptied the browser cache...
Thx
RObert
one thing more:
I can see the yelow background on all subpages but not on the front-page :(
Thx
Robert
Hi there,
Edit this:
background-color: rgba(253,231,38,1.0);
to this:
background-color: rgba(253,231,38,1.0) !important;
Let me know if this helps :)
Yep - You right!
it works
Thx
RObert
No problem :)