templaza / astroid-framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://astroidframe.work/
GNU General Public License v3.0
83 stars 13 forks source link

change link color #429

Closed SerGun78 closed 9 months ago

SerGun78 commented 11 months ago

Hello. what css selector to use to change link color? and so that when you hover the underline does not disappear? изображение

sonvnn commented 11 months ago

The best way is use Color feature. Template Options -> Colors Tab Screen Shot 2023-11-02 at 12 14 04

To custom css let's use Custom Css feature Screen Shot 2023-11-02 at 12 16 12

SerGun78 commented 11 months ago

I tried this setting, it doesn't work. since this also changes the color in the header of mail, phones, as well as in bread crumbs and the menu in the sidebar. I don’t need this, I just need the links in the text (component) to change color and have an underline. изображение

SerGun78 commented 11 months ago

custome css is not that easy either. so that the styles in the header do not change, I had to write it like this: p a { color: rgba(69, 191, 85); } p a:hover{ text-decoration: underline; }

изображение