Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 101: Line 101:


=== Hide up button (responsive booking page only)===
=== Hide up button (responsive booking page only)===
  footer .button{
  footer .button{display: none;}
display: none;
}


=== Add icons to descriptive texts (responsive booking page only)===
=== Add icons to descriptive texts (responsive booking page only)===