Soren, that was really helpful. Thank you! I realized that I needed to 
update the Shiraz framework (part of Kookma plugin library) that I'm using 
for styling the sidebar. It took me a few hours to figure it out, but I did 
it! By the way, Shiraz is awesome. For reference, here is a link to find it 
https://kookma.github.io/TW-PluginLibrary/

On Tuesday, March 23, 2021 at 5:18:19 PM UTC-7 Soren Bjornstad wrote:

> That looks right, so you might have a different (more specific) CSS rule 
> interfering. Try this: right-click on your page and choose *Inspect*, 
> then click the select icon in the upper-left corner of the developer tools 
> and click on the part of the menu bar that's not appearing in the correct 
> font. In the right pane under “Styles,” with any luck you'll be able to see 
> what other rules are setting the font (you will see the ones that are not 
> winning crossed out).
>
> You could also just try adding *!important *to your rules (e.g., 
> “font-family: Arial !important;”, which is considered bad practice if you 
> don't understand why you're doing it, but might solve the issue.
>
> [image: ksnip_20210323-191838.png]
>
>
> On Monday, March 22, 2021 at 5:34:27 PM UTC-5 rika.s...@gmail.com wrote:
>
>> Hmm, I must be doing something wrong because the font/size didn't change. 
>> Here's what I added:
>>
>> .tc-menubar {
>>    font-family: Arial;
>>    font-size:28pt;
>> }
>>
>> I've added a screenshot of what the tiddler looks like when saved.
>>
>>
>>
>>
>> On Saturday, March 20, 2021 at 10:54:14 AM UTC-7 Eric Shulman wrote:
>>
>>> On Saturday, March 20, 2021 at 9:47:33 AM UTC-7 rika.s...@gmail.com 
>>> wrote:
>>>
>>>> I'm styling the menubar and I've found plugins to change colors 
>>>> (helpful!) but i'm also looking to change the font and font size. Does 
>>>> anyone know of a plugin or a stylesheet to help me with that? Thanks!
>>>
>>>
>>> Use the ".tc-menubar" class, like this:
>>>
>>> .tc-menubar {
>>>    font-family: monospace;
>>>    font-size:18pt;
>>> }
>>>
>>> enjoy,
>>> -e
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/deddcb73-4a64-413e-a05a-ab13ee710c84n%40googlegroups.com.

Reply via email to