Depending on how your theme works, you might need to edit the CSS file(s). If you look at the elements you want to change using your browser's "inspect" function, and note down the CSS (Cascading Style Sheets) style, you can then look in your site's CSS code to edit how it's defined. There are lots of good tutorials on CSS online.
On Mon, 7 Oct 2024 at 21:38, 'Christopher Patti' via nikola-discuss < [email protected]> wrote: > Hi all! > > I use and love Nikola for my personal blogs, but I'm trying to use it to > create a documentation site for our team at work and am running into some > obstacles. 2 in particular: > > We're using the stock "bootblog4" theme. > > 1. I can't figure out how to get the giant text with the page title out of > the site. Example. Note the giant blue "Index" on the home page: > > https://pe.ol.mit.edu/ > > 2. I can't figure out how to get navigation links inside a page using > Markdown source. > > For example: > > https://pe.ol.mit.edu/runbooks/oncall/#ovs > > should surf to the "OVS" section of this document, and doesn't. if you > click any of the links on the page they don't work. > > Please pardon my ignorance, I am a web development newbie in the extreme, > and thank you for your time! > -Chris > > -- > You received this message because you are subscribed to the Google Groups > "nikola-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nikola-discuss/60a8578b-d42d-4d4a-a520-e2c157c6717f%40app.fastmail.com > . > -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAH7EeFWi78wtmVS2Lt_rDENvp2fZMhM_P8%3DbdqTPBgAWpa8ixQ%40mail.gmail.com.
