Konstra Responsive Problems - Question | JoomShaper

Konstra Responsive Problems

TD

TOCHTERMANN DAMIEN

Template 3 years ago

Hello, i would like to change colors from menu toggler only on mobile view .I tried by using the inspector. I found the setting to change (through inspector) but when i put the changes in custom section from template, it doesnt work. Thanks for help.

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #4276

Hello TOCHTERMANN DAMIEN

Please use !important after your CSS property value. For example,

body{
    display: none !important;
}

Best regards

0