@Richard Thanks Richard. Took a bit of playing around but starting to get there. Your first suggestion referencing the Text formats was the key.
Still got some finessing to do but really pleased with how it's taking shape. Much appreciated. M
https://www.markevans.design/typography/
markHighLow
Posts
-
Variable Font can be used? -
Variable Font can be used?Thanks Richard. Got the ttf file loaded but didn't see any variable font sliders in the "Textformats" so will have to try out some of those other methods you suggested. I have limited coding experience so this might be too ambitious for me. Cheers though for the suggestions.
-
Variable Font can be used?Hey Richard,
just wondering if there's been any further development here.
Was hoping to use one of the Dinamo Css codes - https://abcdinamo.com/news/using-variable-fonts-on-the-web
to showcase some type work on one of my pages (specifically with the user interactions code they have written).
Thanks. -
mouse roll over colour - custom css@Richard said in mouse roll over colour - custom css:
.slug-chernobyl #whiterollover a:hover {
color: #6aff00 !important;
}Fantastic, thank you so much Richard.
-
mouse roll over colour - custom cssSorry. Thought this would be a simple one but struggling to resolve.
All the lay text formatting is working a treat. Just struggling g to change the CSS for the mouse over colour on the projects where I’ve changed the background colour and subsequently the text’s colour on those pages.
Have made IDs for the relevant text boxes to help locate them better as well as trying :hover and !important in the custom CSS but having no joy.
Please see - https://www.markevans.design/chernobyl
and the ‘Nadav Kander’ link as an example. Aiming to follow the menu and home page text links and have the type change colour to #6aff00This is what I though would work in the custom but isn’t -
.slug-chernobyl[data-id=“whiterollover”]:hover {
color: #6aff00 !important;
}Thanks so much.
Mark