I can't seem to get rid of the bold font on slide titles. I set fontweight to normal and added !important, but not luck. Maybe it's due to it being an H2 element? I need the text to be of normal font weight.

*goes crazy*

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

You have a link to the site?

highvoltage’s picture

Thanks for the quick reply ^_^

Sadly no I don't, it's on my computer only. I even checked the css with firebug, the css for setting font weight bold was canceled out by my setting to set font weight to normal. I even went as far as to delete the css rule that set the bold altogether, but it still didn't work. This is why I think it's related to the element being an "H2".

Are you able to remove bold on yours?

ppblaauw’s picture

You could add a font-size to the H2 tag

div.ddblock-cycle-upright40 div.slide-title h2{font-size:100%;margin:-5px 0 0 0;padding:0;font-size:100%}

Hope this helps you further, please let me know.

highvoltage’s picture

Setting the font size to 100% removes the bold but leaves the text tiny, and I would like it to appear the same as the text on the read more button.

ppblaauw’s picture

You can play with the percentage (maybe 120% suites better)

Hope this helps you further, please let me know.

highvoltage’s picture

I've done so, and I think 130% will be best, although it still appears bold. For now I suppose that will have to do. Thanks for your help, ppblaauw.

ppblaauw’s picture

Status: Postponed (maintainer needs more info) » Fixed

set status to fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.