From 5eb79eb4d96e0cb2288a839b6f6df0120e48c689 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Mon, 27 Sep 2021 09:41:12 +0200 Subject: [PATCH] [update] background link --- static/src/css/3adentaire_frontend.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/src/css/3adentaire_frontend.css b/static/src/css/3adentaire_frontend.css index e562c8f..7cad507 100755 --- a/static/src/css/3adentaire_frontend.css +++ b/static/src/css/3adentaire_frontend.css @@ -53,10 +53,17 @@ a:hover { .page-link:hover { color: #343a40; } +.page-item.active .page-link { + background-color: #6c757d; + border-color: #6c757d; +} /* SHOP CATEGORY */ #o_shop_collapse_category li i.fa { color: #6c757d !important; } +#o_shop_collapse_category li a.active { + background-color: #6c757d; +} /************************************ /** WEBSITE SALE -- GitLab