diff --git a/public/assets/frontend/default/css/custom_style.css b/public/assets/frontend/default/css/custom_style.css index 62e51f9..18f5981 100644 --- a/public/assets/frontend/default/css/custom_style.css +++ b/public/assets/frontend/default/css/custom_style.css @@ -6760,7 +6760,7 @@ span[class*="fi-rr-"]:before { } .profile-banner-area { - background: linear-gradient(90deg, #8ca3ff 26%, #d58dff 93%); + background: linear-gradient(0deg, rgba(58, 72, 120, 0.59) 0%, rgba(255, 255, 255, 1) 100%); width: 100%; height: 310px; position: relative; @@ -7514,4 +7514,4 @@ span[class*="fi-rr-"]:before { .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "\f12d" !important; -} +} \ No newline at end of file diff --git a/public/assets/frontend/default/css/top-navbar.css b/public/assets/frontend/default/css/top-navbar.css index d3feb07..5f66ae0 100644 --- a/public/assets/frontend/default/css/top-navbar.css +++ b/public/assets/frontend/default/css/top-navbar.css @@ -11,11 +11,25 @@ padding: 0 8px; position: relative; z-index: 1000; - overflow-x: auto; /* scroll horizontal */ - overflow-y: hidden; /* sembunyikan scroll vertikal */ - white-space: nowrap; /* cegah isi turun ke baris baru */ - scrollbar-width: thin; /* (opsional, Firefox) scrollbar kecil */ + overflow-x: auto; + /* scroll horizontal */ + overflow-y: hidden; + /* sembunyikan scroll vertikal */ + white-space: nowrap; + /* cegah isi turun ke baris baru */ + scrollbar-width: thin; + /* (opsional, Firefox) scrollbar kecil */ +} + +/* Media query for screen widths less than 991px */ + +@media screen and (max-width: 991px) { + #top_menu { + visibility: hidden; + height: 0px !important; + min-height: 0px !important; + } } @@ -315,4 +329,4 @@ #top_menu { min-height: 50px; } -} +} \ No newline at end of file