Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1047

Templates for Joomla! 4.x • Re: Change color in css

$
0
0
It's an <a> (link) inside a <button>.
And this css makes the linktext black: a:active { color: #000; }

What is it? A button? A link? Or a link that looks like a button?
Are you planning to display a form?

If it's a link that looks like a button, change

Code:

<button class="btn" type="submit"><a href="https://horizonsuitesmilos.reserve-online.net" target="_blank">Availability</a></button>
to

Code:

<a class="btn" href="https://horizonsuitesmilos.reserve-online.net" target="_blank">Availability</a>
* Remove the <button> tags
** Add class="btn" to <a>

Statistics: Posted by Mr. Wimpy — Sun Sep 08, 2024 7:31 am



Viewing all articles
Browse latest Browse all 1047

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>