Hello - I’m wondering how hard it is to apply custom styling to the Site Links? I haven’t gone looking for the classes yet, but is it possible to att additional CSS to do this?
Hey Richard,
Yes, this is possible through custom CSS.
Please try this in X > Theme Options > CSS:
.x-main a:hover {
text-decoration: underline;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.