http://demo4.ltheme.com/joomla/lt-digix/index.php/our-services
Page without HOME class. After scrolling, when the Sticky Header status is ON, Hover of Button Header – OK (Border collor same as button collor).
Befor scrolling or after scrolling to full top, when the Sticky Header status is OFF (Page on full TOP), Hover of Button Header – NOT OK (Border collor Black – not same as button collor).
Maybe this is a defect?
Please tell me how to make the button border not black for Hover in Sticky Header status is OFF (Page on full TOP).
Thank in advance.
Thank you for your report! Please go to Template Settings, open tab “Custom Code” and add more CSS as below for Custom CSS code field
body:not(.home) .header .lt-btn:hover {
color: #fff!important;
}
Thank’s.
May be differently:
to file
/templates/ltdigix/css/default.css
add text:
body:not(.home) .header .lt-btn:hover {
color: #fff!important;
}
and to file /templates/ltdigix/css/presets/preset5.css (or another presets)
add text:
body:not(.home) .header .lt-btn:hover {
border-color: #00aeef!important;
}
Please fix this for next emplate realese.
Thank you, we noted it for next release.