Hi Ciaran,
I got several problems, please look here https://www.einfach-voll-aktiv.at/joomla4/index.php
1. google font works fine on home site (h1) but not on the rest of the menu. correct font is Oooh Baby.
Template Font Css:
/* oooh-baby-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oooh Baby';
font-style: normal;
font-weight: 400;
src: url('media/fonts/oooh-baby-v4-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
Template Custom Css:
h1, h2, h3, h4 {
font-family: 'Oooh Baby';
}
font is on server media/fonts.
2. How can I get rid of the dark hover on clicking the menu?
3. the image hover module has some issues too:
- the background hover color is set in green, but its blue. I tried the module style override, this did not work as well.
- the font is also not correct, this is not Abel. How can I change it?
- and at last, the columns are set to 3, but in fact its only 2.
thank you , Marion