working on mobile lang selector
This commit is contained in:
parent
4b401a4623
commit
df552d5478
6 changed files with 65 additions and 11 deletions
|
|
@ -157,6 +157,10 @@ function kit_customize_css()
|
|||
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
|
||||
}
|
||||
|
||||
.header-lang-small:hover{
|
||||
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
|
||||
}
|
||||
|
||||
nav > ul > li:hover > a::after,
|
||||
nav > ul > li:active > a::after {
|
||||
border-bottom: 4px solid <?php echo get_theme_mod('theme_color', '#009982'); ?>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue