Remove text-decoratioin from x-colophon bottom

How to remove text-decoratioin from x-colophon bottom

Hi,

To remove it, you can add the code below n Theme Options > CSS

.x-colophon.bottom .x-colophon-content a {
    text-decoration: none;
}

In case you want to learn CSS I am sending you some videos that could help


Thanks

Thank You Sir.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.