[Resolved] No background color behind a button

Home Forums Support [Resolved] No background color behind a button

Home Forums Support No background color behind a button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1435497
    Robert

    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

    #1435502
    Robert

    one thing more:

    I can see the yelow background on all subpages but not on the front-page πŸ™

    Thx
    Robert

    #1435521
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #1435717
    Robert

    Yep – You right!

    it works

    Thx

    RObert

    #1435871
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.