For those who don’t know me, I’m Remy Perez, EthosCE’s Web Designer. Thank you so much for letting me attend the User-Led Discussion last week to talk about web design, HTML, and CSS with you all! Some folks were interested in a document or cheat sheet of some HTML/CSS for their websites, as well as a “Basics of HTML/CSS” webinar sometime. If you have particular requests for what you’d like to learn, please share them here and I will be sure to incorporate what I can Some examples include:
Changing Font Colors
Changing Font Sizes or Case (all-caps, sentence case, etc)
Navigating the Inspect tool on your browser
Don’t be shy—there’s no such thing as a silly question or request! Looking forward to hearing from you all. Thanks in advance!
I think for me, I would like to learn more about how to hide/edit certain elements on the site such as the course title, course-nav bar, etc. I know there’s already some posts that discuss this but, if possible, I’d like to learn how this works.
I am also interested in the customization of a learning group CSS, an example of how that is done would be helpful.
These two items (changing fonts and Font Awesome icons) have similar solutions, I think! I’ll try to look into this and figure out a way to explain it Basically with Font Awesome, I believe you can import it as a “font” (similar to a WingDings situation) and use characters from it in that way. EthosCE doesn’t support SVGs, so we can’t incorporate them that way, unfortunately.
If anyone is reading, please feel free to add any more questions or suggestions regarding HTML/CSS that you may have!
@Remy_Perez I figured out a way to import a different global font altogether using the global CSS options.
Look up our desired font on Google Fonts.
Select the desired font weights.
Ask Google to generate the CSS import code for the font.
Copy the filename in the code and open it in the browser.
Copy all of the CSS code and paste it into the EthosCE global CSS options.
Look up CSS selectors that used the old font using the Inspector tool and set the right font properties for all of those selectors in the global CSS settings.
It took a while to find the relevant CSS selectors, but it worked for me.