taxonomies - added taxonmies support (#396)
* taxonomies - added taxonmies support * taxonomies - add active class * Update CSS Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix tag link for multilingual mode + add translations Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
6d98c15136
commit
7b92452e2b
20 changed files with 252 additions and 1 deletions
|
@ -236,6 +236,19 @@ h6 {
|
|||
#scroll-to-top.show {
|
||||
visibility: visible;
|
||||
}
|
||||
.taxonomy-terms {
|
||||
text-align: center;
|
||||
}
|
||||
.taxonomy-terms li {
|
||||
font-size: .8em;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
background: #248aaa;
|
||||
}
|
||||
|
||||
.taxonomy-terms a{
|
||||
color: #f9fafc;
|
||||
}
|
||||
|
||||
/* ============= Device specific fixes ======= */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue